2024-01-21T11:16:16.740 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T11:16:16.740 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470 --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --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-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/orig.config.yaml 2024-01-21T11:16:16.772 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T11:16:16.852 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470 branch: wip-yuri4-testing-2024-01-18-1257-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: '7524470' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-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-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec kernel: hwe: true workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi118.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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T11:16:16.852 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T11:16:16.853 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T11:16:16.853 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T11:16:16.854 INFO:teuthology.task.internal:Checking packages... 2024-01-21T11:16:16.879 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T11:16:16.879 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T11:16:16.879 INFO:teuthology.packaging:ref: None 2024-01-21T11:16:16.879 INFO:teuthology.packaging:tag: None 2024-01-21T11:16:16.880 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:16:16.880 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:16:16.880 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:16:17.121 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-gea310589-1focal 2024-01-21T11:16:17.122 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T11:16:17.129 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T11:16:17.129 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T11:16:17.155 INFO:teuthology.task.internal:Saving configuration 2024-01-21T11:16:17.169 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T11:16:17.181 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:16:17.207 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470', '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': '2024-01-21 11:09:23.051446', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-21T11:16:17.230 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470', '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': '2024-01-21 11:09:23.053329', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-21T11:16:17.230 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T11:16:17.238 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T11:16:17.238 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T11:16:17.238 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T11:16:17.330 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7c6adbd3a0>, signals=[15]) 2024-01-21T11:16:17.331 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T11:16:17.337 INFO:teuthology.task.internal:Opening connections... 2024-01-21T11:16:17.337 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2024-01-21T11:16:17.339 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:16:17.424 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T11:16:17.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:16:17.511 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T11:16:17.517 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2024-01-21T11:16:17.524 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2024-01-21T11:16:17.525 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="Ubuntu" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:ID=ubuntu 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE=debian 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="20.04" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_CODENAME=focal 2024-01-21T11:16:17.571 INFO:teuthology.orchestra.run.smithi069.stdout:UBUNTU_CODENAME=focal 2024-01-21T11:16:17.572 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2024-01-21T11:16:17.596 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-01-21T11:16:17.602 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-01-21T11:16:17.603 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-01-21T11:16:17.650 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="Ubuntu" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:ID=ubuntu 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE=debian 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="20.04" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_CODENAME=focal 2024-01-21T11:16:17.651 INFO:teuthology.orchestra.run.smithi118.stdout:UBUNTU_CODENAME=focal 2024-01-21T11:16:17.652 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-01-21T11:16:17.671 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T11:16:17.679 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T11:16:17.739 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T11:16:17.739 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:16:17.741 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:16:17.747 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T11:16:17.772 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T11:16:17.772 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:16:17.774 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:16:17.789 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T11:16:17.841 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T11:16:17.855 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T11:16:17.855 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-21T11:16:17.855 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-21T11:16:17.855 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-01-21T11:16:17.856 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:16:17.856 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:16:17.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:16:17.862 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-01-21T11:16:17.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:16:17.863 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-01-21T11:16:17.869 INFO:teuthology.orchestra.run.smithi069.stdout:5.4.0-124-generic 2024-01-21T11:16:17.869 INFO:teuthology.task.kernel:Running kernel on smithi069: 5.4.0-124-generic 2024-01-21T11:16:17.869 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-01-21T11:16:17.870 INFO:teuthology.orchestra.run.smithi118.stdout:5.4.0-124-generic 2024-01-21T11:16:17.870 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.4.0-124-generic 2024-01-21T11:16:17.870 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2024-01-21T11:16:18.021 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-01-21T11:16:18.085 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-01-21T11:16:18.202 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T11:16:18.202 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-21T11:16:18.202 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-21T11:16:18.257 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-21T11:16:18.276 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-21T11:16:18.361 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T11:16:18.442 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-21T11:16:18.574 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-21T11:16:18.582 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-21T11:16:18.687 INFO:teuthology.orchestra.run.smithi069.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-21T11:16:18.696 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-21T11:16:18.729 INFO:teuthology.orchestra.run.smithi069.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-21T11:16:18.737 INFO:teuthology.orchestra.run.smithi069.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-21T11:16:18.743 INFO:teuthology.orchestra.run.smithi069.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-21T11:16:18.744 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-21T11:16:18.744 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-21T11:16:18.755 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-21T11:16:18.761 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-21T11:16:18.762 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-21T11:16:18.785 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-21T11:16:18.789 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T11:16:18.790 INFO:teuthology.orchestra.run.smithi069.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-21T11:16:18.795 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-21T11:16:18.809 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-21T11:16:18.810 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-21T11:16:18.811 INFO:teuthology.orchestra.run.smithi069.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-21T11:16:18.814 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T11:16:18.814 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-21T11:16:18.824 INFO:teuthology.orchestra.run.smithi069.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [195 kB] 2024-01-21T11:16:18.824 INFO:teuthology.orchestra.run.smithi069.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-21T11:16:18.829 INFO:teuthology.orchestra.run.smithi118.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-21T11:16:18.834 INFO:teuthology.orchestra.run.smithi069.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-21T11:16:18.834 INFO:teuthology.orchestra.run.smithi069.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-21T11:16:18.835 INFO:teuthology.orchestra.run.smithi069.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-21T11:16:18.835 INFO:teuthology.orchestra.run.smithi069.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-21T11:16:18.836 INFO:teuthology.orchestra.run.smithi118.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [195 kB] 2024-01-21T11:16:18.838 INFO:teuthology.orchestra.run.smithi118.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-21T11:16:18.839 INFO:teuthology.orchestra.run.smithi118.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-21T11:16:18.839 INFO:teuthology.orchestra.run.smithi118.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-21T11:16:18.860 INFO:teuthology.orchestra.run.smithi118.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-21T11:16:18.860 INFO:teuthology.orchestra.run.smithi118.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-21T11:16:18.876 INFO:teuthology.orchestra.run.smithi069.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-21T11:16:18.937 INFO:teuthology.orchestra.run.smithi118.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,028 kB] 2024-01-21T11:16:18.977 INFO:teuthology.orchestra.run.smithi069.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-21T11:16:18.991 INFO:teuthology.orchestra.run.smithi069.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-21T11:16:18.991 INFO:teuthology.orchestra.run.smithi069.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-21T11:16:18.992 INFO:teuthology.orchestra.run.smithi069.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-21T11:16:19.047 INFO:teuthology.orchestra.run.smithi069.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-21T11:16:19.053 INFO:teuthology.orchestra.run.smithi069.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T11:16:19.053 INFO:teuthology.orchestra.run.smithi069.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-21T11:16:19.065 INFO:teuthology.orchestra.run.smithi069.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,154 kB] 2024-01-21T11:16:19.090 INFO:teuthology.orchestra.run.smithi069.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-21T11:16:19.096 INFO:teuthology.orchestra.run.smithi069.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-21T11:16:19.096 INFO:teuthology.orchestra.run.smithi069.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-21T11:16:19.096 INFO:teuthology.orchestra.run.smithi069.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-21T11:16:19.097 INFO:teuthology.orchestra.run.smithi069.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-21T11:16:19.120 INFO:teuthology.orchestra.run.smithi069.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-21T11:16:19.121 INFO:teuthology.orchestra.run.smithi069.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-21T11:16:19.121 INFO:teuthology.orchestra.run.smithi069.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-21T11:16:19.122 INFO:teuthology.orchestra.run.smithi069.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-21T11:16:19.158 INFO:teuthology.orchestra.run.smithi069.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-21T11:16:19.159 INFO:teuthology.orchestra.run.smithi069.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-21T11:16:19.159 INFO:teuthology.orchestra.run.smithi069.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-21T11:16:19.325 INFO:teuthology.orchestra.run.smithi118.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-21T11:16:19.353 INFO:teuthology.orchestra.run.smithi118.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-21T11:16:19.367 INFO:teuthology.orchestra.run.smithi118.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-21T11:16:19.367 INFO:teuthology.orchestra.run.smithi118.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-21T11:16:19.434 INFO:teuthology.orchestra.run.smithi118.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-21T11:16:19.435 INFO:teuthology.orchestra.run.smithi118.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-21T11:16:19.454 INFO:teuthology.orchestra.run.smithi118.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-21T11:16:19.618 INFO:teuthology.orchestra.run.smithi118.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-21T11:16:20.209 INFO:teuthology.orchestra.run.smithi118.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,154 kB] 2024-01-21T11:16:20.318 INFO:teuthology.orchestra.run.smithi118.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-21T11:16:20.339 INFO:teuthology.orchestra.run.smithi118.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-21T11:16:20.341 INFO:teuthology.orchestra.run.smithi118.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-21T11:16:20.341 INFO:teuthology.orchestra.run.smithi118.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-21T11:16:20.343 INFO:teuthology.orchestra.run.smithi118.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-21T11:16:20.344 INFO:teuthology.orchestra.run.smithi118.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-21T11:16:20.344 INFO:teuthology.orchestra.run.smithi118.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-21T11:16:20.346 INFO:teuthology.orchestra.run.smithi118.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-21T11:16:20.349 INFO:teuthology.orchestra.run.smithi118.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-21T11:16:20.514 INFO:teuthology.orchestra.run.smithi118.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-21T11:16:20.697 INFO:teuthology.orchestra.run.smithi118.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-21T11:16:20.719 INFO:teuthology.orchestra.run.smithi118.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-21T11:16:22.649 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 18.6 MB in 3s (7,006 kB/s) 2024-01-21T11:16:22.847 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 18.6 MB in 3s (6,947 kB/s) 2024-01-21T11:16:24.156 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-01-21T11:16:24.181 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T11:16:24.255 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-01-21T11:16:24.350 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-01-21T11:16:24.376 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T11:16:24.450 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-01-21T11:16:24.460 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-01-21T11:16:24.460 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-01-21T11:16:24.642 INFO:teuthology.orchestra.run.smithi069.stdout:The following additional packages will be installed: 2024-01-21T11:16:24.642 INFO:teuthology.orchestra.run.smithi069.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T11:16:24.643 INFO:teuthology.orchestra.run.smithi069.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-21T11:16:24.643 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-21T11:16:24.644 INFO:teuthology.orchestra.run.smithi069.stdout:Suggested packages: 2024-01-21T11:16:24.644 INFO:teuthology.orchestra.run.smithi069.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-21T11:16:24.644 INFO:teuthology.orchestra.run.smithi069.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-21T11:16:24.654 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-01-21T11:16:24.655 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-01-21T11:16:24.691 INFO:teuthology.orchestra.run.smithi069.stdout:The following NEW packages will be installed: 2024-01-21T11:16:24.691 INFO:teuthology.orchestra.run.smithi069.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T11:16:24.691 INFO:teuthology.orchestra.run.smithi069.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-21T11:16:24.692 INFO:teuthology.orchestra.run.smithi069.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-21T11:16:24.692 INFO:teuthology.orchestra.run.smithi069.stdout: thermald upower usbmuxd 2024-01-21T11:16:24.843 INFO:teuthology.orchestra.run.smithi118.stdout:The following additional packages will be installed: 2024-01-21T11:16:24.843 INFO:teuthology.orchestra.run.smithi118.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T11:16:24.843 INFO:teuthology.orchestra.run.smithi118.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-21T11:16:24.843 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-21T11:16:24.844 INFO:teuthology.orchestra.run.smithi118.stdout:Suggested packages: 2024-01-21T11:16:24.844 INFO:teuthology.orchestra.run.smithi118.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-21T11:16:24.844 INFO:teuthology.orchestra.run.smithi118.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-21T11:16:24.877 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T11:16:24.877 INFO:teuthology.orchestra.run.smithi069.stdout:Need to get 90.9 MB of archives. 2024-01-21T11:16:24.877 INFO:teuthology.orchestra.run.smithi069.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-21T11:16:24.877 INFO:teuthology.orchestra.run.smithi069.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-21T11:16:24.894 INFO:teuthology.orchestra.run.smithi118.stdout:The following NEW packages will be installed: 2024-01-21T11:16:24.895 INFO:teuthology.orchestra.run.smithi118.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-21T11:16:24.895 INFO:teuthology.orchestra.run.smithi118.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-21T11:16:24.896 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-21T11:16:24.896 INFO:teuthology.orchestra.run.smithi118.stdout: thermald upower usbmuxd 2024-01-21T11:16:24.957 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T11:16:24.957 INFO:teuthology.orchestra.run.smithi118.stdout:Need to get 90.9 MB of archives. 2024-01-21T11:16:24.957 INFO:teuthology.orchestra.run.smithi118.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-21T11:16:24.957 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-21T11:16:25.027 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-21T11:16:25.034 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-21T11:16:25.039 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-21T11:16:25.057 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-21T11:16:25.066 INFO:teuthology.orchestra.run.smithi118.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] 2024-01-21T11:16:25.151 INFO:teuthology.orchestra.run.smithi069.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-21T11:16:25.179 INFO:teuthology.orchestra.run.smithi069.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-21T11:16:25.197 INFO:teuthology.orchestra.run.smithi069.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-21T11:16:25.270 INFO:teuthology.orchestra.run.smithi069.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-21T11:16:25.304 INFO:teuthology.orchestra.run.smithi069.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] 2024-01-21T11:16:25.394 INFO:teuthology.orchestra.run.smithi118.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] 2024-01-21T11:16:25.497 INFO:teuthology.orchestra.run.smithi118.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] 2024-01-21T11:16:26.210 INFO:teuthology.orchestra.run.smithi069.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] 2024-01-21T11:16:26.268 INFO:teuthology.orchestra.run.smithi118.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] 2024-01-21T11:16:26.268 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-21T11:16:26.336 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-21T11:16:26.342 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-21T11:16:26.344 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-21T11:16:26.498 INFO:teuthology.orchestra.run.smithi069.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] 2024-01-21T11:16:27.079 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 90.9 MB in 1s (63.1 MB/s) 2024-01-21T11:16:27.313 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-21T11:16:28.415 INFO:teuthology.orchestra.run.smithi069.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] 2024-01-21T11:16:28.415 INFO:teuthology.orchestra.run.smithi069.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-21T11:16:28.416 INFO:teuthology.orchestra.run.smithi069.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-21T11:16:28.585 INFO:teuthology.orchestra.run.smithi069.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-21T11:16:28.937 INFO:teuthology.orchestra.run.smithi069.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-21T11:16:29.079 INFO:teuthology.orchestra.run.smithi118.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.) 2024-01-21T11:16:29.084 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-21T11:16:29.295 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T11:16:29.620 INFO:teuthology.orchestra.run.smithi069.stdout:Fetched 90.9 MB in 4s (21.3 MB/s) 2024-01-21T11:16:29.665 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-21T11:16:29.678 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-21T11:16:29.714 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T11:16:29.805 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-21T11:16:30.043 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-21T11:16:30.055 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-21T11:16:30.093 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T11:16:30.463 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-21T11:16:30.477 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-21T11:16:30.538 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T11:16:30.916 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-21T11:16:30.929 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-21T11:16:30.974 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T11:16:31.336 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-21T11:16:31.351 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T11:16:31.394 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:31.514 INFO:teuthology.orchestra.run.smithi069.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.) 2024-01-21T11:16:31.519 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-21T11:16:31.710 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T11:16:32.064 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-21T11:16:32.078 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-21T11:16:32.155 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T11:16:32.525 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-21T11:16:32.538 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-21T11:16:32.583 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T11:16:32.961 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-21T11:16:32.976 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-21T11:16:33.019 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T11:16:33.366 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-21T11:16:33.379 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-21T11:16:33.415 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T11:16:33.793 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-21T11:16:33.807 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T11:16:33.851 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:33.947 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-21T11:16:33.963 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T11:16:34.055 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-21T11:16:34.630 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T11:16:34.692 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:36.444 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-21T11:16:36.456 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T11:16:36.559 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:37.113 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-21T11:16:37.127 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-21T11:16:37.171 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:42.340 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-21T11:16:42.355 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-21T11:16:42.398 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T11:16:42.776 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-21T11:16:42.790 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-21T11:16:42.834 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T11:16:43.262 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package thermald. 2024-01-21T11:16:43.275 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-21T11:16:43.321 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T11:16:43.910 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package upower. 2024-01-21T11:16:43.925 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-21T11:16:44.023 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-21T11:16:44.028 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-21T11:16:44.043 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-21T11:16:44.078 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T11:16:44.389 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-21T11:16:44.403 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-21T11:16:44.439 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package usbmuxd. 2024-01-21T11:16:44.447 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T11:16:44.452 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-21T11:16:44.506 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T11:16:44.788 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T11:16:44.867 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package thermald. 2024-01-21T11:16:44.882 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-21T11:16:44.911 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T11:16:44.925 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T11:16:45.054 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T11:16:45.189 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T11:16:45.340 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T11:16:45.472 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package upower. 2024-01-21T11:16:45.488 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-21T11:16:45.489 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T11:16:45.546 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-21T11:16:45.617 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-21T11:16:45.976 INFO:teuthology.orchestra.run.smithi069.stdout:Selecting previously unselected package usbmuxd. 2024-01-21T11:16:45.992 INFO:teuthology.orchestra.run.smithi069.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-21T11:16:46.034 INFO:teuthology.orchestra.run.smithi069.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T11:16:46.239 INFO:teuthology.orchestra.run.smithi118.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-21T11:16:46.313 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T11:16:46.475 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-21T11:16:46.507 INFO:teuthology.orchestra.run.smithi118.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-21T11:16:46.524 INFO:teuthology.orchestra.run.smithi118.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-21T11:16:46.524 INFO:teuthology.orchestra.run.smithi118.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-21T11:16:46.597 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-21T11:16:46.731 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-21T11:16:46.857 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-21T11:16:47.009 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-21T11:16:47.048 INFO:teuthology.orchestra.run.smithi118.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-21T11:16:47.135 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-21T11:16:47.254 INFO:teuthology.orchestra.run.smithi118.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-21T11:16:47.285 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-21T11:16:47.302 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T11:16:47.614 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T11:16:47.614 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T11:16:47.851 INFO:teuthology.orchestra.run.smithi069.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-21T11:16:47.897 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-21T11:16:48.074 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:48.087 INFO:teuthology.orchestra.run.smithi069.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-21T11:16:48.094 INFO:teuthology.orchestra.run.smithi069.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-21T11:16:48.094 INFO:teuthology.orchestra.run.smithi069.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-21T11:16:48.606 INFO:teuthology.orchestra.run.smithi069.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-21T11:16:48.819 INFO:teuthology.orchestra.run.smithi069.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-21T11:16:48.862 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-21T11:16:49.139 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T11:16:49.139 INFO:teuthology.orchestra.run.smithi069.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-21T11:16:49.388 INFO:teuthology.orchestra.run.smithi118.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-21T11:16:49.388 INFO:teuthology.orchestra.run.smithi118.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-21T11:16:49.577 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:49.583 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:50.918 INFO:teuthology.orchestra.run.smithi069.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-21T11:16:50.919 INFO:teuthology.orchestra.run.smithi069.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-21T11:16:51.101 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:51.428 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T11:16:52.288 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:52.844 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-21T11:16:52.944 INFO:teuthology.orchestra.run.smithi069.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:53.682 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-21T11:16:53.971 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-21T11:16:54.288 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-21T11:16:54.585 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-21T11:16:54.716 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-21T11:16:54.816 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:54.901 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T11:16:54.901 INFO:teuthology.orchestra.run.smithi118.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-21T11:16:55.387 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-21T11:16:55.479 INFO:teuthology.orchestra.run.smithi069.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-21T11:16:55.553 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T11:16:55.553 INFO:teuthology.orchestra.run.smithi069.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-21T11:17:20.758 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T11:17:20.758 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub' 2024-01-21T11:17:20.763 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T11:17:20.791 INFO:teuthology.orchestra.run.smithi118.stdout:Generating grub configuration file ... 2024-01-21T11:17:21.083 INFO:teuthology.orchestra.run.smithi069.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T11:17:21.083 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub' 2024-01-21T11:17:21.088 INFO:teuthology.orchestra.run.smithi069.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T11:17:21.110 INFO:teuthology.orchestra.run.smithi069.stdout:Generating grub configuration file ... 2024-01-21T11:17:21.132 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T11:17:21.151 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T11:17:21.451 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T11:17:21.477 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T11:17:21.570 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T11:17:21.582 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T11:17:21.911 INFO:teuthology.orchestra.run.smithi069.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T11:17:21.922 INFO:teuthology.orchestra.run.smithi069.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T11:17:23.693 INFO:teuthology.orchestra.run.smithi118.stdout:done 2024-01-21T11:17:23.845 INFO:teuthology.orchestra.run.smithi069.stdout:done 2024-01-21T11:17:24.149 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T11:17:24.206 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T11:17:24.206 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2024-01-21T11:17:24.206 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 20 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta-hwe-5.15 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.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) 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:17:24.207 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2024-01-21T11:17:24.207 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-21T11:17:24.208 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:17:24.208 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:17:24.208 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T11:17:24.208 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:17:24.208 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2024-01-21T11:17:24.274 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2024-01-21T11:17:24.309 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T11:17:24.359 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 20 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta-hwe-5.15 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.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) 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-01-21T11:17:24.360 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:17:24.361 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-01-21T11:17:24.361 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-21T11:17:24.361 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:17:24.361 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:17:24.361 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T11:17:24.361 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:17:24.361 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get clean 2024-01-21T11:17:24.411 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T11:17:24.419 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-21T11:17:24.420 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-21T11:17:24.439 DEBUG:teuthology.orchestra.run.smithi069:> sudo apt-get update 2024-01-21T11:17:24.442 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-21T11:17:24.576 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-21T11:17:24.585 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-21T11:17:24.605 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-21T11:17:24.687 INFO:teuthology.orchestra.run.smithi069.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-21T11:17:26.172 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-01-21T11:17:26.198 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T11:17:26.269 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2024-01-21T11:17:26.338 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-01-21T11:17:26.362 DEBUG:teuthology.orchestra.run.smithi069:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-21T11:17:26.427 INFO:teuthology.orchestra.run.smithi069.stdout:Reading package lists... 2024-01-21T11:17:26.465 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2024-01-21T11:17:26.465 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2024-01-21T11:17:26.634 INFO:teuthology.orchestra.run.smithi069.stdout:Building dependency tree... 2024-01-21T11:17:26.634 INFO:teuthology.orchestra.run.smithi069.stdout:Reading state information... 2024-01-21T11:17:26.674 INFO:teuthology.orchestra.run.smithi118.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-21T11:17:26.675 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T11:17:26.677 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 20 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta-hwe-5.15 2024-01-21T11:17:26.698 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T11:17:26.699 INFO:teuthology.orchestra.run.smithi118.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) 2024-01-21T11:17:26.699 INFO:teuthology.orchestra.run.smithi118.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:17:26.699 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2024-01-21T11:17:26.699 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2024-01-21T11:17:26.699 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:17:26.699 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2024-01-21T11:17:26.699 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-01-21T11:17:26.703 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.rrJHG9IZB5 2024-01-21T11:17:26.703 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub/grub.cfg /tmp/tmp.rrJHG9IZB5 2024-01-21T11:17:26.713 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.rrJHG9IZB5 2024-01-21T11:17:26.748 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.rrJHG9IZB5 is 9KB 2024-01-21T11:17:26.762 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.rrJHG9IZB5 2024-01-21T11:17:26.768 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T11:17:26.827 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:17:26.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T11:17:26.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T11:17:26.850 INFO:teuthology.orchestra.run.smithi069.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-21T11:17:26.850 INFO:teuthology.orchestra.run.smithi069.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-21T11:17:26.852 DEBUG:teuthology.orchestra.run.smithi069:> dpkg -s linux-image-generic-hwe-20.04 2024-01-21T11:17:26.857 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-21T11:17:26.858 DEBUG:teuthology.orchestra.run.smithi118:> sudo update-grub 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Package: linux-image-generic-hwe-20.04 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Status: install ok installed 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Priority: optional 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Section: kernel 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Installed-Size: 20 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: amd64 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Source: linux-meta-hwe-5.15 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-21T11:17:26.874 INFO:teuthology.orchestra.run.smithi069.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) 2024-01-21T11:17:26.875 INFO:teuthology.orchestra.run.smithi069.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:17:26.875 INFO:teuthology.orchestra.run.smithi069.stdout:Recommends: thermald 2024-01-21T11:17:26.875 INFO:teuthology.orchestra.run.smithi069.stdout:Description: Generic Linux kernel image 2024-01-21T11:17:26.875 INFO:teuthology.orchestra.run.smithi069.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:17:26.875 INFO:teuthology.orchestra.run.smithi069.stdout: available. 2024-01-21T11:17:26.875 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2024-01-21T11:17:26.880 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.ttizrCDRaV 2024-01-21T11:17:26.880 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ttizrCDRaV 2024-01-21T11:17:26.890 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.ttizrCDRaV 2024-01-21T11:17:26.933 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.ttizrCDRaV is 9KB 2024-01-21T11:17:26.948 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.ttizrCDRaV 2024-01-21T11:17:26.954 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T11:17:27.011 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:17:27.011 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T11:17:27.011 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T11:17:27.039 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-21T11:17:27.039 DEBUG:teuthology.orchestra.run.smithi069:> sudo update-grub 2024-01-21T11:17:28.301 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub' 2024-01-21T11:17:28.311 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T11:17:28.323 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-01-21T11:17:28.430 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub' 2024-01-21T11:17:28.440 INFO:teuthology.orchestra.run.smithi069.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-21T11:17:28.450 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2024-01-21T11:17:28.624 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T11:17:28.636 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T11:17:28.687 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-21T11:17:28.699 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-21T11:17:29.018 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T11:17:29.030 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T11:17:29.069 INFO:teuthology.orchestra.run.smithi069.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-21T11:17:29.081 INFO:teuthology.orchestra.run.smithi069.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-21T11:17:29.984 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-01-21T11:17:29.986 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-01-21T11:17:30.003 INFO:teuthology.orchestra.run.smithi069.stderr:done 2024-01-21T11:17:30.005 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2024-01-21T11:18:00.005 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T11:18:00.006 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:18:00.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:18:00.009 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T11:18:00.009 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-01-21T11:18:00.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:18:18.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-21T11:18:18.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-01-21T11:18:27.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:18:27.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:18:27.438 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-01-21T11:18:27.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:18:30.492 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-21T11:18:30.492 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2024-01-21T11:18:42.500 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:18:42.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:18:42.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-01-21T11:18:42.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:18:45.564 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-21T11:19:00.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:19:00.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:19:14.291 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-01-21T11:19:14.855 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-01-21T11:19:14.855 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-21T11:19:14.856 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2024-01-21T11:19:14.904 INFO:teuthology.orchestra.run.smithi069.stdout:5.15.0-91-generic 2024-01-21T11:19:14.904 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-21T11:19:14.904 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:19:14.904 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T11:19:15.906 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T11:19:15.906 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:19:15.987 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2024-01-21T11:19:16.016 DEBUG:teuthology.parallel:result is None 2024-01-21T11:19:19.100 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-21T11:19:37.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:19:37.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:19:37.546 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-01-21T11:19:38.052 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:19:38.052 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-21T11:19:38.052 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-01-21T11:19:38.102 INFO:teuthology.orchestra.run.smithi118.stdout:5.15.0-91-generic 2024-01-21T11:19:38.102 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-21T11:19:38.102 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:19:38.102 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T11:19:39.102 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T11:19:39.103 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:19:39.175 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-01-21T11:19:39.202 DEBUG:teuthology.parallel:result is None 2024-01-21T11:19:39.203 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T11:19:39.212 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T11:19:39.212 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:19:39.215 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:19:39.222 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T11:19:39.260 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T11:19:39.294 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T11:19:39.294 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:19:39.297 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:19:39.324 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T11:19:39.335 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T11:19:39.335 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:19:39.360 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:19:39.377 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:19:39.383 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:19:39.384 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:19:39.395 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:19:39.397 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T11:19:39.408 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T11:19:39.408 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:19:39.440 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:19:39.456 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T11:19:39.468 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T11:19:39.469 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:19:39.500 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:19:39.507 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:19:39.553 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:19:39.601 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:19:39.601 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:19:39.692 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:19:39.700 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:19:39.755 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:19:39.755 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:19:39.827 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2024-01-21T11:19:39.830 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-01-21T11:19:39.913 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T11:19:39.923 INFO:teuthology.task.internal:Starting timer... 2024-01-21T11:19:39.923 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T11:19:39.955 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T11:19:39.988 DEBUG:teuthology.task.selinux:Excluding smithi069: OS 'ubuntu' does not support SELinux 2024-01-21T11:19:39.988 DEBUG:teuthology.task.selinux:Excluding smithi118: OS 'ubuntu' does not support SELinux 2024-01-21T11:19:39.988 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T11:19:39.988 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-21T11:19:39.988 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T11:19:39.988 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T11:19:40.021 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-21T11:19:40.030 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-21T11:19:40.156 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T11:19:40.171 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'}]}] 2024-01-21T11:19:40.173 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi069.front.sepia.ceph.com,smithi118.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T11:24:56.205 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi069.front.sepia.ceph.com'), Remote(name='ubuntu@smithi118.front.sepia.ceph.com')] 2024-01-21T11:24:56.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-01-21T11:24:56.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:24:56.301 DEBUG:teuthology.orchestra.run.smithi069:> true 2024-01-21T11:24:56.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2024-01-21T11:24:56.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:24:56.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:24:56.521 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-01-21T11:24:56.637 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-21T11:24:56.638 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T11:24:56.648 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T11:24:56.648 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:24:56.649 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:24:56.651 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:24:56.651 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:24:56.682 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-21T11:24:56.682 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Command line: ntpd -gq 2024-01-21T11:24:56.683 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: proto: precision = 0.057 usec (-24) 2024-01-21T11:24:56.683 INFO:teuthology.orchestra.run.smithi069.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:24:56.683 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:24:56.684 INFO:teuthology.orchestra.run.smithi069.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:24:56.684 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listen normally on 3 enp3s0f1 172.21.15.69:123 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listen normally on 4 lo [::1]:123 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d737%5]:123 2024-01-21T11:24:56.685 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:24:56 ntpd[12574]: Listening on routing socket on fd #22 for interface updates 2024-01-21T11:24:56.710 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-21T11:24:56.711 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Command line: ntpd -gq 2024-01-21T11:24:56.711 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: proto: precision = 0.097 usec (-23) 2024-01-21T11:24:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:24:56.712 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:24:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:24:56.713 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:24:56.713 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T11:24:56.713 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T11:24:56.713 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T11:24:56.713 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listen normally on 3 enp3s0f1 172.21.15.118:123 2024-01-21T11:24:56.714 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listen normally on 4 lo [::1]:123 2024-01-21T11:24:56.714 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d725%5]:123 2024-01-21T11:24:56.714 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:24:56 ntpd[12567]: Listening on routing socket on fd #22 for interface updates 2024-01-21T11:24:57.682 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:57 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:57.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:57 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:58.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:58 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:58.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:58 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:58.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:58 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:58.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:58 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:58.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:58 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:24:58.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:58 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:24:58.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:58 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:24:59.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:59 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:59.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:59 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:59.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:59 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:59.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:59 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:59.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:59 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:24:59.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:24:59 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:24:59.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:59 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:59.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:59 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:59.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:59 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:24:59.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:59 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:24:59.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:59 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:24:59.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:24:59 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:00.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:00 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:00.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:00 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:00.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:00 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:00.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:00 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:00.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:00 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:00.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:00 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:00.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:00 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:00.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:00 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:00.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:00 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:00.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:00 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:00.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:00 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:00.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:00 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:01.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:01.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:01 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:01.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:01.713 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:01.713 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:01.713 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:01 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:02.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:02 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:02.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:02 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:02.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:02 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:02.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:02 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:02.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:02 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:02.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:02 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:02.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:02 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:02.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:02 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:02.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:02 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:02.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:02 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:02.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:02 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:02.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:02 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:03.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:03.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:03 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:03.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:03.713 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:03 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:04.683 INFO:teuthology.orchestra.run.smithi069.stdout:21 Jan 11:25:04 ntpd[12574]: ntpd: time slew +0.000292 s 2024-01-21T11:25:04.684 INFO:teuthology.orchestra.run.smithi069.stdout:ntpd: time slew +0.000292s 2024-01-21T11:25:04.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T11:25:04.684 INFO:teuthology.orchestra.run.smithi069.stderr:21 Jan 11:25:04 ntpd[12574]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T11:25:04.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:04.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:04.711 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stdout:21 Jan 11:25:04 ntpd[12567]: ntpd: time slew +0.000012 s 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stdout:ntpd: time slew +0.000012s 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T11:25:04.712 INFO:teuthology.orchestra.run.smithi118.stderr:21 Jan 11:25:04 ntpd[12567]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T11:25:04.745 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T11:25:04.745 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-01-21T11:25:04.745 INFO:teuthology.orchestra.run.smithi069.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.745 INFO:teuthology.orchestra.run.smithi069.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.745 INFO:teuthology.orchestra.run.smithi069.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.745 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.781 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T11:25:04.781 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2024-01-21T11:25:04.781 INFO:teuthology.orchestra.run.smithi118.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.781 INFO:teuthology.orchestra.run.smithi118.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.781 INFO:teuthology.orchestra.run.smithi118.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.782 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:25:04.782 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T11:25:04.793 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T11:25:04.793 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:25:04.793 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:25:04.801 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T11:25:04.801 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_1 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 490 Links: 1 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:23:33.263603819 +0000 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:23:33.019609447 +0000 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:23:33.019609447 +0000 2024-01-21T11:25:04.849 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:25:04.850 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:25:04.904 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:25:04.905 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:25:04.905 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000428068 s, 1.2 MB/s 2024-01-21T11:25:04.906 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:25:04.958 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_2 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 498 Links: 1 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:23:33.475598931 +0000 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:23:33.471599023 +0000 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:23:33.471599023 +0000 2024-01-21T11:25:05.009 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:25:05.009 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:25:05.064 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:25:05.064 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:25:05.064 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000400661 s, 1.3 MB/s 2024-01-21T11:25:05.065 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:25:05.115 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_3 2024-01-21T11:25:05.165 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:25:05.165 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:05.165 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 504 Links: 1 2024-01-21T11:25:05.165 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:05.165 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:23:34.211581958 +0000 2024-01-21T11:25:05.165 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:23:33.943588138 +0000 2024-01-21T11:25:05.166 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:23:33.943588138 +0000 2024-01-21T11:25:05.166 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:25:05.166 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:25:05.224 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:25:05.225 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:25:05.225 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000426058 s, 1.2 MB/s 2024-01-21T11:25:05.226 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:25:05.279 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_4 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 510 Links: 1 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:23:34.695570796 +0000 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:23:34.435576792 +0000 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:23:34.435576792 +0000 2024-01-21T11:25:05.329 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:25:05.330 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:25:05.384 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:25:05.384 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:25:05.385 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000391002 s, 1.3 MB/s 2024-01-21T11:25:05.385 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:25:05.439 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:25:05.576 INFO:teuthology.orchestra.run.smithi069.stdout:loop 2024-01-21T11:25:05.578 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_1... 2024-01-21T11:25:05.578 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:25:05.601 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-01-21T11:25:05.624 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_11 2024-01-21T11:25:05.648 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_2... 2024-01-21T11:25:05.649 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:25:05.711 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-01-21T11:25:05.738 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_21 2024-01-21T11:25:05.763 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_3... 2024-01-21T11:25:05.763 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:25:05.828 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-01-21T11:25:05.854 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_31 2024-01-21T11:25:05.880 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_4... 2024-01-21T11:25:05.880 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T11:25:05.947 INFO:teuthology.orchestra.run.smithi069.stdout:1 2024-01-21T11:25:05.972 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_41 2024-01-21T11:25:05.990 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:25:05.990 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:25:06.041 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme list 2024-01-21T11:25:06.096 INFO:teuthology.orchestra.run.smithi069.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T11:25:06.097 INFO:teuthology.orchestra.run.smithi069.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T11:25:06.097 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme0n1 PHFT620400Y0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T11:25:06.097 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme1n1 d710cd13c6bd384c8542 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:06.097 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme2n1 021d1abb3afedcd60acb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:06.097 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme3n1 ee6a4d900faa9ed6d20f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:06.097 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme4n1 7eb674bb6ea7e67fce6c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:06.098 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:25:06.098 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:25:06.098 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/scratch_devs 2024-01-21T11:25:06.155 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:25:06.156 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:25:06.163 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T11:25:06.163 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2024-01-21T11:25:06.211 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 491 Links: 1 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:23:30.798245638 +0000 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:23:30.794245731 +0000 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:23:30.794245731 +0000 2024-01-21T11:25:06.212 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:25:06.212 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:25:06.267 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:25:06.267 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:25:06.267 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000302501 s, 1.7 MB/s 2024-01-21T11:25:06.268 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:25:06.321 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 498 Links: 1 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:23:31.494229622 +0000 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:23:31.246235328 +0000 2024-01-21T11:25:06.371 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:23:31.246235328 +0000 2024-01-21T11:25:06.372 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:25:06.372 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:25:06.427 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:25:06.427 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:25:06.427 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000311966 s, 1.6 MB/s 2024-01-21T11:25:06.428 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:25:06.480 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 502 Links: 1 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:23:31.690225112 +0000 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:23:31.686225203 +0000 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:23:31.686225203 +0000 2024-01-21T11:25:06.531 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:25:06.531 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:25:06.586 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:25:06.586 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:25:06.586 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.00029309 s, 1.7 MB/s 2024-01-21T11:25:06.587 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:25:06.636 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 510 Links: 1 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:23:32.478206983 +0000 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:23:32.202213332 +0000 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:23:32.202213332 +0000 2024-01-21T11:25:06.687 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:25:06.688 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:25:06.742 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:25:06.742 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:25:06.742 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000291647 s, 1.8 MB/s 2024-01-21T11:25:06.743 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:25:06.793 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:25:06.917 INFO:teuthology.orchestra.run.smithi118.stdout:loop 2024-01-21T11:25:06.919 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2024-01-21T11:25:06.919 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:25:06.943 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T11:25:06.967 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_11 2024-01-21T11:25:06.992 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2024-01-21T11:25:06.992 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:25:07.062 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T11:25:07.090 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_21 2024-01-21T11:25:07.116 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2024-01-21T11:25:07.117 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:25:07.181 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T11:25:07.209 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_31 2024-01-21T11:25:07.235 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2024-01-21T11:25:07.235 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T11:25:07.298 INFO:teuthology.orchestra.run.smithi118.stdout:1 2024-01-21T11:25:07.325 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_41 2024-01-21T11:25:07.349 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:25:07.349 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:25:07.399 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme list 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme0n1 PHMB747500JS480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme1n1 ecde959161b85b7fc545 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme2n1 601461d734db5fb01ada Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme3n1 76f1c817c736eddf75d6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:07.454 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme4n1 c72367df17e28642833f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-21T11:25:07.455 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:25:07.455 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:25:07.455 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2024-01-21T11:25:07.514 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T11:25:07.588 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T11:25:07.589 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:25:07.590 INFO:tasks.cephadm:Cluster fsid is bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:25:07.590 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T11:25:07.590 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T11:25:07.590 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi069': '172.21.15.69', 'mon.smithi118': '172.21.15.118'} 2024-01-21T11:25:07.590 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T11:25:07.590 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2024-01-21T11:25:07.606 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-01-21T11:25:07.623 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T11:25:07.624 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:25:07.807 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 11:25 /home/ubuntu/cephtest/cephadm 2024-01-21T11:25:07.807 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:25:07.946 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 11:25 /home/ubuntu/cephtest/cephadm 2024-01-21T11:25:07.947 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:25:07.956 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:25:07.972 DEBUG:teuthology.orchestra.run.smithi069:> sudo mkdir -p /etc/ceph 2024-01-21T11:25:08.011 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-01-21T11:25:08.026 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 777 /etc/ceph 2024-01-21T11:25:08.068 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-01-21T11:25:08.085 INFO:tasks.cephadm:Writing seed config... 2024-01-21T11:25:08.086 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T11:25:08.086 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T11:25:08.086 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T11:25:08.087 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T11:25:08.087 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T11:25:08.087 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T11:25:08.087 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T11:25:08.087 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T11:25:08.087 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:25:08.087 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T11:25:08.116 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 = bb17f6a2-b84f-11ee-95b0-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 2024-01-21T11:25:08.116 DEBUG:teuthology.orchestra.run.smithi069:mon.smithi069> sudo journalctl -f -n 0 -u ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069.service 2024-01-21T11:25:08.159 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T11:25:08.159 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid bb17f6a2-b84f-11ee-95b0-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.69 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:25:08.466 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-21T11:25:08.566 INFO:teuthology.orchestra.run.smithi069.stderr:-------------------------------------------------------------------------------- 2024-01-21T11:25:08.567 INFO:teuthology.orchestra.run.smithi069.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', 'bb17f6a2-b84f-11ee-95b0-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.69', '--skip-admin-label'] 2024-01-21T11:25:08.567 INFO:teuthology.orchestra.run.smithi069.stderr:Verifying podman|docker is present... 2024-01-21T11:25:08.567 INFO:teuthology.orchestra.run.smithi069.stderr:Verifying lvm2 is present... 2024-01-21T11:25:08.567 INFO:teuthology.orchestra.run.smithi069.stderr:Verifying time synchronization is in place... 2024-01-21T11:25:08.575 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:25:08.583 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.590 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T11:25:08.596 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.603 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: masked 2024-01-21T11:25:08.609 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.616 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T11:25:08.623 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.630 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: enabled 2024-01-21T11:25:08.637 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: active 2024-01-21T11:25:08.638 INFO:teuthology.orchestra.run.smithi069.stderr:Unit ntp.service is enabled and running 2024-01-21T11:25:08.638 INFO:teuthology.orchestra.run.smithi069.stderr:Repeating the final host check... 2024-01-21T11:25:08.638 INFO:teuthology.orchestra.run.smithi069.stderr:docker (/usr/bin/docker) is present 2024-01-21T11:25:08.638 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl is present 2024-01-21T11:25:08.638 INFO:teuthology.orchestra.run.smithi069.stderr:lvcreate is present 2024-01-21T11:25:08.644 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:25:08.651 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.658 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T11:25:08.664 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.669 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: masked 2024-01-21T11:25:08.676 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.684 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T11:25:08.691 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: inactive 2024-01-21T11:25:08.697 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: enabled 2024-01-21T11:25:08.704 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: active 2024-01-21T11:25:08.705 INFO:teuthology.orchestra.run.smithi069.stderr:Unit ntp.service is enabled and running 2024-01-21T11:25:08.705 INFO:teuthology.orchestra.run.smithi069.stderr:Host looks OK 2024-01-21T11:25:08.705 INFO:teuthology.orchestra.run.smithi069.stderr:Cluster fsid: bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:25:08.706 INFO:teuthology.orchestra.run.smithi069.stderr:Acquiring lock 140105276643744 on /run/cephadm/bb17f6a2-b84f-11ee-95b0-87774f69a715.lock 2024-01-21T11:25:08.706 INFO:teuthology.orchestra.run.smithi069.stderr:Lock 140105276643744 acquired on /run/cephadm/bb17f6a2-b84f-11ee-95b0-87774f69a715.lock 2024-01-21T11:25:08.706 INFO:teuthology.orchestra.run.smithi069.stderr:Verifying IP 172.21.15.69 port 3300 ... 2024-01-21T11:25:08.707 INFO:teuthology.orchestra.run.smithi069.stderr:Verifying IP 172.21.15.69 port 6789 ... 2024-01-21T11:25:08.707 INFO:teuthology.orchestra.run.smithi069.stderr:Base mon IP(s) is [172.21.15.69:3300, 172.21.15.69:6789], mon addrv is [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-01-21T11:25:08.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-21T11:25:08.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-01-21T11:25:08.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T11:25:08.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.69 2024-01-21T11:25:08.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-01-21T11:25:08.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T11:25:08.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T11:25:08.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2024-01-21T11:25:08.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T11:25:08.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-21T11:25:08.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T11:25:08.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T11:25:08.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d737/64 scope link 2024-01-21T11:25:08.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T11:25:08.722 INFO:teuthology.orchestra.run.smithi069.stderr:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-01-21T11:25:08.722 INFO:teuthology.orchestra.run.smithi069.stderr:Mon IP `172.21.15.69` is in CIDR network `172.21.0.0/20` 2024-01-21T11:25:08.722 INFO:teuthology.orchestra.run.smithi069.stderr:Mon IP `172.21.15.69` is in CIDR network `172.21.15.254/32` 2024-01-21T11:25:08.722 INFO:teuthology.orchestra.run.smithi069.stderr:Mon IP `172.21.15.69` is in CIDR network `172.21.15.254/32` 2024-01-21T11:25:08.722 INFO:teuthology.orchestra.run.smithi069.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'] 2024-01-21T11:25:08.722 INFO:teuthology.orchestra.run.smithi069.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T11:25:08.723 INFO:teuthology.orchestra.run.smithi069.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T11:25:09.087 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec: Pulling from ceph-ci/ceph 2024-01-21T11:25:09.092 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 5892adb860b1: Pulling fs layer 2024-01-21T11:25:09.092 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 38ed6fe6bc71: Pulling fs layer 2024-01-21T11:25:16.761 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 5892adb860b1: Verifying Checksum 2024-01-21T11:25:16.761 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 5892adb860b1: Download complete 2024-01-21T11:25:20.379 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 5892adb860b1: Pull complete 2024-01-21T11:25:27.797 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 38ed6fe6bc71: Verifying Checksum 2024-01-21T11:25:27.798 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 38ed6fe6bc71: Download complete 2024-01-21T11:25:39.755 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: 38ed6fe6bc71: Pull complete 2024-01-21T11:25:39.881 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: Digest: sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T11:25:39.930 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:25:39.964 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:25:50.144 INFO:teuthology.orchestra.run.smithi069.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T11:25:50.797 INFO:teuthology.orchestra.run.smithi069.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T11:25:50.797 INFO:teuthology.orchestra.run.smithi069.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T11:25:51.608 INFO:teuthology.orchestra.run.smithi069.stderr:stat: 167 167 2024-01-21T11:25:52.274 INFO:teuthology.orchestra.run.smithi069.stderr:Creating initial keys... 2024-01-21T11:25:53.048 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-authtool: AQBB/6xlRd3qAhAAX32dkhJ9dspg54YdVaogDw== 2024-01-21T11:25:54.450 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-authtool: AQBC/6xleuvlGhAA4sJwZ4S8ZS149L0N0JHzOQ== 2024-01-21T11:25:55.885 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-authtool: AQBD/6xloDPWNBAAKuKDodTmjUVzN8BpuNskvg== 2024-01-21T11:25:56.482 INFO:teuthology.orchestra.run.smithi069.stderr:Creating initial monmap... 2024-01-21T11:25:57.246 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:25:57.246 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:25:57.246 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:25:57.911 INFO:teuthology.orchestra.run.smithi069.stderr:monmaptool for smithi069 [v2:172.21.15.69:3300,v1:172.21.15.69:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:25:57.911 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/monmaptool: set fsid to bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:25:57.911 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:25:57.911 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:25:57.911 INFO:teuthology.orchestra.run.smithi069.stderr:Creating mon... 2024-01-21T11:25:58.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.672+0000 7efebc715880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:25:58.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.672+0000 7efebc715880 1 imported monmap: 2024-01-21T11:25:58.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T11:25:57.247180+0000 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: created 2024-01-21T11:25:57.247180+0000 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon.smithi069 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.680 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.672+0000 7efebc715880 0 /usr/bin/ceph-mon: set fsid to bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:25:58.705 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:25:58.705 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.705 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:25:58.705 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: DB SUMMARY 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi069/store.db dir, Total Num: 0, files: 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi069/store.db: 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.env: 0x5557f1bc3080 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.info_log: 0x5557f2a55380 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:25:58.706 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi069/store.db 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:25:58.707 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.write_buffer_manager: 0x5557f2a5b980 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:25:58.708 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.row_cache: None 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:25:58.709 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:25:58.710 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:25:58.711 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.676+0000 7efebc715880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi069/store.db/MANIFEST-000001 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.merge_operator: 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5557f2969d30) 2024-01-21T11:25:58.712 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_cache: 0x5557f29a0d10 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T11:25:58.713 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T11:25:58.714 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:25:58.715 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:25:58.716 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:25:58.717 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:25:58.718 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:25:58.719 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi069/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 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efebc715880 4 rocksdb: DB pointer 0x5557f2a69800 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efea5588700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.680+0000 7efea5588700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:25:58.720 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:25:58.721 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:25:58.722 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.723 INFO:teuthology.orchestra.run.smithi069.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 2024-01-21T11:25:58.724 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.724 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:25:58.724 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: 2024-01-21T11:25:58.724 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.684+0000 7efebc715880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T11:25:58.724 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.684+0000 7efebc715880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T11:25:58.724 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:25:58.684+0000 7efebc715880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi069 for mon.smithi069 2024-01-21T11:25:59.373 INFO:teuthology.orchestra.run.smithi069.stderr:create mon.smithi069 on 2024-01-21T11:25:59.612 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-21T11:25:59.815 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715.target. 2024-01-21T11:25:59.815 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715.target. 2024-01-21T11:26:00.247 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to reset failed state of unit ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069.service: Unit ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069.service not loaded. 2024-01-21T11:26:00.254 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Created symlink /etc/systemd/system/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715.target.wants/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069.service -> /etc/systemd/system/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@.service. 2024-01-21T11:26:00.462 INFO:teuthology.orchestra.run.smithi069.stderr:firewalld does not appear to be present 2024-01-21T11:26:00.462 INFO:teuthology.orchestra.run.smithi069.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:26:00.462 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for mon to start... 2024-01-21T11:26:00.462 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for mon... 2024-01-21T11:26:02.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:01 smithi069 bash[13595]: cluster 2024-01-21T11:26:01.875782+0000 mon.smithi069 (mon.0) 1 : cluster [INF] mon.smithi069 is new leader, mons smithi069 in quorum (ranks 0) 2024-01-21T11:26:02.169 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: cluster: 2024-01-21T11:26:02.170 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: id: bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:26:02.170 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: services: 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi069 (age 0.284185s) 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: data: 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: pgs: 2024-01-21T11:26:02.171 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:02.821 INFO:teuthology.orchestra.run.smithi069.stderr:mon is available 2024-01-21T11:26:02.821 INFO:teuthology.orchestra.run.smithi069.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T11:26:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:02 smithi069 bash[13595]: cluster 2024-01-21T11:26:01.885396+0000 mon.smithi069 (mon.0) 2 : cluster [INF] mon.smithi069 is new leader, mons smithi069 in quorum (ranks 0) 2024-01-21T11:26:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:02 smithi069 bash[13595]: cluster 2024-01-21T11:26:01.887643+0000 mon.smithi069 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi069=[v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0]} removed_ranks: {} 2024-01-21T11:26:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:02 smithi069 bash[13595]: cluster 2024-01-21T11:26:01.892821+0000 mon.smithi069 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T11:26:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:02 smithi069 bash[13595]: cluster 2024-01-21T11:26:01.897678+0000 mon.smithi069 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T11:26:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:02 smithi069 bash[13595]: cluster 2024-01-21T11:26:01.898612+0000 mon.smithi069 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T11:26:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:02 smithi069 bash[13595]: audit 2024-01-21T11:26:02.169499+0000 mon.smithi069 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.69:0/3479553749' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T11:26:03.868 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:03.868 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: [global] 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: fsid = bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.69:3300,v1:172.21.15.69:6789] 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: [mgr] 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: [osd] 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T11:26:03.869 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T11:26:04.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:03 smithi069 bash[13595]: audit 2024-01-21T11:26:03.863895+0000 mon.smithi069 (mon.0) 8 : audit [INF] from='client.? 172.21.15.69:0/2491460441' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:26:04.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:03 smithi069 bash[13595]: audit 2024-01-21T11:26:03.867585+0000 mon.smithi069 (mon.0) 9 : audit [INF] from='client.? 172.21.15.69:0/2491460441' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T11:26:04.494 INFO:teuthology.orchestra.run.smithi069.stderr:Generating new minimal ceph.conf... 2024-01-21T11:26:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:05 smithi069 bash[13595]: audit 2024-01-21T11:26:05.401786+0000 mon.smithi069 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.69:0/777788195' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:06.022 INFO:teuthology.orchestra.run.smithi069.stderr:Restarting the monitor... 2024-01-21T11:26:06.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 systemd[1]: Stopping Ceph mon.smithi069 for bb17f6a2-b84f-11ee-95b0-87774f69a715... 2024-01-21T11:26:06.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 bash[13984]: Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-mon.smithi069 2024-01-21T11:26:06.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 bash[13595]: debug 2024-01-21T11:26:06.208+0000 7f6699c85700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi069 -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 2024-01-21T11:26:06.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 bash[13595]: debug 2024-01-21T11:26:06.208+0000 7f6699c85700 -1 mon.smithi069@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T11:26:06.861 INFO:teuthology.orchestra.run.smithi069.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2024-01-21T11:26:07.095 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 bash[14021]: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-mon-smithi069 2024-01-21T11:26:07.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 bash[14084]: Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-mon-smithi069 2024-01-21T11:26:07.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 systemd[1]: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069.service: Succeeded. 2024-01-21T11:26:07.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 systemd[1]: Stopped Ceph mon.smithi069 for bb17f6a2-b84f-11ee-95b0-87774f69a715. 2024-01-21T11:26:07.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:06 smithi069 systemd[1]: Started Ceph mon.smithi069 for bb17f6a2-b84f-11ee-95b0-87774f69a715. 2024-01-21T11:26:08.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.080+0000 7ffba1757880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:26:08.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.080+0000 7ffba1757880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T11:26:08.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.080+0000 7ffba1757880 0 pidfile_write: ignore empty --pid-file 2024-01-21T11:26:08.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.084+0000 7ffba1757880 0 load: jerasure load: lrc load: isa 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: DB SUMMARY 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi069/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi069/store.db: 000006.log size: 86531 ; 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.env: 0x555ed3fc3080 2024-01-21T11:26:08.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.info_log: 0x555ed4d06520 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:26:08.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:26:08.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:26:08.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:26:08.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:26:08.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi069/store.db 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:26:08.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.write_buffer_manager: 0x555ed5954480 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:26:08.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.row_cache: None 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:26:08.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:26:08.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi069/store.db/MANIFEST-000005 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.merge_operator: 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:26:08.354 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555ed4ca9d28) 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cache_index_and_filter_blocks: 1 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: pin_top_level_index_and_filter: 1 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: index_type: 0 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: data_block_index_type: 0 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: index_shortening: 1 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: hash_index_allow_collision: 1 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: checksum: 1 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: no_block_cache: 0 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_cache: 0x555ed4ce0f10 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_cache_name: BinnedLRUCache 2024-01-21T11:26:08.355 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_cache_options: 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: capacity : 536870912 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: num_shard_bits : 4 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: strict_capacity_limit : 0 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: high_pri_pool_ratio: 0.000 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_cache_compressed: (nil) 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: persistent_cache: (nil) 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_size: 4096 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_size_deviation: 10 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_restart_interval: 16 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: index_block_restart_interval: 1 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: metadata_block_size: 4096 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: partition_filters: 0 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: use_delta_encoding: 1 2024-01-21T11:26:08.356 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: whole_key_filtering: 1 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: verify_compression: 0 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: read_amp_bytes_per_bit: 0 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: format_version: 2 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: enable_index_compression: 1 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: block_align: 0 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:26:08.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:26:08.358 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:26:08.359 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:26:08.360 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:26:08.361 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:26:08.362 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:26:08.362 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:26:08.362 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi069/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 2024-01-21T11:26:08.362 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836368094268, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.088+0000 7ffba1757880 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. 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffba1757880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836368096301, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83404, "table_properties": {"data_size": 81671, "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": 76183, "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": 1705836368, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffba1757880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffba1757880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836368096805, "job": 1, "event": "recovery_finished"} 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffba1757880 4 rocksdb: DB pointer 0x555ed4da9800 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffb88549700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffb88549700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** DB Stats ** 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:26:08.363 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** Compaction Stats [default] ** 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** Compaction Stats [default] ** 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.364 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Cumulative compaction: 0.00 GB write, 14.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Interval compaction: 0.00 GB write, 14.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** Compaction Stats [default] ** 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.365 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** Compaction Stats [default] ** 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 66.8 0.00 0.00 1 0.001 0 0 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Cumulative compaction: 0.00 GB write, 13.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffba1757880 0 starting mon.smithi069 rank 0 at public addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] at bind addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi069 fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:26:08.366 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.092+0000 7ffba1757880 1 mon.smithi069@-1(???) e1 preinit fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 0 mon.smithi069@-1(???).mds e1 new map 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 0 mon.smithi069@-1(???).mds e1 print_map 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: e1 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 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} 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: legacy client fscid: -1 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: No filesystems configured 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 0 mon.smithi069@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 0 mon.smithi069@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 0 mon.smithi069@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 0 mon.smithi069@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: audit 2024-01-21T11:26:05.401786+0000 mon.smithi069 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.69:0/777788195' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: debug 2024-01-21T11:26:08.096+0000 7ffba1757880 1 mon.smithi069@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T11:26:08.367 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cluster 2024-01-21T11:26:08.104709+0000 mon.smithi069 (mon.0) 1 : cluster [INF] mon.smithi069 is new leader, mons smithi069 in quorum (ranks 0) 2024-01-21T11:26:08.368 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cluster 2024-01-21T11:26:08.104791+0000 mon.smithi069 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi069=[v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0]} removed_ranks: {} 2024-01-21T11:26:08.368 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cluster 2024-01-21T11:26:08.105304+0000 mon.smithi069 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T11:26:08.368 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cluster 2024-01-21T11:26:08.105339+0000 mon.smithi069 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T11:26:08.368 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:08 smithi069 bash[14120]: cluster 2024-01-21T11:26:08.105756+0000 mon.smithi069 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T11:26:09.115 INFO:teuthology.orchestra.run.smithi069.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T11:26:09.115 INFO:teuthology.orchestra.run.smithi069.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:26:09.115 INFO:teuthology.orchestra.run.smithi069.stderr:Creating mgr... 2024-01-21T11:26:09.116 INFO:teuthology.orchestra.run.smithi069.stderr:Verifying port 9283 ... 2024-01-21T11:26:09.344 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Failed to reset failed state of unit ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mgr.smithi069.gsebav.service: Unit ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mgr.smithi069.gsebav.service not loaded. 2024-01-21T11:26:09.352 INFO:teuthology.orchestra.run.smithi069.stderr:systemctl: Created symlink /etc/systemd/system/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715.target.wants/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mgr.smithi069.gsebav.service -> /etc/systemd/system/ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@.service. 2024-01-21T11:26:09.563 INFO:teuthology.orchestra.run.smithi069.stderr:firewalld does not appear to be present 2024-01-21T11:26:09.563 INFO:teuthology.orchestra.run.smithi069.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:26:09.563 INFO:teuthology.orchestra.run.smithi069.stderr:firewalld does not appear to be present 2024-01-21T11:26:09.563 INFO:teuthology.orchestra.run.smithi069.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T11:26:09.563 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for mgr to start... 2024-01-21T11:26:09.563 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for mgr... 2024-01-21T11:26:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:09 smithi069 bash[14120]: audit 2024-01-21T11:26:08.401968+0000 mon.smithi069 (mon.0) 6 : audit [INF] from='client.? 172.21.15.69:0/3944855613' entity='client.admin' 2024-01-21T11:26:11.153 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:11.154 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:26:11.154 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "fsid": "bb17f6a2-b84f-11ee-95b0-87774f69a715", 2024-01-21T11:26:11.159 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:26:11.159 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:26:11.159 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:26:11.159 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:26:11.159 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 0 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "smithi069" 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.160 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:26:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "available": false, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:26:11.162 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:26:01.889534+0000", 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:26:11.163 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:26:11.345 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:11 smithi069 bash[14120]: audit 2024-01-21T11:26:11.153930+0000 mon.smithi069 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.69:0/55385883' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:26:11.862 INFO:teuthology.orchestra.run.smithi069.stderr:mgr not available, waiting (1/15)... 2024-01-21T11:26:15.094 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "fsid": "bb17f6a2-b84f-11ee-95b0-87774f69a715", 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 0 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "smithi069" 2024-01-21T11:26:15.095 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:26:15.096 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:26:15.100 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:26:15.100 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:26:15.100 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.100 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:26:15.100 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:26:15.100 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "available": false, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:26:15.101 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:26:01.889534+0000", 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:26:15.102 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:26:15.326 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:15 smithi069 bash[14120]: audit 2024-01-21T11:26:15.092435+0000 mon.smithi069 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.69:0/2797505549' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:26:15.785 INFO:teuthology.orchestra.run.smithi069.stderr:mgr not available, waiting (2/15)... 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: cluster 2024-01-21T11:26:17.390112+0000 mon.smithi069 (mon.0) 9 : cluster [INF] Activating manager daemon smithi069.gsebav 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: cluster 2024-01-21T11:26:17.396191+0000 mon.smithi069 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi069.gsebav(active, starting, since 0.00630125s) 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.397863+0000 mon.smithi069 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.398132+0000 mon.smithi069 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.398407+0000 mon.smithi069 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.398653+0000 mon.smithi069 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2024-01-21T11:26:17.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.399124+0000 mon.smithi069 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr metadata", "who": "smithi069.gsebav", "id": "smithi069.gsebav"}]: dispatch 2024-01-21T11:26:17.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: cluster 2024-01-21T11:26:17.403265+0000 mon.smithi069 (mon.0) 16 : cluster [INF] Manager daemon smithi069.gsebav is now available 2024-01-21T11:26:17.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.419588+0000 mon.smithi069 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:17.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.427138+0000 mon.smithi069 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:26:17.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.430895+0000 mon.smithi069 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/trash_purge_schedule"}]: dispatch 2024-01-21T11:26:17.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.435176+0000 mon.smithi069 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:17.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:17 smithi069 bash[14120]: audit 2024-01-21T11:26:17.438893+0000 mon.smithi069 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.69:0/121725973' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "fsid": "bb17f6a2-b84f-11ee-95b0-87774f69a715", 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.277 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 0 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "smithi069" 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:26:19.278 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:26:19.279 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:26:19.279 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:26:19.282 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:26:19.282 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:26:19.282 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.282 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:26:19.282 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:26:19.282 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.283 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ], 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:26:01.889534+0000", 2024-01-21T11:26:19.284 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:26:19.285 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: }, 2024-01-21T11:26:19.285 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:26:19.285 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:26:19.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:19 smithi069 bash[14120]: cluster 2024-01-21T11:26:18.401452+0000 mon.smithi069 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi069.gsebav(active, since 1.01156s) 2024-01-21T11:26:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:19 smithi069 bash[14120]: audit 2024-01-21T11:26:19.274709+0000 mon.smithi069 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.69:0/3824453210' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:26:19.983 INFO:teuthology.orchestra.run.smithi069.stderr:mgr is available 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: [global] 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: fsid = bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: [mgr] 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: [osd] 2024-01-21T11:26:21.234 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T11:26:21.235 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T11:26:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:21 smithi069 bash[14120]: cluster 2024-01-21T11:26:20.398817+0000 mon.smithi069 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi069.gsebav(active, since 3s) 2024-01-21T11:26:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:21 smithi069 bash[14120]: audit 2024-01-21T11:26:21.231723+0000 mon.smithi069 (mon.0) 25 : audit [INF] from='client.? 172.21.15.69:0/968879324' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:26:21.913 INFO:teuthology.orchestra.run.smithi069.stderr:Enabling cephadm module... 2024-01-21T11:26:24.357 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:24 smithi069 bash[14120]: audit 2024-01-21T11:26:23.293401+0000 mon.smithi069 (mon.0) 26 : audit [INF] from='client.? 172.21.15.69:0/3065422515' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T11:26:25.505 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:25 smithi069 bash[14120]: audit 2024-01-21T11:26:24.117153+0000 mon.smithi069 (mon.0) 27 : audit [INF] from='client.? 172.21.15.69:0/3065422515' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T11:26:25.506 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:25 smithi069 bash[14120]: cluster 2024-01-21T11:26:24.117257+0000 mon.smithi069 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi069.gsebav(active, since 6s) 2024-01-21T11:26:26.186 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:26:26.186 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T11:26:26.186 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:26:26.186 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "active_name": "smithi069.gsebav", 2024-01-21T11:26:26.186 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T11:26:26.186 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:26:26.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:26 smithi069 bash[14120]: audit 2024-01-21T11:26:26.186022+0000 mon.smithi069 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.69:0/4284948201' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T11:26:26.821 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for the mgr to restart... 2024-01-21T11:26:26.822 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for mgr epoch 5... 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: cluster 2024-01-21T11:26:30.658085+0000 mon.smithi069 (mon.0) 30 : cluster [INF] Active manager daemon smithi069.gsebav restarted 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: cluster 2024-01-21T11:26:30.658393+0000 mon.smithi069 (mon.0) 31 : cluster [INF] Activating manager daemon smithi069.gsebav 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: cluster 2024-01-21T11:26:30.663950+0000 mon.smithi069 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: cluster 2024-01-21T11:26:30.664162+0000 mon.smithi069 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi069.gsebav(active, starting, since 0.00586967s) 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: audit 2024-01-21T11:26:30.665677+0000 mon.smithi069 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: audit 2024-01-21T11:26:30.666748+0000 mon.smithi069 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr metadata", "who": "smithi069.gsebav", "id": "smithi069.gsebav"}]: dispatch 2024-01-21T11:26:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: audit 2024-01-21T11:26:30.667853+0000 mon.smithi069 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:26:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: audit 2024-01-21T11:26:30.668069+0000 mon.smithi069 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:26:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: audit 2024-01-21T11:26:30.668224+0000 mon.smithi069 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:26:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:30 smithi069 bash[14120]: cluster 2024-01-21T11:26:30.690817+0000 mon.smithi069 (mon.0) 39 : cluster [INF] Manager daemon smithi069.gsebav is now available 2024-01-21T11:26:31.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:26:31.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T11:26:31.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T11:26:31.679 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: cephadm 2024-01-21T11:26:30.707782+0000 mgr.smithi069.gsebav (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.713341+0000 mon.smithi069 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.827369+0000 mon.smithi069 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.829116+0000 mon.smithi069 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.831917+0000 mon.smithi069 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.835000+0000 mon.smithi069 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.859993+0000 mon.smithi069 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: audit 2024-01-21T11:26:30.863100+0000 mon.smithi069 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/trash_purge_schedule"}]: dispatch 2024-01-21T11:26:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:31 smithi069 bash[14120]: cluster 2024-01-21T11:26:31.668346+0000 mon.smithi069 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi069.gsebav(active, since 1.01004s) 2024-01-21T11:26:32.410 INFO:teuthology.orchestra.run.smithi069.stderr:mgr epoch 5 is available 2024-01-21T11:26:32.410 INFO:teuthology.orchestra.run.smithi069.stderr:Setting orchestrator backend to cephadm... 2024-01-21T11:26:33.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:32 smithi069 bash[14120]: audit 2024-01-21T11:26:31.667700+0000 mgr.smithi069.gsebav (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T11:26:33.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:32 smithi069 bash[14120]: audit 2024-01-21T11:26:31.680014+0000 mgr.smithi069.gsebav (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T11:26:34.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:33 smithi069 bash[14120]: cluster 2024-01-21T11:26:32.724299+0000 mon.smithi069 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi069.gsebav(active, since 2s) 2024-01-21T11:26:34.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:33 smithi069 bash[14120]: audit 2024-01-21T11:26:33.697441+0000 mon.smithi069 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:34.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:33 smithi069 bash[14120]: audit 2024-01-21T11:26:33.717453+0000 mon.smithi069 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:35.018 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:34 smithi069 bash[14120]: audit 2024-01-21T11:26:33.689628+0000 mgr.smithi069.gsebav (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:35.588 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: value unchanged 2024-01-21T11:26:36.217 INFO:teuthology.orchestra.run.smithi069.stderr:Generating ssh key... 2024-01-21T11:26:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:36 smithi069 bash[14120]: audit 2024-01-21T11:26:35.589225+0000 mgr.smithi069.gsebav (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:38.991 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:38 smithi069 bash[14120]: audit 2024-01-21T11:26:37.518185+0000 mgr.smithi069.gsebav (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:38.991 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:38 smithi069 bash[14120]: cephadm 2024-01-21T11:26:37.518458+0000 mgr.smithi069.gsebav (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T11:26:38.991 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:38 smithi069 bash[14120]: audit 2024-01-21T11:26:37.669157+0000 mon.smithi069 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:38.991 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:38 smithi069 bash[14120]: audit 2024-01-21T11:26:37.672842+0000 mon.smithi069 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:39.567 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkl06QkyPaSYJKOgh82UtK1DHhkZ5X4GBgRbqeS0ylmq2xw/JEqUo1z42wILFL/VTCe90WixS2Mez+Tnwf4V+Dw86dq6XGZGHhMME2ZJst4YmwAA/7TE01Rsra40S/dxGXB6KMIotZkpZ0HhkkSAbZOTaCTEwTTyNUkriwE2CMrbHbuJyjsDH43+EWLFzxERfp/WXhtqKnYntp8pfZZnvWqdhOz8rEUeFnBlKdtBEgP2JIazD857+Iv+WQlZW5SzR9CYINpV5vW1q5g+cXGjj+7mKQpYMy58j5UELNLyh45vqjTevRo9tmYGBMH/GQuhk8voS5ZbfcPFPwkq3xASCkht00w4O3/wBoayfqCW7MVgQ+Of1e/dmkT6hUsvjTjymGPrZr63RhACG0bDooXFgzYEdBYv9nqMznC8pEwVLR5Ud1qNJJLPqa/qZf5oVarEjeeNEm1K+54D0Yde6ZF/X7btJOpUFN/4vwhIeRbG6wtMYsMq8q4CBOKfgtMTApQgE= ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:26:40.229 INFO:teuthology.orchestra.run.smithi069.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:26:40.229 INFO:teuthology.orchestra.run.smithi069.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T11:26:40.230 INFO:teuthology.orchestra.run.smithi069.stderr:Adding host smithi069... 2024-01-21T11:26:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:40 smithi069 bash[14120]: audit 2024-01-21T11:26:39.568105+0000 mgr.smithi069.gsebav (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:42.316 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Added host 'smithi069' with addr '172.21.15.69' 2024-01-21T11:26:42.579 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:42 smithi069 bash[14120]: audit 2024-01-21T11:26:41.518475+0000 mgr.smithi069.gsebav (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi069", "addr": "172.21.15.69", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:43.159 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying mon service with default placement... 2024-01-21T11:26:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:43 smithi069 bash[14120]: audit 2024-01-21T11:26:42.315900+0000 mon.smithi069 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:43 smithi069 bash[14120]: cephadm 2024-01-21T11:26:42.316481+0000 mgr.smithi069.gsebav (mgr.14116) 10 : cephadm [INF] Added host smithi069 2024-01-21T11:26:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:43 smithi069 bash[14120]: audit 2024-01-21T11:26:42.322039+0000 mon.smithi069 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:45.111 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T11:26:45.929 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying mgr service with default placement... 2024-01-21T11:26:46.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:46 smithi069 bash[14120]: audit 2024-01-21T11:26:45.106394+0000 mgr.smithi069.gsebav (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:46.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:46 smithi069 bash[14120]: cephadm 2024-01-21T11:26:45.107827+0000 mgr.smithi069.gsebav (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T11:26:46.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:46 smithi069 bash[14120]: audit 2024-01-21T11:26:45.112216+0000 mon.smithi069 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:46.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:46 smithi069 bash[14120]: audit 2024-01-21T11:26:45.420270+0000 mon.smithi069 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:46.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:46 smithi069 bash[14120]: audit 2024-01-21T11:26:45.664274+0000 mon.smithi069 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:47.253 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T11:26:47.919 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying crash service with default placement... 2024-01-21T11:26:48.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:48 smithi069 bash[14120]: audit 2024-01-21T11:26:47.248057+0000 mgr.smithi069.gsebav (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:48.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:48 smithi069 bash[14120]: cephadm 2024-01-21T11:26:47.249153+0000 mgr.smithi069.gsebav (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T11:26:48.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:48 smithi069 bash[14120]: audit 2024-01-21T11:26:47.253776+0000 mon.smithi069 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:49.149 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T11:26:49.791 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying prometheus service with default placement... 2024-01-21T11:26:50.504 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:50 smithi069 bash[14120]: audit 2024-01-21T11:26:49.141891+0000 mgr.smithi069.gsebav (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:50.504 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:50 smithi069 bash[14120]: cephadm 2024-01-21T11:26:49.144325+0000 mgr.smithi069.gsebav (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T11:26:50.505 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:50 smithi069 bash[14120]: audit 2024-01-21T11:26:49.148875+0000 mon.smithi069 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:51.126 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T11:26:51.891 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying grafana service with default placement... 2024-01-21T11:26:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:51 smithi069 bash[14120]: cluster 2024-01-21T11:26:50.669522+0000 mgr.smithi069.gsebav (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:26:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:51 smithi069 bash[14120]: audit 2024-01-21T11:26:50.694619+0000 mon.smithi069 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:51 smithi069 bash[14120]: audit 2024-01-21T11:26:51.118101+0000 mgr.smithi069.gsebav (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:51 smithi069 bash[14120]: cephadm 2024-01-21T11:26:51.120385+0000 mgr.smithi069.gsebav (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T11:26:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:51 smithi069 bash[14120]: audit 2024-01-21T11:26:51.125832+0000 mon.smithi069 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:53.188 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T11:26:53.821 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying node-exporter service with default placement... 2024-01-21T11:26:54.437 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:54 smithi069 bash[14120]: cluster 2024-01-21T11:26:52.669877+0000 mgr.smithi069.gsebav (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:26:54.437 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:54 smithi069 bash[14120]: audit 2024-01-21T11:26:53.188914+0000 mon.smithi069 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:55.345 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:55 smithi069 bash[14120]: audit 2024-01-21T11:26:53.181961+0000 mgr.smithi069.gsebav (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:55.345 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:55 smithi069 bash[14120]: cephadm 2024-01-21T11:26:53.184080+0000 mgr.smithi069.gsebav (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T11:26:55.491 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T11:26:56.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:56 smithi069 bash[14120]: cluster 2024-01-21T11:26:54.670279+0000 mgr.smithi069.gsebav (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:26:56.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:56 smithi069 bash[14120]: audit 2024-01-21T11:26:55.491797+0000 mon.smithi069 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:56.692 INFO:teuthology.orchestra.run.smithi069.stderr:Deploying alertmanager service with default placement... 2024-01-21T11:26:57.446 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:57 smithi069 bash[14120]: audit 2024-01-21T11:26:55.486883+0000 mgr.smithi069.gsebav (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:57.446 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:57 smithi069 bash[14120]: cephadm 2024-01-21T11:26:55.488399+0000 mgr.smithi069.gsebav (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T11:26:58.036 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T11:26:58.345 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:58 smithi069 bash[14120]: cluster 2024-01-21T11:26:56.670676+0000 mgr.smithi069.gsebav (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:26:58.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:58 smithi069 bash[14120]: audit 2024-01-21T11:26:58.036081+0000 mon.smithi069 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.69:0/4261161605' entity='mgr.smithi069.gsebav' 2024-01-21T11:26:59.470 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:59 smithi069 bash[14120]: audit 2024-01-21T11:26:58.029415+0000 mgr.smithi069.gsebav (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:59.471 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:26:59 smithi069 bash[14120]: cephadm 2024-01-21T11:26:58.031404+0000 mgr.smithi069.gsebav (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T11:27:00.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:00 smithi069 bash[14120]: cluster 2024-01-21T11:26:58.671123+0000 mgr.smithi069.gsebav (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:00.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:00 smithi069 bash[14120]: audit 2024-01-21T11:27:00.028099+0000 mon.smithi069 (mon.0) 65 : audit [INF] from='client.? 172.21.15.69:0/2528871822' entity='client.admin' 2024-01-21T11:27:02.345 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:02 smithi069 bash[14120]: cluster 2024-01-21T11:27:00.671567+0000 mgr.smithi069.gsebav (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:02.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:02 smithi069 bash[14120]: audit 2024-01-21T11:27:02.001377+0000 mon.smithi069 (mon.0) 66 : audit [INF] from='client.? 172.21.15.69:0/1679329790' entity='client.admin' 2024-01-21T11:27:02.735 INFO:teuthology.orchestra.run.smithi069.stderr:Enabling the dashboard module... 2024-01-21T11:27:04.392 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:04 smithi069 bash[14120]: cluster 2024-01-21T11:27:02.672022+0000 mgr.smithi069.gsebav (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:04.392 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:04 smithi069 bash[14120]: audit 2024-01-21T11:27:04.132860+0000 mon.smithi069 (mon.0) 67 : audit [INF] from='client.? 172.21.15.69:0/3128605206' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T11:27:05.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:05 smithi069 bash[14120]: audit 2024-01-21T11:27:04.147483+0000 mon.smithi069 (mon.0) 68 : audit [INF] from='client.? 172.21.15.69:0/3128605206' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T11:27:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:05 smithi069 bash[14120]: cluster 2024-01-21T11:27:04.147583+0000 mon.smithi069 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi069.gsebav(active, since 33s) 2024-01-21T11:27:06.286 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:27:06.286 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T11:27:06.286 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:27:06.286 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "active_name": "smithi069.gsebav", 2024-01-21T11:27:06.286 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T11:27:06.286 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:27:06.517 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:06 smithi069 bash[14120]: audit 2024-01-21T11:27:06.286175+0000 mon.smithi069 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.69:0/2435536015' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T11:27:06.980 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for the mgr to restart... 2024-01-21T11:27:06.980 INFO:teuthology.orchestra.run.smithi069.stderr:Waiting for mgr epoch 9... 2024-01-21T11:27:10.918 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: cluster 2024-01-21T11:27:10.677824+0000 mon.smithi069 (mon.0) 71 : cluster [INF] Active manager daemon smithi069.gsebav restarted 2024-01-21T11:27:10.918 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: cluster 2024-01-21T11:27:10.678272+0000 mon.smithi069 (mon.0) 72 : cluster [INF] Activating manager daemon smithi069.gsebav 2024-01-21T11:27:10.918 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: cluster 2024-01-21T11:27:10.684725+0000 mon.smithi069 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T11:27:10.918 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: cluster 2024-01-21T11:27:10.685113+0000 mon.smithi069 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi069.gsebav(active, starting, since 0.00699535s) 2024-01-21T11:27:10.918 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: audit 2024-01-21T11:27:10.686900+0000 mon.smithi069 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2024-01-21T11:27:10.918 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: audit 2024-01-21T11:27:10.687988+0000 mon.smithi069 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr metadata", "who": "smithi069.gsebav", "id": "smithi069.gsebav"}]: dispatch 2024-01-21T11:27:10.919 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: audit 2024-01-21T11:27:10.688956+0000 mon.smithi069 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:27:10.919 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: audit 2024-01-21T11:27:10.689256+0000 mon.smithi069 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:27:10.919 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: audit 2024-01-21T11:27:10.689529+0000 mon.smithi069 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:27:10.919 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:10 smithi069 bash[14120]: cluster 2024-01-21T11:27:10.711606+0000 mon.smithi069 (mon.0) 80 : cluster [INF] Manager daemon smithi069.gsebav is now available 2024-01-21T11:27:11.700 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: { 2024-01-21T11:27:11.700 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T11:27:11.700 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T11:27:11.700 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: } 2024-01-21T11:27:12.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:11 smithi069 bash[14120]: audit 2024-01-21T11:27:10.849320+0000 mon.smithi069 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:27:12.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:11 smithi069 bash[14120]: audit 2024-01-21T11:27:10.855915+0000 mon.smithi069 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:27:12.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:11 smithi069 bash[14120]: audit 2024-01-21T11:27:10.893800+0000 mon.smithi069 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:27:12.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:11 smithi069 bash[14120]: audit 2024-01-21T11:27:10.898648+0000 mon.smithi069 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/trash_purge_schedule"}]: dispatch 2024-01-21T11:27:12.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:11 smithi069 bash[14120]: cluster 2024-01-21T11:27:11.689686+0000 mon.smithi069 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi069.gsebav(active, since 1.01157s) 2024-01-21T11:27:12.460 INFO:teuthology.orchestra.run.smithi069.stderr:mgr epoch 9 is available 2024-01-21T11:27:12.460 INFO:teuthology.orchestra.run.smithi069.stderr:Generating a dashboard self-signed certificate... 2024-01-21T11:27:12.845 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:12 smithi069 bash[14120]: audit 2024-01-21T11:27:11.688032+0000 mgr.smithi069.gsebav (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T11:27:12.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:12 smithi069 bash[14120]: audit 2024-01-21T11:27:11.700335+0000 mgr.smithi069.gsebav (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T11:27:13.932 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T11:27:14.095 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:13 smithi069 bash[14120]: cluster 2024-01-21T11:27:12.737287+0000 mon.smithi069 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi069.gsebav(active, since 2s) 2024-01-21T11:27:14.600 INFO:teuthology.orchestra.run.smithi069.stderr:Creating initial admin user... 2024-01-21T11:27:15.341 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:14 smithi069 bash[14120]: audit 2024-01-21T11:27:13.810424+0000 mgr.smithi069.gsebav (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:27:15.342 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:14 smithi069 bash[14120]: audit 2024-01-21T11:27:13.928139+0000 mon.smithi069 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:15.342 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:14 smithi069 bash[14120]: audit 2024-01-21T11:27:13.932662+0000 mon.smithi069 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:16.193 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$hRU3/XYTD5JJ0KcTzXoS9OWXV78cuugtLuMgBuZaYrTCoBWwcXqwC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705836436, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T11:27:16.910 INFO:teuthology.orchestra.run.smithi069.stderr:Fetching dashboard port number... 2024-01-21T11:27:17.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:17 smithi069 bash[14120]: audit 2024-01-21T11:27:15.942549+0000 mgr.smithi069.gsebav (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 2024-01-21T11:27:17.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:17 smithi069 bash[14120]: audit 2024-01-21T11:27:16.193786+0000 mon.smithi069 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:18.197 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: 8443 2024-01-21T11:27:18.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:18 smithi069 bash[14120]: cluster 2024-01-21T11:27:17.201164+0000 mon.smithi069 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi069.gsebav(active, since 6s) 2024-01-21T11:27:18.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:18 smithi069 bash[14120]: audit 2024-01-21T11:27:17.655837+0000 mon.smithi069 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:18.935 INFO:teuthology.orchestra.run.smithi069.stderr:firewalld does not appear to be present 2024-01-21T11:27:18.935 INFO:teuthology.orchestra.run.smithi069.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr:Ceph Dashboard is now available at: 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr: URL: https://smithi069.front.sepia.ceph.com:8443/ 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr: User: admin 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr: Password: mrcott0nar 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:18.939 INFO:teuthology.orchestra.run.smithi069.stderr:Enabling autotune for osd_memory_target 2024-01-21T11:27:19.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:19 smithi069 bash[14120]: audit 2024-01-21T11:27:18.198108+0000 mon.smithi069 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.69:0/1973721940' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T11:27:23.011 INFO:teuthology.orchestra.run.smithi069.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T11:27:23.722 INFO:teuthology.orchestra.run.smithi069.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T11:27:23.722 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: ceph telemetry on 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr:For more information see: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T11:27:23.723 INFO:teuthology.orchestra.run.smithi069.stderr:Bootstrap complete. 2024-01-21T11:27:23.766 INFO:tasks.cephadm:Fetching config... 2024-01-21T11:27:23.767 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:27:23.767 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T11:27:23.773 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T11:27:23.773 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:27:23.773 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T11:27:23.818 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T11:27:23.818 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:27:23.819 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/keyring of=/dev/stdout 2024-01-21T11:27:23.871 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T11:27:23.871 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:27:23.871 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T11:27:23.918 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T11:27:23.918 DEBUG:teuthology.orchestra.run.smithi069:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkl06QkyPaSYJKOgh82UtK1DHhkZ5X4GBgRbqeS0ylmq2xw/JEqUo1z42wILFL/VTCe90WixS2Mez+Tnwf4V+Dw86dq6XGZGHhMME2ZJst4YmwAA/7TE01Rsra40S/dxGXB6KMIotZkpZ0HhkkSAbZOTaCTEwTTyNUkriwE2CMrbHbuJyjsDH43+EWLFzxERfp/WXhtqKnYntp8pfZZnvWqdhOz8rEUeFnBlKdtBEgP2JIazD857+Iv+WQlZW5SzR9CYINpV5vW1q5g+cXGjj+7mKQpYMy58j5UELNLyh45vqjTevRo9tmYGBMH/GQuhk8voS5ZbfcPFPwkq3xASCkht00w4O3/wBoayfqCW7MVgQ+Of1e/dmkT6hUsvjTjymGPrZr63RhACG0bDooXFgzYEdBYv9nqMznC8pEwVLR5Ud1qNJJLPqa/qZf5oVarEjeeNEm1K+54D0Yde6ZF/X7btJOpUFN/4vwhIeRbG6wtMYsMq8q4CBOKfgtMTApQgE= ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:27:23.980 INFO:teuthology.orchestra.run.smithi069.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkl06QkyPaSYJKOgh82UtK1DHhkZ5X4GBgRbqeS0ylmq2xw/JEqUo1z42wILFL/VTCe90WixS2Mez+Tnwf4V+Dw86dq6XGZGHhMME2ZJst4YmwAA/7TE01Rsra40S/dxGXB6KMIotZkpZ0HhkkSAbZOTaCTEwTTyNUkriwE2CMrbHbuJyjsDH43+EWLFzxERfp/WXhtqKnYntp8pfZZnvWqdhOz8rEUeFnBlKdtBEgP2JIazD857+Iv+WQlZW5SzR9CYINpV5vW1q5g+cXGjj+7mKQpYMy58j5UELNLyh45vqjTevRo9tmYGBMH/GQuhk8voS5ZbfcPFPwkq3xASCkht00w4O3/wBoayfqCW7MVgQ+Of1e/dmkT6hUsvjTjymGPrZr63RhACG0bDooXFgzYEdBYv9nqMznC8pEwVLR5Ud1qNJJLPqa/qZf5oVarEjeeNEm1K+54D0Yde6ZF/X7btJOpUFN/4vwhIeRbG6wtMYsMq8q4CBOKfgtMTApQgE= ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:27:23.988 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkl06QkyPaSYJKOgh82UtK1DHhkZ5X4GBgRbqeS0ylmq2xw/JEqUo1z42wILFL/VTCe90WixS2Mez+Tnwf4V+Dw86dq6XGZGHhMME2ZJst4YmwAA/7TE01Rsra40S/dxGXB6KMIotZkpZ0HhkkSAbZOTaCTEwTTyNUkriwE2CMrbHbuJyjsDH43+EWLFzxERfp/WXhtqKnYntp8pfZZnvWqdhOz8rEUeFnBlKdtBEgP2JIazD857+Iv+WQlZW5SzR9CYINpV5vW1q5g+cXGjj+7mKQpYMy58j5UELNLyh45vqjTevRo9tmYGBMH/GQuhk8voS5ZbfcPFPwkq3xASCkht00w4O3/wBoayfqCW7MVgQ+Of1e/dmkT6hUsvjTjymGPrZr63RhACG0bDooXFgzYEdBYv9nqMznC8pEwVLR5Ud1qNJJLPqa/qZf5oVarEjeeNEm1K+54D0Yde6ZF/X7btJOpUFN/4vwhIeRbG6wtMYsMq8q4CBOKfgtMTApQgE= ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:27:24.012 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkl06QkyPaSYJKOgh82UtK1DHhkZ5X4GBgRbqeS0ylmq2xw/JEqUo1z42wILFL/VTCe90WixS2Mez+Tnwf4V+Dw86dq6XGZGHhMME2ZJst4YmwAA/7TE01Rsra40S/dxGXB6KMIotZkpZ0HhkkSAbZOTaCTEwTTyNUkriwE2CMrbHbuJyjsDH43+EWLFzxERfp/WXhtqKnYntp8pfZZnvWqdhOz8rEUeFnBlKdtBEgP2JIazD857+Iv+WQlZW5SzR9CYINpV5vW1q5g+cXGjj+7mKQpYMy58j5UELNLyh45vqjTevRo9tmYGBMH/GQuhk8voS5ZbfcPFPwkq3xASCkht00w4O3/wBoayfqCW7MVgQ+Of1e/dmkT6hUsvjTjymGPrZr63RhACG0bDooXFgzYEdBYv9nqMznC8pEwVLR5Ud1qNJJLPqa/qZf5oVarEjeeNEm1K+54D0Yde6ZF/X7btJOpUFN/4vwhIeRbG6wtMYsMq8q4CBOKfgtMTApQgE= ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:27:24.023 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T11:27:24.046 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:24 smithi069 bash[14120]: audit 2024-01-21T11:27:23.007692+0000 mon.smithi069 (mon.0) 93 : audit [INF] from='client.? 172.21.15.69:0/3350797338' entity='client.admin' 2024-01-21T11:27:28.135 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T11:27:28.136 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T11:27:28.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:28 smithi069 bash[14120]: audit 2024-01-21T11:27:27.017554+0000 mon.smithi069 (mon.0) 94 : audit [INF] from='client.? 172.21.15.69:0/2839939427' entity='client.admin' 2024-01-21T11:27:28.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:28 smithi069 bash[14120]: audit 2024-01-21T11:27:27.510559+0000 mon.smithi069 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:28.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:28 smithi069 bash[14120]: audit 2024-01-21T11:27:27.798730+0000 mon.smithi069 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:27:28.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:28 smithi069 bash[14120]: audit 2024-01-21T11:27:27.804388+0000 mon.smithi069 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:29.449 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:29 smithi069 bash[14120]: cephadm 2024-01-21T11:27:27.821044+0000 mgr.smithi069.gsebav (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi069 on smithi069 2024-01-21T11:27:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:31 smithi069 bash[14120]: cluster 2024-01-21T11:27:30.690696+0000 mgr.smithi069.gsebav (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:32.739 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi118 2024-01-21T11:27:32.739 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:27:32.739 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/etc/ceph/ceph.conf 2024-01-21T11:27:32.747 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:27:32.747 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:27:32.794 INFO:tasks.cephadm:Adding host smithi118 to orchestrator... 2024-01-21T11:27:32.794 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch host add smithi118 2024-01-21T11:27:33.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:32 smithi069 bash[14120]: audit 2024-01-21T11:27:31.755751+0000 mgr.smithi069.gsebav (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 2024-01-21T11:27:33.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:32 smithi069 bash[14120]: audit 2024-01-21T11:27:31.758780+0000 mon.smithi069 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:34.468 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:34 smithi069 bash[14120]: cluster 2024-01-21T11:27:32.691156+0000 mgr.smithi069.gsebav (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:36 smithi069 bash[14120]: cluster 2024-01-21T11:27:34.691649+0000 mgr.smithi069.gsebav (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:38.345 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:38 smithi069 bash[14120]: cluster 2024-01-21T11:27:36.692101+0000 mgr.smithi069.gsebav (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:39 smithi069 bash[14120]: cluster 2024-01-21T11:27:38.692449+0000 mgr.smithi069.gsebav (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:39 smithi069 bash[14120]: audit 2024-01-21T11:27:38.831623+0000 mon.smithi069 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:39 smithi069 bash[14120]: audit 2024-01-21T11:27:38.847250+0000 mon.smithi069 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:27:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:39 smithi069 bash[14120]: audit 2024-01-21T11:27:38.851496+0000 mon.smithi069 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T11:27:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:39 smithi069 bash[14120]: audit 2024-01-21T11:27:38.852766+0000 mon.smithi069 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:27:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:39 smithi069 bash[14120]: cephadm 2024-01-21T11:27:38.853776+0000 mgr.smithi069.gsebav (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi069 on smithi069 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: cluster 2024-01-21T11:27:40.692846+0000 mgr.smithi069.gsebav (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: audit 2024-01-21T11:27:40.888736+0000 mon.smithi069 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: audit 2024-01-21T11:27:41.610492+0000 mon.smithi069 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: audit 2024-01-21T11:27:41.723085+0000 mon.smithi069 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: audit 2024-01-21T11:27:41.727786+0000 mon.smithi069 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: audit 2024-01-21T11:27:41.730598+0000 mon.smithi069 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T11:27:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:41 smithi069 bash[14120]: audit 2024-01-21T11:27:41.734013+0000 mon.smithi069 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:43.095 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:42 smithi069 bash[14120]: audit 2024-01-21T11:27:41.731039+0000 mgr.smithi069.gsebav (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T11:27:43.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:42 smithi069 bash[14120]: cephadm 2024-01-21T11:27:41.745686+0000 mgr.smithi069.gsebav (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi069 on smithi069 2024-01-21T11:27:44.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:44 smithi069 bash[14120]: cluster 2024-01-21T11:27:42.693332+0000 mgr.smithi069.gsebav (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:46.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:46 smithi069 bash[14120]: cluster 2024-01-21T11:27:44.693756+0000 mgr.smithi069.gsebav (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:46.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:46 smithi069 bash[14120]: audit 2024-01-21T11:27:45.894442+0000 mon.smithi069 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:27:48.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:48 smithi069 bash[14120]: cluster 2024-01-21T11:27:46.694052+0000 mgr.smithi069.gsebav (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:50.379 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:50 smithi069 bash[14120]: cluster 2024-01-21T11:27:48.694404+0000 mgr.smithi069.gsebav (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:52.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:52 smithi069 bash[14120]: cluster 2024-01-21T11:27:50.694769+0000 mgr.smithi069.gsebav (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:54.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:54 smithi069 bash[14120]: cluster 2024-01-21T11:27:52.695128+0000 mgr.smithi069.gsebav (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:56.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:56 smithi069 bash[14120]: cluster 2024-01-21T11:27:54.695646+0000 mgr.smithi069.gsebav (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:27:58.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:27:58 smithi069 bash[14120]: cluster 2024-01-21T11:27:56.696173+0000 mgr.smithi069.gsebav (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:00.567 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:00 smithi069 bash[14120]: cluster 2024-01-21T11:27:58.696675+0000 mgr.smithi069.gsebav (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:02.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:02 smithi069 bash[14120]: cluster 2024-01-21T11:28:00.697067+0000 mgr.smithi069.gsebav (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:02.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:02 smithi069 bash[14120]: audit 2024-01-21T11:28:01.576268+0000 mon.smithi069 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:03.330 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:03 smithi069 bash[14120]: cephadm 2024-01-21T11:28:01.579415+0000 mgr.smithi069.gsebav (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi069 on smithi069 2024-01-21T11:28:03.330 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:03 smithi069 bash[14120]: audit 2024-01-21T11:28:02.288078+0000 mon.smithi069 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:03.330 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:03 smithi069 bash[14120]: audit 2024-01-21T11:28:02.290985+0000 mon.smithi069 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T11:28:04.403 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:04 smithi069 bash[14120]: cluster 2024-01-21T11:28:02.697492+0000 mgr.smithi069.gsebav (mgr.14156) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:04.403 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:04 smithi069 bash[14120]: audit 2024-01-21T11:28:03.295347+0000 mon.smithi069 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.69:0/1101773874' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T11:28:04.403 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:04 smithi069 bash[14120]: cluster 2024-01-21T11:28:03.295460+0000 mon.smithi069 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi069.gsebav(active, since 52s) 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: cluster 2024-01-21T11:28:09.910135+0000 mon.smithi069 (mon.0) 115 : cluster [INF] Active manager daemon smithi069.gsebav restarted 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: cluster 2024-01-21T11:28:09.910375+0000 mon.smithi069 (mon.0) 116 : cluster [INF] Activating manager daemon smithi069.gsebav 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: cluster 2024-01-21T11:28:09.914853+0000 mon.smithi069 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: cluster 2024-01-21T11:28:09.914983+0000 mon.smithi069 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi069.gsebav(active, starting, since 0.00469555s) 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: audit 2024-01-21T11:28:09.917112+0000 mon.smithi069 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: audit 2024-01-21T11:28:09.918041+0000 mon.smithi069 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr metadata", "who": "smithi069.gsebav", "id": "smithi069.gsebav"}]: dispatch 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: audit 2024-01-21T11:28:09.918711+0000 mon.smithi069 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: audit 2024-01-21T11:28:09.919057+0000 mon.smithi069 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: audit 2024-01-21T11:28:09.919370+0000 mon.smithi069 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:28:10.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:09 smithi069 bash[14120]: cluster 2024-01-21T11:28:09.922927+0000 mon.smithi069 (mon.0) 124 : cluster [INF] Manager daemon smithi069.gsebav is now available 2024-01-21T11:28:11.087 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:10 smithi069 bash[14120]: audit 2024-01-21T11:28:10.060379+0000 mon.smithi069 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:28:11.088 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:10 smithi069 bash[14120]: audit 2024-01-21T11:28:10.065380+0000 mon.smithi069 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:28:11.088 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:10 smithi069 bash[14120]: audit 2024-01-21T11:28:10.105963+0000 mon.smithi069 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:11.088 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:10 smithi069 bash[14120]: audit 2024-01-21T11:28:10.119915+0000 mon.smithi069 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:28:11.088 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:10 smithi069 bash[14120]: audit 2024-01-21T11:28:10.126269+0000 mon.smithi069 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi069.gsebav/trash_purge_schedule"}]: dispatch 2024-01-21T11:28:11.088 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:10 smithi069 bash[14120]: cluster 2024-01-21T11:28:10.918881+0000 mon.smithi069 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi069.gsebav(active, since 1.00859s) 2024-01-21T11:28:13.158 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:12 smithi069 bash[14120]: cluster 2024-01-21T11:28:11.969841+0000 mon.smithi069 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi069.gsebav(active, since 2s) 2024-01-21T11:28:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: audit 2024-01-21T11:28:15.872579+0000 mon.smithi069 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: audit 2024-01-21T11:28:16.139311+0000 mon.smithi069 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:28:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: audit 2024-01-21T11:28:16.140711+0000 mon.smithi069 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: audit 2024-01-21T11:28:16.141805+0000 mon.smithi069 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:28:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: cephadm 2024-01-21T11:28:16.144023+0000 mgr.smithi069.gsebav (mgr.14180) 1 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-01-21T11:28:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: cephadm 2024-01-21T11:28:16.210341+0000 mgr.smithi069.gsebav (mgr.14180) 2 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:28:17.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: audit 2024-01-21T11:28:16.256223+0000 mon.smithi069 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:17.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: audit 2024-01-21T11:28:16.260256+0000 mon.smithi069 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:17.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:16 smithi069 bash[14120]: cephadm 2024-01-21T11:28:16.283372+0000 mgr.smithi069.gsebav (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi069 on smithi069 2024-01-21T11:28:19.524 INFO:teuthology.orchestra.run.smithi118.stdout:Added host 'smithi118' with addr '172.21.15.118' 2024-01-21T11:28:19.845 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:19 smithi069 bash[14120]: audit 2024-01-21T11:28:18.671748+0000 mgr.smithi069.gsebav (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:28:20.215 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T11:28:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:20 smithi069 bash[14120]: audit 2024-01-21T11:28:19.524737+0000 mon.smithi069 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:20 smithi069 bash[14120]: cephadm 2024-01-21T11:28:19.525401+0000 mgr.smithi069.gsebav (mgr.14180) 5 : cephadm [INF] Added host smithi118 2024-01-21T11:28:22.784 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T11:28:22.784 INFO:teuthology.orchestra.run.smithi118.stdout:[{"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}, {"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}] 2024-01-21T11:28:23.358 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T11:28:23.358 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T11:28:24.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:24 smithi069 bash[14120]: audit 2024-01-21T11:28:22.783538+0000 mgr.smithi069.gsebav (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:27.756 INFO:teuthology.orchestra.run.smithi069.stderr:adjusted tunables profile to default 2024-01-21T11:28:28.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:27 smithi069 bash[14120]: audit 2024-01-21T11:28:27.698624+0000 mon.smithi069 (mon.0) 139 : audit [INF] from='client.? 172.21.15.69:0/2077036751' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T11:28:28.783 INFO:tasks.cephadm:Adding mon.smithi069 on smithi069 2024-01-21T11:28:28.784 INFO:tasks.cephadm:Adding mon.smithi118 on smithi118 2024-01-21T11:28:28.784 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi069:172.21.15.69=smithi069;smithi118:172.21.15.118=smithi118' 2024-01-21T11:28:28.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:28 smithi069 bash[14120]: audit 2024-01-21T11:28:27.753888+0000 mon.smithi069 (mon.0) 140 : audit [INF] from='client.? 172.21.15.69:0/2077036751' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T11:28:28.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:28 smithi069 bash[14120]: cluster 2024-01-21T11:28:27.754063+0000 mon.smithi069 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:28:30.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:29 smithi069 bash[14120]: audit 2024-01-21T11:28:28.964494+0000 mon.smithi069 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:30.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:29 smithi069 bash[14120]: audit 2024-01-21T11:28:28.966423+0000 mon.smithi069 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:28:30.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:29 smithi069 bash[14120]: audit 2024-01-21T11:28:29.477901+0000 mon.smithi069 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:31.547 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled mon update... 2024-01-21T11:28:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:31 smithi069 bash[14120]: cluster 2024-01-21T11:28:29.920415+0000 mgr.smithi069.gsebav (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:31 smithi069 bash[14120]: audit 2024-01-21T11:28:30.110947+0000 mon.smithi069 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:31 smithi069 bash[14120]: audit 2024-01-21T11:28:31.050313+0000 mon.smithi069 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:32.159 DEBUG:teuthology.orchestra.run.smithi118:mon.smithi118> sudo journalctl -f -n 0 -u ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi118.service 2024-01-21T11:28:32.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:28:32.161 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:28:32.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-21T11:28:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:32 smithi069 bash[14120]: audit 2024-01-21T11:28:31.535968+0000 mgr.smithi069.gsebav (mgr.14180) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi069:172.21.15.69=smithi069;smithi118:172.21.15.118=smithi118", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:28:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:32 smithi069 bash[14120]: cephadm 2024-01-21T11:28:31.542434+0000 mgr.smithi069.gsebav (mgr.14180) 9 : cephadm [INF] Saving service mon spec with placement smithi069:172.21.15.69=smithi069;smithi118:172.21.15.118=smithi118;count:2 2024-01-21T11:28:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:32 smithi069 bash[14120]: audit 2024-01-21T11:28:31.547136+0000 mon.smithi069 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:32 smithi069 bash[14120]: cluster 2024-01-21T11:28:31.920881+0000 mgr.smithi069.gsebav (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:35 smithi069 bash[14120]: cluster 2024-01-21T11:28:33.921424+0000 mgr.smithi069.gsebav (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:35 smithi069 bash[14120]: audit 2024-01-21T11:28:34.719453+0000 mon.smithi069 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:35.795 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T11:28:35.795 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":1,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","modified":"2024-01-21T11:25:57.247180Z","created":"2024-01-21T11:25:57.247180Z","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":"smithi069","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:28:35.798 INFO:teuthology.orchestra.run.smithi118.stderr:dumped monmap epoch 1 2024-01-21T11:28:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:36 smithi069 bash[14120]: audit 2024-01-21T11:28:35.795849+0000 mon.smithi069 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.118:0/2682450469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:28:37.396 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:28:37.396 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:28:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:37 smithi069 bash[14120]: cluster 2024-01-21T11:28:35.921828+0000 mgr.smithi069.gsebav (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:38.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:37.517326+0000 mon.smithi069 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:38.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:37.849797+0000 mon.smithi069 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:37.851562+0000 mon.smithi069 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:37.853321+0000 mon.smithi069 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:37.854631+0000 mon.smithi069 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: cephadm 2024-01-21T11:28:37.856495+0000 mgr.smithi069.gsebav (mgr.14180) 13 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: cluster 2024-01-21T11:28:37.922273+0000 mgr.smithi069.gsebav (mgr.14180) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: cephadm 2024-01-21T11:28:37.980365+0000 mgr.smithi069.gsebav (mgr.14180) 15 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:38.066674+0000 mon.smithi069 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:38.072498+0000 mon.smithi069 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:38.075037+0000 mon.smithi069 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:38.077511+0000 mon.smithi069 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: audit 2024-01-21T11:28:38.078871+0000 mon.smithi069 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:38.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:38 smithi069 bash[14120]: cephadm 2024-01-21T11:28:38.080072+0000 mgr.smithi069.gsebav (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi118 on smithi118 2024-01-21T11:28:41.203 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T11:28:41.204 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":1,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","modified":"2024-01-21T11:25:57.247180Z","created":"2024-01-21T11:25:57.247180Z","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":"smithi069","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:28:41.206 INFO:teuthology.orchestra.run.smithi118.stderr:dumped monmap epoch 1 2024-01-21T11:28:41.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:40 smithi069 bash[14120]: cluster 2024-01-21T11:28:39.922708+0000 mgr.smithi069.gsebav (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:41 smithi069 bash[14120]: audit 2024-01-21T11:28:41.204325+0000 mon.smithi069 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.118:0/2139020690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:28:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:41 smithi069 bash[14120]: audit 2024-01-21T11:28:41.810971+0000 mon.smithi069 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:41 smithi069 bash[14120]: audit 2024-01-21T11:28:41.815463+0000 mon.smithi069 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.cqikzl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:28:42.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:41 smithi069 bash[14120]: audit 2024-01-21T11:28:41.821463+0000 mon.smithi069 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.cqikzl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T11:28:42.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:41 smithi069 bash[14120]: audit 2024-01-21T11:28:41.822842+0000 mon.smithi069 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:28:42.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:41 smithi069 bash[14120]: audit 2024-01-21T11:28:41.824601+0000 mon.smithi069 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:42.819 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:28:42.819 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:28:43.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:42 smithi069 bash[14120]: cephadm 2024-01-21T11:28:41.825868+0000 mgr.smithi069.gsebav (mgr.14180) 18 : cephadm [INF] Deploying daemon mgr.smithi118.cqikzl on smithi118 2024-01-21T11:28:43.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:42 smithi069 bash[14120]: cluster 2024-01-21T11:28:41.923081+0000 mgr.smithi069.gsebav (mgr.14180) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:45 smithi069 bash[14120]: cluster 2024-01-21T11:28:43.923525+0000 mgr.smithi069.gsebav (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:45 smithi069 bash[14120]: audit 2024-01-21T11:28:44.484354+0000 mon.smithi069 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:45 smithi069 bash[14120]: audit 2024-01-21T11:28:44.488544+0000 mon.smithi069 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:28:45.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:45 smithi069 bash[14120]: audit 2024-01-21T11:28:44.490020+0000 mon.smithi069 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:45.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:45 smithi069 bash[14120]: audit 2024-01-21T11:28:45.122563+0000 mon.smithi069 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:46.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:46 smithi069 bash[14120]: cephadm 2024-01-21T11:28:44.491136+0000 mgr.smithi069.gsebav (mgr.14180) 21 : cephadm [INF] Deploying daemon mon.smithi118 on smithi118 2024-01-21T11:28:47.015 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T11:28:47.015 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":1,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","modified":"2024-01-21T11:25:57.247180Z","created":"2024-01-21T11:25:57.247180Z","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":"smithi069","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:28:47.018 INFO:teuthology.orchestra.run.smithi118.stderr:dumped monmap epoch 1 2024-01-21T11:28:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:47 smithi069 bash[14120]: cluster 2024-01-21T11:28:45.923972+0000 mgr.smithi069.gsebav (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:47 smithi069 bash[14120]: audit 2024-01-21T11:28:47.015765+0000 mon.smithi069 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.118:0/1937261212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:28:48.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:28:48.947 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:28:49.419 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:49 smithi118 systemd[1]: Started Ceph mon.smithi118 for bb17f6a2-b84f-11ee-95b0-87774f69a715. 2024-01-21T11:28:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:49 smithi069 bash[14120]: cluster 2024-01-21T11:28:47.924394+0000 mgr.smithi069.gsebav (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:50 smithi069 bash[14120]: audit 2024-01-21T11:28:49.399962+0000 mon.smithi069 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:50 smithi069 bash[14120]: cephadm 2024-01-21T11:28:49.402538+0000 mgr.smithi069.gsebav (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi118 on smithi118 2024-01-21T11:28:50.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:50 smithi069 bash[14120]: cluster 2024-01-21T11:28:49.924826+0000 mgr.smithi069.gsebav (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:50.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:50 smithi069 bash[14120]: audit 2024-01-21T11:28:50.129523+0000 mon.smithi069 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:50.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:50 smithi069 bash[14120]: audit 2024-01-21T11:28:50.134036+0000 mon.smithi069 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:50.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:50 smithi069 bash[14120]: audit 2024-01-21T11:28:50.136067+0000 mon.smithi069 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:28:51.421 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.234+0000 7f8d0ac27880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:28:51.421 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.234+0000 7f8d0ac27880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.234+0000 7f8d0ac27880 0 pidfile_write: ignore empty --pid-file 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.238+0000 7f8d0ac27880 0 load: jerasure load: lrc load: isa 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: DB SUMMARY 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi118/store.db dir, Total Num: 0, files: 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi118/store.db: 000003.log size: 511 ; 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:28:51.422 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.env: 0x5641095c3080 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.info_log: 0x56410b714520 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:28:51.423 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi118/store.db 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:28:51.424 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.write_buffer_manager: 0x56410c362480 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:28:51.425 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.row_cache: None 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:28:51.426 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:28:51.427 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000001 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.merge_operator: 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:28:51.428 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:28:51.429 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56410b6b7d28) 2024-01-21T11:28:51.429 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: cache_index_and_filter_blocks: 1 2024-01-21T11:28:51.429 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:28:51.429 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:28:51.429 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: pin_top_level_index_and_filter: 1 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: index_type: 0 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: data_block_index_type: 0 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: index_shortening: 1 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: hash_index_allow_collision: 1 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: checksum: 1 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: no_block_cache: 0 2024-01-21T11:28:51.430 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_cache: 0x56410b6eef10 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_cache_name: BinnedLRUCache 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_cache_options: 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: capacity : 536870912 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: num_shard_bits : 4 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: strict_capacity_limit : 0 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: high_pri_pool_ratio: 0.000 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_cache_compressed: (nil) 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: persistent_cache: (nil) 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_size: 4096 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_size_deviation: 10 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_restart_interval: 16 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: index_block_restart_interval: 1 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: metadata_block_size: 4096 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: partition_filters: 0 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: use_delta_encoding: 1 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:28:51.431 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: whole_key_filtering: 1 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: verify_compression: 0 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: read_amp_bytes_per_bit: 0 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: format_version: 2 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: enable_index_compression: 1 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: block_align: 0 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:28:51.432 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:28:51.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:28:51.434 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:28:51.435 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.242+0000 7f8d0ac27880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:28:51.436 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi118/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 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836531250716, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 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. 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836531251976, "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": 1705836531, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.246+0000 7f8d0ac27880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836531252878, "job": 1, "event": "recovery_finished"} 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8d0ac27880 4 rocksdb: DB pointer 0x56410b7b7800 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8cf1a19700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8cf1a19700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** DB Stats ** 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T11:28:51.437 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** Compaction Stats [default] ** 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** Compaction Stats [default] ** 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:28:51.438 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Cumulative compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Interval compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** Compaction Stats [default] ** 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** Compaction Stats [default] ** 2024-01-21T11:28:51.439 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2 0.00 0.00 1 0.001 0 0 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Cumulative compaction: 0.00 GB write, 0.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8d0ac27880 0 mon.smithi118 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8d0ac27880 0 using public_addr v2:172.21.15.118:0/0 -> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] 2024-01-21T11:28:51.440 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8d0ac27880 0 starting mon.smithi118 rank -1 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi118 fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.250+0000 7f8d0ac27880 1 mon.smithi118@-1(???) e0 preinit fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 0 mon.smithi118@-1(synchronizing).mds e1 new map 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 0 mon.smithi118@-1(synchronizing).mds e1 print_map 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: e1 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 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} 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: legacy client fscid: -1 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: No filesystems configured 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T11:28:51.441 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 0 mon.smithi118@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 0 mon.smithi118@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 0 mon.smithi118@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.286+0000 7f8cf421e700 0 mon.smithi118@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: audit 2024-01-21T11:28:49.399962+0000 mon.smithi069 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: cephadm 2024-01-21T11:28:49.402538+0000 mgr.smithi069.gsebav (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi118 on smithi118 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: cluster 2024-01-21T11:28:49.924826+0000 mgr.smithi069.gsebav (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: audit 2024-01-21T11:28:50.129523+0000 mon.smithi069 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: audit 2024-01-21T11:28:50.134036+0000 mon.smithi069 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: audit 2024-01-21T11:28:50.136067+0000 mon.smithi069 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:28:51.442 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:51 smithi118 bash[17975]: debug 2024-01-21T11:28:51.290+0000 7f8cf421e700 1 mon.smithi118@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T11:28:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:51.298649+0000 mon.smithi069 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:51.302571+0000 mon.smithi069 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:51.302832+0000 mon.smithi069 (mon.0) 177 : cluster [INF] mon.smithi069 calling monitor election 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:51.320984+0000 mon.smithi069 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:51.925169+0000 mgr.smithi069.gsebav (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:52.298196+0000 mon.smithi069 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:53.271890+0000 mon.smithi069 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi118.cqikzl/crt"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:53.298503+0000 mon.smithi069 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:53.300646+0000 mon.smithi118 (mon.1) 1 : cluster [INF] mon.smithi118 calling monitor election 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:53.925645+0000 mgr.smithi069.gsebav (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:54.298715+0000 mon.smithi069 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:55.298951+0000 mon.smithi069 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:55.926058+0000 mgr.smithi069.gsebav (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:56.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:56.299082+0000 mon.smithi069 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.343518+0000 mon.smithi069 (mon.0) 185 : cluster [INF] mon.smithi069 is new leader, mons smithi069,smithi118 in quorum (ranks 0,1) 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.349060+0000 mon.smithi069 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi069=[v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0],smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.368678+0000 mon.smithi069 (mon.0) 187 : cluster [DBG] fsmap 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.368733+0000 mon.smithi069 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.369105+0000 mon.smithi069 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi069.gsebav(active, since 46s) 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.370715+0000 mon.smithi069 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi118.cqikzl started 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:56.373270+0000 mon.smithi069 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.378848+0000 mon.smithi069 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:56.379487+0000 mon.smithi069 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi118.cqikzl/key"}]: dispatch 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:56.382027+0000 mon.smithi069 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:56.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:56 smithi118 bash[17975]: audit 2024-01-21T11:28:56.382277+0000 mon.smithi069 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:51.298649+0000 mon.smithi069 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:51.302571+0000 mon.smithi069 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:51.302832+0000 mon.smithi069 (mon.0) 177 : cluster [INF] mon.smithi069 calling monitor election 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:51.320984+0000 mon.smithi069 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:51.925169+0000 mgr.smithi069.gsebav (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:52.298196+0000 mon.smithi069 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:53.271890+0000 mon.smithi069 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi118.cqikzl/crt"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:53.298503+0000 mon.smithi069 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:53.300646+0000 mon.smithi118 (mon.1) 1 : cluster [INF] mon.smithi118 calling monitor election 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:53.925645+0000 mgr.smithi069.gsebav (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:54.298715+0000 mon.smithi069 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:55.298951+0000 mon.smithi069 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:55.926058+0000 mgr.smithi069.gsebav (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:56.299082+0000 mon.smithi069 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.343518+0000 mon.smithi069 (mon.0) 185 : cluster [INF] mon.smithi069 is new leader, mons smithi069,smithi118 in quorum (ranks 0,1) 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.349060+0000 mon.smithi069 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi069=[v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0],smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.368678+0000 mon.smithi069 (mon.0) 187 : cluster [DBG] fsmap 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.368733+0000 mon.smithi069 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.369105+0000 mon.smithi069 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi069.gsebav(active, since 46s) 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.370715+0000 mon.smithi069 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi118.cqikzl started 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:56.373270+0000 mon.smithi069 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.378848+0000 mon.smithi069 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:56.379487+0000 mon.smithi069 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi118.cqikzl/key"}]: dispatch 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:56.382027+0000 mon.smithi069 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:56.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:56 smithi069 bash[14120]: audit 2024-01-21T11:28:56.382277+0000 mon.smithi069 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.118:0/2615601901' entity='mgr.smithi118.cqikzl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T11:28:56.855 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-21T11:28:56.855 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":2,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","modified":"2024-01-21T11:28:51.298110Z","created":"2024-01-21T11:25:57.247180Z","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":"smithi069","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T11:28:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:dumped monmap epoch 2 2024-01-21T11:28:57.551 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T11:28:57.551 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T11:28:57.743 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: cluster 2024-01-21T11:28:56.435168+0000 mon.smithi069 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi069.gsebav(active, since 46s), standbys: smithi118.cqikzl 2024-01-21T11:28:57.743 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:56.435367+0000 mon.smithi069 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr metadata", "who": "smithi118.cqikzl", "id": "smithi118.cqikzl"}]: dispatch 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:56.855410+0000 mon.smithi069 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.118:0/3347289558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:57.299244+0000 mon.smithi069 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:57.340651+0000 mon.smithi069 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:57.342090+0000 mon.smithi069 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:57.343649+0000 mon.smithi069 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: cephadm 2024-01-21T11:28:57.345524+0000 mgr.smithi069.gsebav (mgr.14180) 29 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: cephadm 2024-01-21T11:28:57.345920+0000 mgr.smithi069.gsebav (mgr.14180) 30 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-01-21T11:28:57.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:57 smithi069 bash[14120]: audit 2024-01-21T11:28:57.378141+0000 mon.smithi069 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: cluster 2024-01-21T11:28:56.435168+0000 mon.smithi069 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi069.gsebav(active, since 46s), standbys: smithi118.cqikzl 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:56.435367+0000 mon.smithi069 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr metadata", "who": "smithi118.cqikzl", "id": "smithi118.cqikzl"}]: dispatch 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:56.855410+0000 mon.smithi069 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.118:0/3347289558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:57.299244+0000 mon.smithi069 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:57.340651+0000 mon.smithi069 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:57.342090+0000 mon.smithi069 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:57.343649+0000 mon.smithi069 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: cephadm 2024-01-21T11:28:57.345524+0000 mgr.smithi069.gsebav (mgr.14180) 29 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2024-01-21T11:28:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: cephadm 2024-01-21T11:28:57.345920+0000 mgr.smithi069.gsebav (mgr.14180) 30 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2024-01-21T11:28:57.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:57 smithi118 bash[17975]: audit 2024-01-21T11:28:57.378141+0000 mon.smithi069 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: audit 2024-01-21T11:28:57.450038+0000 mon.smithi069 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: audit 2024-01-21T11:28:57.455199+0000 mon.smithi069 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: cephadm 2024-01-21T11:28:57.460918+0000 mgr.smithi069.gsebav (mgr.14180) 31 : cephadm [INF] Reconfiguring mon.smithi069 (unknown last config time)... 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: audit 2024-01-21T11:28:57.461307+0000 mon.smithi069 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: audit 2024-01-21T11:28:57.462378+0000 mon.smithi069 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: audit 2024-01-21T11:28:57.463430+0000 mon.smithi069 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: cephadm 2024-01-21T11:28:57.464461+0000 mgr.smithi069.gsebav (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mon.smithi069 on smithi069 2024-01-21T11:28:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:28:58 smithi118 bash[17975]: cluster 2024-01-21T11:28:57.926346+0000 mgr.smithi069.gsebav (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:28:58.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: audit 2024-01-21T11:28:57.450038+0000 mon.smithi069 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:58.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: audit 2024-01-21T11:28:57.455199+0000 mon.smithi069 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:28:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: cephadm 2024-01-21T11:28:57.460918+0000 mgr.smithi069.gsebav (mgr.14180) 31 : cephadm [INF] Reconfiguring mon.smithi069 (unknown last config time)... 2024-01-21T11:28:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: audit 2024-01-21T11:28:57.461307+0000 mon.smithi069 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:28:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: audit 2024-01-21T11:28:57.462378+0000 mon.smithi069 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:28:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: audit 2024-01-21T11:28:57.463430+0000 mon.smithi069 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: cephadm 2024-01-21T11:28:57.464461+0000 mgr.smithi069.gsebav (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mon.smithi069 on smithi069 2024-01-21T11:28:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:28:58 smithi069 bash[14120]: cluster 2024-01-21T11:28:57.926346+0000 mgr.smithi069.gsebav (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:01.814 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:01 smithi069 bash[14120]: cluster 2024-01-21T11:28:59.926593+0000 mgr.smithi069.gsebav (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:01.814 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:01 smithi069 bash[14120]: audit 2024-01-21T11:29:00.354566+0000 mon.smithi069 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:01.814 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:01 smithi069 bash[14120]: cephadm 2024-01-21T11:29:00.355433+0000 mgr.smithi069.gsebav (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi069.gsebav (unknown last config time)... 2024-01-21T11:29:01.814 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:01 smithi069 bash[14120]: audit 2024-01-21T11:29:00.355831+0000 mon.smithi069 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi069.gsebav", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:29:01.814 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:01 smithi069 bash[14120]: audit 2024-01-21T11:29:00.356847+0000 mon.smithi069 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:29:01.814 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:01 smithi069 bash[14120]: audit 2024-01-21T11:29:00.357909+0000 mon.smithi069 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:01.822 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:01 smithi118 bash[17975]: cluster 2024-01-21T11:28:59.926593+0000 mgr.smithi069.gsebav (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:01 smithi118 bash[17975]: audit 2024-01-21T11:29:00.354566+0000 mon.smithi069 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:01 smithi118 bash[17975]: cephadm 2024-01-21T11:29:00.355433+0000 mgr.smithi069.gsebav (mgr.14180) 35 : cephadm [INF] Reconfiguring mgr.smithi069.gsebav (unknown last config time)... 2024-01-21T11:29:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:01 smithi118 bash[17975]: audit 2024-01-21T11:29:00.355831+0000 mon.smithi069 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi069.gsebav", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:29:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:01 smithi118 bash[17975]: audit 2024-01-21T11:29:00.356847+0000 mon.smithi069 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:29:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:01 smithi118 bash[17975]: audit 2024-01-21T11:29:00.357909+0000 mon.smithi069 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:02.208 INFO:teuthology.orchestra.run.smithi069.stdout:# minimal ceph.conf for bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:29:02.209 INFO:teuthology.orchestra.run.smithi069.stdout:[global] 2024-01-21T11:29:02.209 INFO:teuthology.orchestra.run.smithi069.stdout: fsid = bb17f6a2-b84f-11ee-95b0-87774f69a715 2024-01-21T11:29:02.209 INFO:teuthology.orchestra.run.smithi069.stdout: mon_host = [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] 2024-01-21T11:29:02.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:02 smithi069 bash[14120]: cephadm 2024-01-21T11:29:00.358675+0000 mgr.smithi069.gsebav (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi069.gsebav on smithi069 2024-01-21T11:29:02.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:02 smithi069 bash[14120]: audit 2024-01-21T11:29:02.209288+0000 mon.smithi069 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.69:0/3589679441' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:02.822 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:02 smithi118 bash[17975]: cephadm 2024-01-21T11:29:00.358675+0000 mgr.smithi069.gsebav (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mgr.smithi069.gsebav on smithi069 2024-01-21T11:29:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:02 smithi118 bash[17975]: audit 2024-01-21T11:29:02.209288+0000 mon.smithi069 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.69:0/3589679441' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:03.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:03 smithi069 bash[14120]: cluster 2024-01-21T11:29:01.926986+0000 mgr.smithi069.gsebav (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:03.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:03 smithi069 bash[14120]: audit 2024-01-21T11:29:02.998473+0000 mon.smithi069 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:03.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:03 smithi069 bash[14120]: cephadm 2024-01-21T11:29:02.999795+0000 mgr.smithi069.gsebav (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi069 (dependencies changed)... 2024-01-21T11:29:03.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:03 smithi069 bash[14120]: cephadm 2024-01-21T11:29:03.011270+0000 mgr.smithi069.gsebav (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi069 on smithi069 2024-01-21T11:29:03.463 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T11:29:03.464 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:29:03.464 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:29:03.635 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:29:03.635 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:29:03.651 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:29:03.651 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:29:03.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:03 smithi118 bash[17975]: cluster 2024-01-21T11:29:01.926986+0000 mgr.smithi069.gsebav (mgr.14180) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:03.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:03 smithi118 bash[17975]: audit 2024-01-21T11:29:02.998473+0000 mon.smithi069 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:03.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:03 smithi118 bash[17975]: cephadm 2024-01-21T11:29:02.999795+0000 mgr.smithi069.gsebav (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi069 (dependencies changed)... 2024-01-21T11:29:03.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:03 smithi118 bash[17975]: cephadm 2024-01-21T11:29:03.011270+0000 mgr.smithi069.gsebav (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi069 on smithi069 2024-01-21T11:29:03.668 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:29:03.668 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:29:03.727 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T11:29:03.728 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:29:03.728 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:29:03.734 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:29:03.735 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme1n1 2024-01-21T11:29:03.786 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme1n1 2024-01-21T11:29:03.786 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:03.787 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-01-21T11:29:03.787 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:03.787 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:27:26.046527347 +0000 2024-01-21T11:29:03.787 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:25:05.653662839 +0000 2024-01-21T11:29:03.787 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:25:05.653662839 +0000 2024-01-21T11:29:03.787 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:29:03.787 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T11:29:03.839 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:29:03.839 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:29:03.839 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000335831 s, 1.5 MB/s 2024-01-21T11:29:03.840 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T11:29:03.892 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme2n1 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme2n1 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:27:26.062526977 +0000 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:25:05.765692961 +0000 2024-01-21T11:29:03.941 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:25:05.765692961 +0000 2024-01-21T11:29:03.942 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:29:03.942 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T11:29:03.992 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:29:03.992 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:29:03.992 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000313099 s, 1.6 MB/s 2024-01-21T11:29:03.993 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T11:29:04.042 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme3n1 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme3n1 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:27:26.078526608 +0000 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:25:05.881724157 +0000 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:25:05.881724157 +0000 2024-01-21T11:29:04.098 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:29:04.099 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T11:29:04.157 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:29:04.157 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:29:04.157 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000419192 s, 1.2 MB/s 2024-01-21T11:29:04.158 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T11:29:04.210 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme4n1 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme4n1 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2024-01-21 11:27:26.094526239 +0000 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2024-01-21 11:25:05.993754279 +0000 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2024-01-21 11:25:05.993754279 +0000 2024-01-21T11:29:04.265 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2024-01-21T11:29:04.265 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T11:29:04.323 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2024-01-21T11:29:04.323 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2024-01-21T11:29:04.323 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000409684 s, 1.2 MB/s 2024-01-21T11:29:04.324 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T11:29:04.375 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:29:04.375 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:29:04.382 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:29:04.382 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme1n1 2024-01-21T11:29:04.431 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme1n1 2024-01-21T11:29:04.431 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:04.431 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-01-21T11:29:04.432 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:04.432 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:28:36.123214001 +0000 2024-01-21T11:29:04.432 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:25:06.992044753 +0000 2024-01-21T11:29:04.432 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:25:06.992044753 +0000 2024-01-21T11:29:04.432 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:29:04.432 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T11:29:04.448 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:04 smithi069 bash[14120]: cluster 2024-01-21T11:29:03.927421+0000 mgr.smithi069.gsebav (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:04.485 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:29:04.485 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:29:04.485 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000371572 s, 1.4 MB/s 2024-01-21T11:29:04.486 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T11:29:04.537 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme2n1 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme2n1 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:28:36.135213706 +0000 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:25:07.120041808 +0000 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:25:07.120041808 +0000 2024-01-21T11:29:04.587 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:29:04.588 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T11:29:04.638 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:04 smithi118 bash[17975]: cluster 2024-01-21T11:29:03.927421+0000 mgr.smithi069.gsebav (mgr.14180) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:04.640 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:29:04.641 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:29:04.641 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000357915 s, 1.4 MB/s 2024-01-21T11:29:04.642 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T11:29:04.693 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme3n1 2024-01-21T11:29:04.747 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme3n1 2024-01-21T11:29:04.747 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:04.747 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-01-21T11:29:04.747 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:04.748 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:28:36.151213311 +0000 2024-01-21T11:29:04.748 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:25:07.236039139 +0000 2024-01-21T11:29:04.748 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:25:07.236039139 +0000 2024-01-21T11:29:04.748 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:29:04.748 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T11:29:04.800 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:29:04.800 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:29:04.800 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000361595 s, 1.4 MB/s 2024-01-21T11:29:04.801 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T11:29:04.853 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme4n1 2024-01-21T11:29:04.903 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme4n1 2024-01-21T11:29:04.903 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:29:04.903 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-01-21T11:29:04.903 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:29:04.903 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-21 11:28:36.167212916 +0000 2024-01-21T11:29:04.904 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-21 11:25:07.348036563 +0000 2024-01-21T11:29:04.904 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-21 11:25:07.348036563 +0000 2024-01-21T11:29:04.904 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-21T11:29:04.904 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T11:29:04.957 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-21T11:29:04.957 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-21T11:29:04.957 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000346069 s, 1.5 MB/s 2024-01-21T11:29:04.958 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T11:29:05.009 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T11:29:07.234 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:06 smithi069 bash[14120]: cluster 2024-01-21T11:29:05.927770+0000 mgr.smithi069.gsebav (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:07.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:06 smithi118 bash[17975]: cluster 2024-01-21T11:29:05.927770+0000 mgr.smithi069.gsebav (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:08.076 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled osd.all-available-devices update... 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: audit 2024-01-21T11:29:07.453882+0000 mon.smithi069 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: cephadm 2024-01-21T11:29:07.455167+0000 mgr.smithi069.gsebav (mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi069 (monmap changed)... 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: audit 2024-01-21T11:29:07.455737+0000 mon.smithi069 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: audit 2024-01-21T11:29:07.457053+0000 mon.smithi069 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: cephadm 2024-01-21T11:29:07.458056+0000 mgr.smithi069.gsebav (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi069 on smithi069 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: cluster 2024-01-21T11:29:07.928066+0000 mgr.smithi069.gsebav (mgr.14180) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: audit 2024-01-21T11:29:08.068212+0000 mgr.smithi069.gsebav (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: cephadm 2024-01-21T11:29:08.071068+0000 mgr.smithi069.gsebav (mgr.14180) 46 : cephadm [INF] Marking host: smithi069 for OSDSpec preview refresh. 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: cephadm 2024-01-21T11:29:08.071201+0000 mgr.smithi069.gsebav (mgr.14180) 47 : cephadm [INF] Marking host: smithi118 for OSDSpec preview refresh. 2024-01-21T11:29:08.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: cephadm 2024-01-21T11:29:08.071561+0000 mgr.smithi069.gsebav (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T11:29:08.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:08 smithi118 bash[17975]: audit 2024-01-21T11:29:08.075925+0000 mon.smithi069 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:08.771 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T11:29:08.772 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:08.783 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: audit 2024-01-21T11:29:07.453882+0000 mon.smithi069 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:08.783 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: cephadm 2024-01-21T11:29:07.455167+0000 mgr.smithi069.gsebav (mgr.14180) 42 : cephadm [INF] Reconfiguring crash.smithi069 (monmap changed)... 2024-01-21T11:29:08.783 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: audit 2024-01-21T11:29:07.455737+0000 mon.smithi069 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: audit 2024-01-21T11:29:07.457053+0000 mon.smithi069 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: cephadm 2024-01-21T11:29:07.458056+0000 mgr.smithi069.gsebav (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi069 on smithi069 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: cluster 2024-01-21T11:29:07.928066+0000 mgr.smithi069.gsebav (mgr.14180) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: audit 2024-01-21T11:29:08.068212+0000 mgr.smithi069.gsebav (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: cephadm 2024-01-21T11:29:08.071068+0000 mgr.smithi069.gsebav (mgr.14180) 46 : cephadm [INF] Marking host: smithi069 for OSDSpec preview refresh. 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: cephadm 2024-01-21T11:29:08.071201+0000 mgr.smithi069.gsebav (mgr.14180) 47 : cephadm [INF] Marking host: smithi118 for OSDSpec preview refresh. 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: cephadm 2024-01-21T11:29:08.071561+0000 mgr.smithi069.gsebav (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T11:29:08.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:08 smithi069 bash[14120]: audit 2024-01-21T11:29:08.075925+0000 mon.smithi069 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:11.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:10 smithi069 bash[14120]: cluster 2024-01-21T11:29:09.928446+0000 mgr.smithi069.gsebav (mgr.14180) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:11.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:10 smithi069 bash[14120]: audit 2024-01-21T11:29:10.578547+0000 mon.smithi069 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:11.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:10 smithi118 bash[17975]: cluster 2024-01-21T11:29:09.928446+0000 mgr.smithi069.gsebav (mgr.14180) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:11.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:10 smithi118 bash[17975]: audit 2024-01-21T11:29:10.578547+0000 mon.smithi069 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:12.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:11 smithi118 bash[17975]: cephadm 2024-01-21T11:29:10.579492+0000 mgr.smithi069.gsebav (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi069 (dependencies changed)... 2024-01-21T11:29:12.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:11 smithi118 bash[17975]: cephadm 2024-01-21T11:29:10.625295+0000 mgr.smithi069.gsebav (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi069 on smithi069 2024-01-21T11:29:12.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:11 smithi069 bash[14120]: cephadm 2024-01-21T11:29:10.579492+0000 mgr.smithi069.gsebav (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi069 (dependencies changed)... 2024-01-21T11:29:12.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:11 smithi069 bash[14120]: cephadm 2024-01-21T11:29:10.625295+0000 mgr.smithi069.gsebav (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi069 on smithi069 2024-01-21T11:29:13.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:12 smithi118 bash[17975]: cluster 2024-01-21T11:29:11.928929+0000 mgr.smithi069.gsebav (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:12 smithi069 bash[14120]: cluster 2024-01-21T11:29:11.928929+0000 mgr.smithi069.gsebav (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:13.941 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:14.383 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:14 smithi069 bash[14120]: audit 2024-01-21T11:29:13.942006+0000 mon.smithi069 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.69:0/2608587778' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:14.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:14 smithi118 bash[17975]: audit 2024-01-21T11:29:13.942006+0000 mon.smithi069 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.69:0/2608587778' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:15.066 INFO:teuthology.orchestra.run.smithi069.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} 2024-01-21T11:29:15.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:15 smithi069 bash[14120]: cluster 2024-01-21T11:29:13.929350+0000 mgr.smithi069.gsebav (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:15.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:15 smithi118 bash[17975]: cluster 2024-01-21T11:29:13.929350+0000 mgr.smithi069.gsebav (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:16.067 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:17.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:17 smithi069 bash[14120]: cluster 2024-01-21T11:29:15.929789+0000 mgr.smithi069.gsebav (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:17.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:17 smithi118 bash[17975]: cluster 2024-01-21T11:29:15.929789+0000 mgr.smithi069.gsebav (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:19.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:19 smithi118 bash[17975]: cluster 2024-01-21T11:29:17.930091+0000 mgr.smithi069.gsebav (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:19.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:19 smithi118 bash[17975]: audit 2024-01-21T11:29:18.031519+0000 mon.smithi069 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:19.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:19 smithi118 bash[17975]: cephadm 2024-01-21T11:29:18.033116+0000 mgr.smithi069.gsebav (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi069 (dependencies changed)... 2024-01-21T11:29:19.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:19 smithi118 bash[17975]: cephadm 2024-01-21T11:29:18.039534+0000 mgr.smithi069.gsebav (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi069 on smithi069 2024-01-21T11:29:19.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:19 smithi069 bash[14120]: cluster 2024-01-21T11:29:17.930091+0000 mgr.smithi069.gsebav (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:19.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:19 smithi069 bash[14120]: audit 2024-01-21T11:29:18.031519+0000 mon.smithi069 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:19.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:19 smithi069 bash[14120]: cephadm 2024-01-21T11:29:18.033116+0000 mgr.smithi069.gsebav (mgr.14180) 56 : cephadm [INF] Reconfiguring prometheus.smithi069 (dependencies changed)... 2024-01-21T11:29:19.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:19 smithi069 bash[14120]: cephadm 2024-01-21T11:29:18.039534+0000 mgr.smithi069.gsebav (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi069 on smithi069 2024-01-21T11:29:20.824 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:21.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:21 smithi118 bash[17975]: cluster 2024-01-21T11:29:19.930373+0000 mgr.smithi069.gsebav (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:21.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:21 smithi118 bash[17975]: audit 2024-01-21T11:29:20.824318+0000 mon.smithi069 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.69:0/2105938292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:21.330 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:21 smithi069 bash[14120]: cluster 2024-01-21T11:29:19.930373+0000 mgr.smithi069.gsebav (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:21.330 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:21 smithi069 bash[14120]: audit 2024-01-21T11:29:20.824318+0000 mon.smithi069 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.69:0/2105938292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:22.268 INFO:teuthology.orchestra.run.smithi069.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} 2024-01-21T11:29:23.272 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:23.283 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:23 smithi069 bash[14120]: cluster 2024-01-21T11:29:21.930779+0000 mgr.smithi069.gsebav (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:23.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:23 smithi118 bash[17975]: cluster 2024-01-21T11:29:21.930779+0000 mgr.smithi069.gsebav (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:25.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:25 smithi069 bash[14120]: cluster 2024-01-21T11:29:23.931197+0000 mgr.smithi069.gsebav (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:25.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:25 smithi069 bash[14120]: audit 2024-01-21T11:29:25.092367+0000 mon.smithi069 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:25.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:25 smithi069 bash[14120]: audit 2024-01-21T11:29:25.093821+0000 mon.smithi069 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:29:25.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:25 smithi069 bash[14120]: audit 2024-01-21T11:29:25.095399+0000 mon.smithi069 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:25.463 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:25 smithi118 bash[17975]: cluster 2024-01-21T11:29:23.931197+0000 mgr.smithi069.gsebav (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:25.463 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:25 smithi118 bash[17975]: audit 2024-01-21T11:29:25.092367+0000 mon.smithi069 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:25.463 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:25 smithi118 bash[17975]: audit 2024-01-21T11:29:25.093821+0000 mon.smithi069 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:29:25.463 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:25 smithi118 bash[17975]: audit 2024-01-21T11:29:25.095399+0000 mon.smithi069 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:26.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:26 smithi069 bash[14120]: cephadm 2024-01-21T11:29:25.093357+0000 mgr.smithi069.gsebav (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi118 (monmap changed)... 2024-01-21T11:29:26.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:26 smithi069 bash[14120]: cephadm 2024-01-21T11:29:25.096696+0000 mgr.smithi069.gsebav (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi118 on smithi118 2024-01-21T11:29:26.448 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:26 smithi118 bash[17975]: cephadm 2024-01-21T11:29:25.093357+0000 mgr.smithi069.gsebav (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi118 (monmap changed)... 2024-01-21T11:29:26.448 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:26 smithi118 bash[17975]: cephadm 2024-01-21T11:29:25.096696+0000 mgr.smithi069.gsebav (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi118 on smithi118 2024-01-21T11:29:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:27 smithi118 bash[17975]: cluster 2024-01-21T11:29:25.931621+0000 mgr.smithi069.gsebav (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:27 smithi118 bash[17975]: audit 2024-01-21T11:29:26.893389+0000 mon.smithi069 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:27 smithi118 bash[17975]: audit 2024-01-21T11:29:26.894876+0000 mon.smithi069 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.cqikzl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:29:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:27 smithi118 bash[17975]: audit 2024-01-21T11:29:26.896221+0000 mon.smithi069 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:29:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:27 smithi118 bash[17975]: audit 2024-01-21T11:29:26.897235+0000 mon.smithi069 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:27 smithi069 bash[14120]: cluster 2024-01-21T11:29:25.931621+0000 mgr.smithi069.gsebav (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:27 smithi069 bash[14120]: audit 2024-01-21T11:29:26.893389+0000 mon.smithi069 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:27 smithi069 bash[14120]: audit 2024-01-21T11:29:26.894876+0000 mon.smithi069 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.cqikzl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:29:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:27 smithi069 bash[14120]: audit 2024-01-21T11:29:26.896221+0000 mon.smithi069 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:29:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:27 smithi069 bash[14120]: audit 2024-01-21T11:29:26.897235+0000 mon.smithi069 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:28.058 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:28.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:28 smithi118 bash[17975]: cephadm 2024-01-21T11:29:26.894368+0000 mgr.smithi069.gsebav (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi118.cqikzl (monmap changed)... 2024-01-21T11:29:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:28 smithi118 bash[17975]: cephadm 2024-01-21T11:29:26.898091+0000 mgr.smithi069.gsebav (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi118.cqikzl on smithi118 2024-01-21T11:29:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:28 smithi118 bash[17975]: audit 2024-01-21T11:29:28.058195+0000 mon.smithi069 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.69:0/282275242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:28.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:28 smithi069 bash[14120]: cephadm 2024-01-21T11:29:26.894368+0000 mgr.smithi069.gsebav (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi118.cqikzl (monmap changed)... 2024-01-21T11:29:28.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:28 smithi069 bash[14120]: cephadm 2024-01-21T11:29:26.898091+0000 mgr.smithi069.gsebav (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi118.cqikzl on smithi118 2024-01-21T11:29:28.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:28 smithi069 bash[14120]: audit 2024-01-21T11:29:28.058195+0000 mon.smithi069 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.69:0/282275242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:28.812 INFO:teuthology.orchestra.run.smithi069.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} 2024-01-21T11:29:29.469 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:29 smithi118 bash[17975]: cluster 2024-01-21T11:29:27.932096+0000 mgr.smithi069.gsebav (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:29.470 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:29 smithi118 bash[17975]: audit 2024-01-21T11:29:28.597213+0000 mon.smithi069 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:29.470 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:29 smithi118 bash[17975]: audit 2024-01-21T11:29:28.598642+0000 mon.smithi069 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:29:29.470 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:29 smithi118 bash[17975]: audit 2024-01-21T11:29:28.600011+0000 mon.smithi069 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:29:29.470 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:29 smithi118 bash[17975]: audit 2024-01-21T11:29:28.601161+0000 mon.smithi069 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:29.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:29 smithi069 bash[14120]: cluster 2024-01-21T11:29:27.932096+0000 mgr.smithi069.gsebav (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:29.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:29 smithi069 bash[14120]: audit 2024-01-21T11:29:28.597213+0000 mon.smithi069 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:29.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:29 smithi069 bash[14120]: audit 2024-01-21T11:29:28.598642+0000 mon.smithi069 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:29:29.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:29 smithi069 bash[14120]: audit 2024-01-21T11:29:28.600011+0000 mon.smithi069 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:29:29.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:29 smithi069 bash[14120]: audit 2024-01-21T11:29:28.601161+0000 mon.smithi069 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:29.814 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:30.320 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:30 smithi069 bash[14120]: cephadm 2024-01-21T11:29:28.598195+0000 mgr.smithi069.gsebav (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi118 (monmap changed)... 2024-01-21T11:29:30.321 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:30 smithi069 bash[14120]: cephadm 2024-01-21T11:29:28.602088+0000 mgr.smithi069.gsebav (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi118 on smithi118 2024-01-21T11:29:30.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:30 smithi118 bash[17975]: cephadm 2024-01-21T11:29:28.598195+0000 mgr.smithi069.gsebav (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi118 (monmap changed)... 2024-01-21T11:29:30.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:30 smithi118 bash[17975]: cephadm 2024-01-21T11:29:28.602088+0000 mgr.smithi069.gsebav (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi118 on smithi118 2024-01-21T11:29:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: cluster 2024-01-21T11:29:29.932426+0000 mgr.smithi069.gsebav (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.292555+0000 mon.smithi069 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.297835+0000 mon.smithi069 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:29:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.298420+0000 mgr.smithi069.gsebav (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:29:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.300117+0000 mon.smithi069 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi069.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:29:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.300633+0000 mgr.smithi069.gsebav (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi069.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.305674+0000 mon.smithi069 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.313305+0000 mon.smithi069 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.313852+0000 mgr.smithi069.gsebav (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.324091+0000 mon.smithi069 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.324713+0000 mgr.smithi069.gsebav (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.330189+0000 mon.smithi069 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.340113+0000 mon.smithi069 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.340641+0000 mgr.smithi069.gsebav (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.351234+0000 mon.smithi069 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi069.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.351951+0000 mgr.smithi069.gsebav (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi069.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.358346+0000 mon.smithi069 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:31 smithi118 bash[17975]: audit 2024-01-21T11:29:30.363617+0000 mon.smithi069 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: cluster 2024-01-21T11:29:29.932426+0000 mgr.smithi069.gsebav (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.292555+0000 mon.smithi069 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.297835+0000 mon.smithi069 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.298420+0000 mgr.smithi069.gsebav (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.300117+0000 mon.smithi069 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi069.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.300633+0000 mgr.smithi069.gsebav (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi069.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.305674+0000 mon.smithi069 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.313305+0000 mon.smithi069 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.313852+0000 mgr.smithi069.gsebav (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.324091+0000 mon.smithi069 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:29:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.324713+0000 mgr.smithi069.gsebav (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi069.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.330189+0000 mon.smithi069 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.340113+0000 mon.smithi069 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.340641+0000 mgr.smithi069.gsebav (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.351234+0000 mon.smithi069 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi069.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.351951+0000 mgr.smithi069.gsebav (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi069.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.358346+0000 mon.smithi069 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:31.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:31 smithi069 bash[14120]: audit 2024-01-21T11:29:30.363617+0000 mon.smithi069 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:29:33.014 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:33.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:33 smithi118 bash[17975]: cluster 2024-01-21T11:29:31.932792+0000 mgr.smithi069.gsebav (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:33.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:33 smithi118 bash[17975]: audit 2024-01-21T11:29:33.014536+0000 mon.smithi069 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.69:0/1323710657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:33 smithi069 bash[14120]: cluster 2024-01-21T11:29:31.932792+0000 mgr.smithi069.gsebav (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:33 smithi069 bash[14120]: audit 2024-01-21T11:29:33.014536+0000 mon.smithi069 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.69:0/1323710657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:33.772 INFO:teuthology.orchestra.run.smithi069.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} 2024-01-21T11:29:34.773 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:35 smithi118 bash[17975]: cluster 2024-01-21T11:29:33.933267+0000 mgr.smithi069.gsebav (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:35 smithi069 bash[14120]: cluster 2024-01-21T11:29:33.933267+0000 mgr.smithi069.gsebav (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:35.666668+0000 mon.smithi069 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:35.673828+0000 mon.smithi069 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: cluster 2024-01-21T11:29:35.933557+0000 mgr.smithi069.gsebav (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.049028+0000 mon.smithi069 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.307924+0000 mon.smithi069 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.309408+0000 mon.smithi069 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.310218+0000 mon.smithi069 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:29:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.316674+0000 mon.smithi069 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.321292+0000 mon.smithi069 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:29:37.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.326845+0000 mon.smithi069 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:29:37.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.328059+0000 mon.smithi069 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:29:37.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.328354+0000 mon.smithi069 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:37.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:36 smithi118 bash[17975]: audit 2024-01-21T11:29:36.328914+0000 mon.smithi069 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:35.666668+0000 mon.smithi069 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:35.673828+0000 mon.smithi069 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: cluster 2024-01-21T11:29:35.933557+0000 mgr.smithi069.gsebav (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.049028+0000 mon.smithi069 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.307924+0000 mon.smithi069 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.309408+0000 mon.smithi069 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.310218+0000 mon.smithi069 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.316674+0000 mon.smithi069 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.321292+0000 mon.smithi069 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:29:37.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.326845+0000 mon.smithi069 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:29:37.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.328059+0000 mon.smithi069 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:29:37.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.328354+0000 mon.smithi069 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:37.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:36 smithi069 bash[14120]: audit 2024-01-21T11:29:36.328914+0000 mon.smithi069 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:37.923 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:38.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:37 smithi118 bash[17975]: audit 2024-01-21T11:29:37.923043+0000 mon.smithi069 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.69:0/1275077537' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:38.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:37 smithi069 bash[14120]: audit 2024-01-21T11:29:37.923043+0000 mon.smithi069 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.69:0/1275077537' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:38.694 INFO:teuthology.orchestra.run.smithi069.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} 2024-01-21T11:29:39.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:39 smithi118 bash[17975]: cluster 2024-01-21T11:29:37.933890+0000 mgr.smithi069.gsebav (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:39 smithi069 bash[14120]: cluster 2024-01-21T11:29:37.933890+0000 mgr.smithi069.gsebav (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:39.695 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:41.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:41 smithi069 bash[14120]: cluster 2024-01-21T11:29:39.934276+0000 mgr.smithi069.gsebav (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:41 smithi118 bash[17975]: cluster 2024-01-21T11:29:39.934276+0000 mgr.smithi069.gsebav (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:43.170 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:43.233 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:43 smithi069 bash[14120]: cluster 2024-01-21T11:29:41.934671+0000 mgr.smithi069.gsebav (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:43.468 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:43 smithi118 bash[17975]: cluster 2024-01-21T11:29:41.934671+0000 mgr.smithi069.gsebav (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:44.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:44 smithi118 bash[17975]: audit 2024-01-21T11:29:43.170806+0000 mon.smithi069 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.69:0/998564751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:44.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:44 smithi069 bash[14120]: audit 2024-01-21T11:29:43.170806+0000 mon.smithi069 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.69:0/998564751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:44.618 INFO:teuthology.orchestra.run.smithi069.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} 2024-01-21T11:29:45.171 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:45 smithi069 bash[14120]: cluster 2024-01-21T11:29:43.935121+0000 mgr.smithi069.gsebav (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:45.171 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:45 smithi069 bash[14120]: audit 2024-01-21T11:29:45.110301+0000 mon.smithi118 (mon.1) 2 : audit [INF] from='client.? 172.21.15.118:0/401857585' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8"}]: dispatch 2024-01-21T11:29:45.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:45 smithi069 bash[14120]: audit 2024-01-21T11:29:45.110579+0000 mon.smithi069 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8"}]: dispatch 2024-01-21T11:29:45.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:45 smithi069 bash[14120]: audit 2024-01-21T11:29:45.117453+0000 mon.smithi069 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8"}]': finished 2024-01-21T11:29:45.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:45 smithi069 bash[14120]: cluster 2024-01-21T11:29:45.117563+0000 mon.smithi069 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T11:29:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:45 smithi118 bash[17975]: cluster 2024-01-21T11:29:43.935121+0000 mgr.smithi069.gsebav (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:45 smithi118 bash[17975]: audit 2024-01-21T11:29:45.110301+0000 mon.smithi118 (mon.1) 2 : audit [INF] from='client.? 172.21.15.118:0/401857585' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8"}]: dispatch 2024-01-21T11:29:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:45 smithi118 bash[17975]: audit 2024-01-21T11:29:45.110579+0000 mon.smithi069 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8"}]: dispatch 2024-01-21T11:29:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:45 smithi118 bash[17975]: audit 2024-01-21T11:29:45.117453+0000 mon.smithi069 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8"}]': finished 2024-01-21T11:29:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:45 smithi118 bash[17975]: cluster 2024-01-21T11:29:45.117563+0000 mon.smithi069 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T11:29:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:45 smithi118 bash[17975]: audit 2024-01-21T11:29:45.117760+0000 mon.smithi069 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:45 smithi069 bash[14120]: audit 2024-01-21T11:29:45.117760+0000 mon.smithi069 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:45.619 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:47.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: cluster 2024-01-21T11:29:45.935521+0000 mgr.smithi069.gsebav (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: audit 2024-01-21T11:29:46.480409+0000 mon.smithi069 (mon.0) 265 : audit [INF] from='client.? 172.21.15.69:0/1138184691' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "caf2bca0-93b8-44be-b2f1-7298c5452baa"}]: dispatch 2024-01-21T11:29:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: audit 2024-01-21T11:29:46.489062+0000 mon.smithi069 (mon.0) 266 : audit [INF] from='client.? 172.21.15.69:0/1138184691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "caf2bca0-93b8-44be-b2f1-7298c5452baa"}]': finished 2024-01-21T11:29:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: cluster 2024-01-21T11:29:46.489127+0000 mon.smithi069 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T11:29:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: audit 2024-01-21T11:29:46.489398+0000 mon.smithi069 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: audit 2024-01-21T11:29:46.490105+0000 mon.smithi069 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:47 smithi069 bash[14120]: audit 2024-01-21T11:29:46.666949+0000 mon.smithi118 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.118:0/1934209109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: cluster 2024-01-21T11:29:45.935521+0000 mgr.smithi069.gsebav (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: audit 2024-01-21T11:29:46.480409+0000 mon.smithi069 (mon.0) 265 : audit [INF] from='client.? 172.21.15.69:0/1138184691' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "caf2bca0-93b8-44be-b2f1-7298c5452baa"}]: dispatch 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: audit 2024-01-21T11:29:46.489062+0000 mon.smithi069 (mon.0) 266 : audit [INF] from='client.? 172.21.15.69:0/1138184691' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "caf2bca0-93b8-44be-b2f1-7298c5452baa"}]': finished 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: cluster 2024-01-21T11:29:46.489127+0000 mon.smithi069 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: audit 2024-01-21T11:29:46.489398+0000 mon.smithi069 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: audit 2024-01-21T11:29:46.490105+0000 mon.smithi069 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:47 smithi118 bash[17975]: audit 2024-01-21T11:29:46.666949+0000 mon.smithi118 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.118:0/1934209109' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:49.329 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:49.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:49 smithi069 bash[14120]: cluster 2024-01-21T11:29:47.936033+0000 mgr.smithi069.gsebav (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:49.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:49 smithi069 bash[14120]: audit 2024-01-21T11:29:49.146067+0000 mon.smithi069 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.69:0/2529636352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:49.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:49 smithi118 bash[17975]: cluster 2024-01-21T11:29:47.936033+0000 mgr.smithi069.gsebav (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:49.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:49 smithi118 bash[17975]: audit 2024-01-21T11:29:49.146067+0000 mon.smithi069 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.69:0/2529636352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:50.130 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705836586,"num_remapped_pgs":0} 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.329297+0000 mon.smithi069 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.69:0/444877790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.488240+0000 mon.smithi069 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ebca6655-54a2-41aa-883e-fe67529f5aac"}]: dispatch 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.488294+0000 mon.smithi118 (mon.1) 4 : audit [INF] from='client.? 172.21.15.118:0/3264891472' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ebca6655-54a2-41aa-883e-fe67529f5aac"}]: dispatch 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.494522+0000 mon.smithi069 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ebca6655-54a2-41aa-883e-fe67529f5aac"}]': finished 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: cluster 2024-01-21T11:29:49.494641+0000 mon.smithi069 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.494938+0000 mon.smithi069 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.495985+0000 mon.smithi069 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:50.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:50 smithi118 bash[17975]: audit 2024-01-21T11:29:49.496573+0000 mon.smithi069 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.329297+0000 mon.smithi069 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.69:0/444877790' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.488240+0000 mon.smithi069 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ebca6655-54a2-41aa-883e-fe67529f5aac"}]: dispatch 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.488294+0000 mon.smithi118 (mon.1) 4 : audit [INF] from='client.? 172.21.15.118:0/3264891472' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ebca6655-54a2-41aa-883e-fe67529f5aac"}]: dispatch 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.494522+0000 mon.smithi069 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ebca6655-54a2-41aa-883e-fe67529f5aac"}]': finished 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: cluster 2024-01-21T11:29:49.494641+0000 mon.smithi069 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.494938+0000 mon.smithi069 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.495985+0000 mon.smithi069 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:50 smithi069 bash[14120]: audit 2024-01-21T11:29:49.496573+0000 mon.smithi069 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:51.130 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:51.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:51 smithi118 bash[17975]: cluster 2024-01-21T11:29:49.936426+0000 mgr.smithi069.gsebav (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:51.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:51 smithi118 bash[17975]: audit 2024-01-21T11:29:51.049725+0000 mon.smithi118 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.118:0/3154394092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:51 smithi069 bash[14120]: cluster 2024-01-21T11:29:49.936426+0000 mgr.smithi069.gsebav (mgr.14180) 85 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:51 smithi069 bash[14120]: audit 2024-01-21T11:29:51.049725+0000 mon.smithi118 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.118:0/3154394092' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: audit 2024-01-21T11:29:51.925196+0000 mon.smithi069 (mon.0) 278 : audit [INF] from='client.? 172.21.15.69:0/3824642069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b053e864-e98f-4dbd-af8b-dd2578c1ecff"}]: dispatch 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: audit 2024-01-21T11:29:51.933763+0000 mon.smithi069 (mon.0) 279 : audit [INF] from='client.? 172.21.15.69:0/3824642069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b053e864-e98f-4dbd-af8b-dd2578c1ecff"}]': finished 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: cluster 2024-01-21T11:29:51.933875+0000 mon.smithi069 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: audit 2024-01-21T11:29:51.934127+0000 mon.smithi069 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: audit 2024-01-21T11:29:51.934617+0000 mon.smithi069 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: audit 2024-01-21T11:29:51.934931+0000 mon.smithi069 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:52.414 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:52 smithi069 bash[14120]: audit 2024-01-21T11:29:51.935210+0000 mon.smithi069 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: audit 2024-01-21T11:29:51.925196+0000 mon.smithi069 (mon.0) 278 : audit [INF] from='client.? 172.21.15.69:0/3824642069' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b053e864-e98f-4dbd-af8b-dd2578c1ecff"}]: dispatch 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: audit 2024-01-21T11:29:51.933763+0000 mon.smithi069 (mon.0) 279 : audit [INF] from='client.? 172.21.15.69:0/3824642069' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b053e864-e98f-4dbd-af8b-dd2578c1ecff"}]': finished 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: cluster 2024-01-21T11:29:51.933875+0000 mon.smithi069 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: audit 2024-01-21T11:29:51.934127+0000 mon.smithi069 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: audit 2024-01-21T11:29:51.934617+0000 mon.smithi069 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: audit 2024-01-21T11:29:51.934931+0000 mon.smithi069 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:52 smithi118 bash[17975]: audit 2024-01-21T11:29:51.935210+0000 mon.smithi069 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:53.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:53 smithi118 bash[17975]: cluster 2024-01-21T11:29:51.936718+0000 mgr.smithi069.gsebav (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:53.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:53 smithi069 bash[14120]: cluster 2024-01-21T11:29:51.936718+0000 mgr.smithi069.gsebav (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.864373+0000 mon.smithi069 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "959a182a-6a7e-4d58-908a-4fc191ce4b1b"}]: dispatch 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.864470+0000 mon.smithi118 (mon.1) 6 : audit [INF] from='client.? 172.21.15.118:0/3471469352' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "959a182a-6a7e-4d58-908a-4fc191ce4b1b"}]: dispatch 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.870112+0000 mon.smithi069 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "959a182a-6a7e-4d58-908a-4fc191ce4b1b"}]': finished 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: cluster 2024-01-21T11:29:53.870190+0000 mon.smithi069 (mon.0) 287 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.870485+0000 mon.smithi069 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.870888+0000 mon.smithi069 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.871493+0000 mon.smithi069 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.871886+0000 mon.smithi069 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:54.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:54 smithi118 bash[17975]: audit 2024-01-21T11:29:53.872317+0000 mon.smithi069 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:29:54.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.864373+0000 mon.smithi069 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "959a182a-6a7e-4d58-908a-4fc191ce4b1b"}]: dispatch 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.864470+0000 mon.smithi118 (mon.1) 6 : audit [INF] from='client.? 172.21.15.118:0/3471469352' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "959a182a-6a7e-4d58-908a-4fc191ce4b1b"}]: dispatch 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.870112+0000 mon.smithi069 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "959a182a-6a7e-4d58-908a-4fc191ce4b1b"}]': finished 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: cluster 2024-01-21T11:29:53.870190+0000 mon.smithi069 (mon.0) 287 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.870485+0000 mon.smithi069 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.870888+0000 mon.smithi069 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.871493+0000 mon.smithi069 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.871886+0000 mon.smithi069 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:54 smithi069 bash[14120]: audit 2024-01-21T11:29:53.872317+0000 mon.smithi069 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:29:54.648 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:29:55.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:55 smithi069 bash[14120]: cluster 2024-01-21T11:29:53.937084+0000 mgr.smithi069.gsebav (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:55.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:55 smithi069 bash[14120]: audit 2024-01-21T11:29:54.567569+0000 mon.smithi069 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.69:0/2166391987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:55.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:55 smithi069 bash[14120]: audit 2024-01-21T11:29:54.648269+0000 mon.smithi069 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.69:0/2338830232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:55.464 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1705836593,"num_remapped_pgs":0} 2024-01-21T11:29:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:55 smithi118 bash[17975]: cluster 2024-01-21T11:29:53.937084+0000 mgr.smithi069.gsebav (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:55 smithi118 bash[17975]: audit 2024-01-21T11:29:54.567569+0000 mon.smithi069 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.69:0/2166391987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:55 smithi118 bash[17975]: audit 2024-01-21T11:29:54.648269+0000 mon.smithi069 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.69:0/2338830232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:29:56.466 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:29:56.479 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:56 smithi069 bash[14120]: audit 2024-01-21T11:29:55.406695+0000 mon.smithi118 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.118:0/652850898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:56.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:56 smithi118 bash[17975]: audit 2024-01-21T11:29:55.406695+0000 mon.smithi118 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.118:0/652850898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:29:57.491 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:57 smithi069 bash[14120]: cluster 2024-01-21T11:29:55.937521+0000 mgr.smithi069.gsebav (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:57.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:57 smithi118 bash[17975]: cluster 2024-01-21T11:29:55.937521+0000 mgr.smithi069.gsebav (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:58.472 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.357282+0000 mon.smithi069 (mon.0) 295 : audit [INF] from='client.? 172.21.15.69:0/3872698502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f72c036c-5e6a-4f86-936e-b61c7b2fd5f6"}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.364230+0000 mon.smithi069 (mon.0) 296 : audit [INF] from='client.? 172.21.15.69:0/3872698502' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f72c036c-5e6a-4f86-936e-b61c7b2fd5f6"}]': finished 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: cluster 2024-01-21T11:29:57.364343+0000 mon.smithi069 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.364537+0000 mon.smithi069 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.365032+0000 mon.smithi069 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.365330+0000 mon.smithi069 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.365626+0000 mon.smithi069 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.365932+0000 mon.smithi069 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:57.366225+0000 mon.smithi069 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.190680+0000 mon.smithi118 (mon.1) 8 : audit [INF] from='client.? 172.21.15.118:0/2497745643' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4727cfb1-cf25-45a2-9241-4ca27fd140fc"}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.190706+0000 mon.smithi069 (mon.0) 304 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4727cfb1-cf25-45a2-9241-4ca27fd140fc"}]: dispatch 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.196147+0000 mon.smithi069 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4727cfb1-cf25-45a2-9241-4ca27fd140fc"}]': finished 2024-01-21T11:29:58.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: cluster 2024-01-21T11:29:58.196210+0000 mon.smithi069 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.196446+0000 mon.smithi069 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.197159+0000 mon.smithi069 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.197733+0000 mon.smithi069 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.198274+0000 mon.smithi069 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.198786+0000 mon.smithi069 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.199310+0000 mon.smithi069 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:29:58.474 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:58 smithi118 bash[17975]: audit 2024-01-21T11:29:58.199929+0000 mon.smithi069 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.357282+0000 mon.smithi069 (mon.0) 295 : audit [INF] from='client.? 172.21.15.69:0/3872698502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f72c036c-5e6a-4f86-936e-b61c7b2fd5f6"}]: dispatch 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.364230+0000 mon.smithi069 (mon.0) 296 : audit [INF] from='client.? 172.21.15.69:0/3872698502' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f72c036c-5e6a-4f86-936e-b61c7b2fd5f6"}]': finished 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: cluster 2024-01-21T11:29:57.364343+0000 mon.smithi069 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.364537+0000 mon.smithi069 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.365032+0000 mon.smithi069 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.365330+0000 mon.smithi069 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.365626+0000 mon.smithi069 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.365932+0000 mon.smithi069 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:57.366225+0000 mon.smithi069 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.190680+0000 mon.smithi118 (mon.1) 8 : audit [INF] from='client.? 172.21.15.118:0/2497745643' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4727cfb1-cf25-45a2-9241-4ca27fd140fc"}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.190706+0000 mon.smithi069 (mon.0) 304 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4727cfb1-cf25-45a2-9241-4ca27fd140fc"}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.196147+0000 mon.smithi069 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4727cfb1-cf25-45a2-9241-4ca27fd140fc"}]': finished 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: cluster 2024-01-21T11:29:58.196210+0000 mon.smithi069 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.196446+0000 mon.smithi069 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.197159+0000 mon.smithi069 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.197733+0000 mon.smithi069 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.198274+0000 mon.smithi069 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.198786+0000 mon.smithi069 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.199310+0000 mon.smithi069 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:29:58.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:58 smithi069 bash[14120]: audit 2024-01-21T11:29:58.199929+0000 mon.smithi069 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:29:59.649 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:29:59 smithi069 bash[14120]: cluster 2024-01-21T11:29:57.937924+0000 mgr.smithi069.gsebav (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:29:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:29:59 smithi118 bash[17975]: cluster 2024-01-21T11:29:57.937924+0000 mgr.smithi069.gsebav (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:00.040 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:00.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:00 smithi069 bash[14120]: audit 2024-01-21T11:29:59.798909+0000 mon.smithi118 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.118:0/2129004429' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:30:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:00 smithi069 bash[14120]: audit 2024-01-21T11:29:59.849410+0000 mon.smithi069 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.69:0/1738760412' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:30:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:00 smithi069 bash[14120]: cluster 2024-01-21T11:30:00.000123+0000 mon.smithi069 (mon.0) 315 : cluster [INF] overall HEALTH_OK 2024-01-21T11:30:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:00 smithi069 bash[14120]: audit 2024-01-21T11:30:00.040121+0000 mon.smithi069 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.69:0/2796105751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:00 smithi118 bash[17975]: audit 2024-01-21T11:29:59.798909+0000 mon.smithi118 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.118:0/2129004429' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:30:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:00 smithi118 bash[17975]: audit 2024-01-21T11:29:59.849410+0000 mon.smithi069 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.69:0/1738760412' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:30:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:00 smithi118 bash[17975]: cluster 2024-01-21T11:30:00.000123+0000 mon.smithi069 (mon.0) 315 : cluster [INF] overall HEALTH_OK 2024-01-21T11:30:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:00 smithi118 bash[17975]: audit 2024-01-21T11:30:00.040121+0000 mon.smithi069 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.69:0/2796105751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:00.861 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705836598,"num_remapped_pgs":0} 2024-01-21T11:30:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:01 smithi118 bash[17975]: cluster 2024-01-21T11:29:59.938246+0000 mgr.smithi069.gsebav (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:01.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:01 smithi069 bash[14120]: cluster 2024-01-21T11:29:59.938246+0000 mgr.smithi069.gsebav (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:01.862 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:02.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:02 smithi118 bash[17975]: cluster 2024-01-21T11:30:01.938646+0000 mgr.smithi069.gsebav (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:02 smithi069 bash[14120]: cluster 2024-01-21T11:30:01.938646+0000 mgr.smithi069.gsebav (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:03.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.629168+0000 mon.smithi069 (mon.0) 317 : audit [INF] from='client.? 172.21.15.69:0/1344846049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef5463b-44f6-43cc-bb09-0ddcd33cac00"}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.636429+0000 mon.smithi069 (mon.0) 318 : audit [INF] from='client.? 172.21.15.69:0/1344846049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ef5463b-44f6-43cc-bb09-0ddcd33cac00"}]': finished 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: cluster 2024-01-21T11:30:02.636532+0000 mon.smithi069 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.636868+0000 mon.smithi069 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.637557+0000 mon.smithi069 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.637911+0000 mon.smithi069 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.638160+0000 mon.smithi069 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.638510+0000 mon.smithi069 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.638814+0000 mon.smithi069 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.639093+0000 mon.smithi069 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:03.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:03 smithi069 bash[14120]: audit 2024-01-21T11:30:02.639423+0000 mon.smithi069 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.629168+0000 mon.smithi069 (mon.0) 317 : audit [INF] from='client.? 172.21.15.69:0/1344846049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ef5463b-44f6-43cc-bb09-0ddcd33cac00"}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.636429+0000 mon.smithi069 (mon.0) 318 : audit [INF] from='client.? 172.21.15.69:0/1344846049' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ef5463b-44f6-43cc-bb09-0ddcd33cac00"}]': finished 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: cluster 2024-01-21T11:30:02.636532+0000 mon.smithi069 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.636868+0000 mon.smithi069 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.637557+0000 mon.smithi069 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.637911+0000 mon.smithi069 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.638160+0000 mon.smithi069 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.638510+0000 mon.smithi069 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.638814+0000 mon.smithi069 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.639093+0000 mon.smithi069 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:03 smithi118 bash[17975]: audit 2024-01-21T11:30:02.639423+0000 mon.smithi069 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:04 smithi118 bash[17975]: cluster 2024-01-21T11:30:03.939017+0000 mgr.smithi069.gsebav (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:04 smithi069 bash[14120]: cluster 2024-01-21T11:30:03.939017+0000 mgr.smithi069.gsebav (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:05.609 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:05 smithi118 bash[17975]: audit 2024-01-21T11:30:05.495960+0000 mon.smithi069 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.69:0/1992898704' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:30:05.823 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:05 smithi069 bash[14120]: audit 2024-01-21T11:30:05.495960+0000 mon.smithi069 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.69:0/1992898704' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:30:06.319 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:06 smithi069 bash[14120]: audit 2024-01-21T11:30:05.609781+0000 mon.smithi069 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.69:0/3690929873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:06 smithi069 bash[14120]: cluster 2024-01-21T11:30:05.939390+0000 mgr.smithi069.gsebav (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:06 smithi118 bash[17975]: audit 2024-01-21T11:30:05.609781+0000 mon.smithi069 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.69:0/3690929873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:06 smithi118 bash[17975]: cluster 2024-01-21T11:30:05.939390+0000 mgr.smithi069.gsebav (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:07.320 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:09.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:09 smithi118 bash[17975]: cluster 2024-01-21T11:30:07.939865+0000 mgr.smithi069.gsebav (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:09.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:09 smithi069 bash[14120]: cluster 2024-01-21T11:30:07.939865+0000 mgr.smithi069.gsebav (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:11.139 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:11.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:11 smithi118 bash[17975]: cluster 2024-01-21T11:30:09.940266+0000 mgr.smithi069.gsebav (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:11.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:11 smithi118 bash[17975]: audit 2024-01-21T11:30:11.139913+0000 mon.smithi069 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.69:0/3126077023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:11 smithi069 bash[14120]: cluster 2024-01-21T11:30:09.940266+0000 mgr.smithi069.gsebav (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:11 smithi069 bash[14120]: audit 2024-01-21T11:30:11.139913+0000 mon.smithi069 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.69:0/3126077023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:11.897 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:12.461 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:12 smithi118 bash[17975]: audit 2024-01-21T11:30:11.514202+0000 mon.smithi069 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T11:30:12.462 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:12 smithi118 bash[17975]: audit 2024-01-21T11:30:11.515494+0000 mon.smithi069 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:12 smithi069 bash[14120]: audit 2024-01-21T11:30:11.514202+0000 mon.smithi069 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T11:30:12.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:12 smithi069 bash[14120]: audit 2024-01-21T11:30:11.515494+0000 mon.smithi069 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:12.897 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:13.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:13 smithi069 bash[14120]: cephadm 2024-01-21T11:30:11.516487+0000 mgr.smithi069.gsebav (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-21T11:30:13.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:13 smithi069 bash[14120]: cluster 2024-01-21T11:30:11.940752+0000 mgr.smithi069.gsebav (mgr.14180) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:13.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:13 smithi118 bash[17975]: cephadm 2024-01-21T11:30:11.516487+0000 mgr.smithi069.gsebav (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-21T11:30:13.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:13 smithi118 bash[17975]: cluster 2024-01-21T11:30:11.940752+0000 mgr.smithi069.gsebav (mgr.14180) 97 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:15.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:15 smithi118 bash[17975]: cluster 2024-01-21T11:30:13.941216+0000 mgr.smithi069.gsebav (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:15.671 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:15 smithi069 bash[14120]: cluster 2024-01-21T11:30:13.941216+0000 mgr.smithi069.gsebav (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:16.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:16 smithi069 bash[14120]: audit 2024-01-21T11:30:15.456905+0000 mon.smithi069 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:16.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:16 smithi069 bash[14120]: audit 2024-01-21T11:30:15.458014+0000 mon.smithi069 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T11:30:16.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:16 smithi069 bash[14120]: audit 2024-01-21T11:30:15.458896+0000 mon.smithi069 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:16.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:16 smithi069 bash[14120]: cephadm 2024-01-21T11:30:15.459691+0000 mgr.smithi069.gsebav (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-21T11:30:16.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:16 smithi069 bash[14120]: cluster 2024-01-21T11:30:15.941508+0000 mgr.smithi069.gsebav (mgr.14180) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:16.729 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:16.795 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:16 smithi118 bash[17975]: audit 2024-01-21T11:30:15.456905+0000 mon.smithi069 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:16.795 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:16 smithi118 bash[17975]: audit 2024-01-21T11:30:15.458014+0000 mon.smithi069 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T11:30:16.795 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:16 smithi118 bash[17975]: audit 2024-01-21T11:30:15.458896+0000 mon.smithi069 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:16.795 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:16 smithi118 bash[17975]: cephadm 2024-01-21T11:30:15.459691+0000 mgr.smithi069.gsebav (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-21T11:30:16.795 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:16 smithi118 bash[17975]: cluster 2024-01-21T11:30:15.941508+0000 mgr.smithi069.gsebav (mgr.14180) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:17 smithi069 bash[14120]: audit 2024-01-21T11:30:16.730191+0000 mon.smithi069 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.69:0/2653174213' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:17.822 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:17 smithi118 bash[17975]: audit 2024-01-21T11:30:16.730191+0000 mon.smithi069 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.69:0/2653174213' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:18.071 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:19.072 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:19.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:19 smithi069 bash[14120]: cluster 2024-01-21T11:30:17.941863+0000 mgr.smithi069.gsebav (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:19.403 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:19 smithi118 bash[17975]: cluster 2024-01-21T11:30:17.941863+0000 mgr.smithi069.gsebav (mgr.14180) 101 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:20.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:20 smithi118 bash[17975]: audit 2024-01-21T11:30:20.072324+0000 mon.smithi069 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T11:30:20.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:20 smithi118 bash[17975]: audit 2024-01-21T11:30:20.073518+0000 mon.smithi069 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:20.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:20 smithi069 bash[14120]: audit 2024-01-21T11:30:20.072324+0000 mon.smithi069 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T11:30:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:20 smithi069 bash[14120]: audit 2024-01-21T11:30:20.073518+0000 mon.smithi069 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:21 smithi118 bash[17975]: cluster 2024-01-21T11:30:19.942299+0000 mgr.smithi069.gsebav (mgr.14180) 102 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:21 smithi118 bash[17975]: cephadm 2024-01-21T11:30:20.074502+0000 mgr.smithi069.gsebav (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-01-21T11:30:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:21 smithi118 bash[17975]: audit 2024-01-21T11:30:20.670383+0000 mon.smithi069 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:21 smithi118 bash[17975]: audit 2024-01-21T11:30:20.671860+0000 mon.smithi069 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T11:30:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:21 smithi118 bash[17975]: audit 2024-01-21T11:30:20.672734+0000 mon.smithi069 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:21 smithi069 bash[14120]: cluster 2024-01-21T11:30:19.942299+0000 mgr.smithi069.gsebav (mgr.14180) 102 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:21 smithi069 bash[14120]: cephadm 2024-01-21T11:30:20.074502+0000 mgr.smithi069.gsebav (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.1 on smithi069 2024-01-21T11:30:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:21 smithi069 bash[14120]: audit 2024-01-21T11:30:20.670383+0000 mon.smithi069 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:21 smithi069 bash[14120]: audit 2024-01-21T11:30:20.671860+0000 mon.smithi069 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T11:30:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:21 smithi069 bash[14120]: audit 2024-01-21T11:30:20.672734+0000 mon.smithi069 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:22.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:22 smithi118 bash[17975]: cephadm 2024-01-21T11:30:20.673558+0000 mgr.smithi069.gsebav (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.4 on smithi118 2024-01-21T11:30:22.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:22 smithi069 bash[14120]: cephadm 2024-01-21T11:30:20.673558+0000 mgr.smithi069.gsebav (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.4 on smithi118 2024-01-21T11:30:23.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:23 smithi118 bash[17975]: cluster 2024-01-21T11:30:21.942699+0000 mgr.smithi069.gsebav (mgr.14180) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:23.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:23 smithi118 bash[17975]: audit 2024-01-21T11:30:23.118932+0000 mon.smithi118 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.118:6800/1522220135,v1:172.21.15.118:6801/1522220135]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:30:23.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:23 smithi118 bash[17975]: audit 2024-01-21T11:30:23.119091+0000 mon.smithi069 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:30:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:23 smithi069 bash[14120]: cluster 2024-01-21T11:30:21.942699+0000 mgr.smithi069.gsebav (mgr.14180) 105 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:23.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:23 smithi069 bash[14120]: audit 2024-01-21T11:30:23.118932+0000 mon.smithi118 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.118:6800/1522220135,v1:172.21.15.118:6801/1522220135]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:30:23.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:23 smithi069 bash[14120]: audit 2024-01-21T11:30:23.119091+0000 mon.smithi069 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:30:23.747 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.188237+0000 mon.smithi069 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: cluster 2024-01-21T11:30:23.188353+0000 mon.smithi069 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.188578+0000 mon.smithi069 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.189226+0000 mon.smithi069 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.189588+0000 mon.smithi069 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.189976+0000 mon.smithi118 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.118:6800/1522220135,v1:172.21.15.118:6801/1522220135]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.190076+0000 mon.smithi069 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.190589+0000 mon.smithi069 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.191086+0000 mon.smithi069 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:24.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.191449+0000 mon.smithi069 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:24.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.191798+0000 mon.smithi069 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:24.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.192161+0000 mon.smithi069 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:24.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:24 smithi118 bash[17975]: audit 2024-01-21T11:30:23.748278+0000 mon.smithi069 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.69:0/2368269598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.188237+0000 mon.smithi069 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: cluster 2024-01-21T11:30:23.188353+0000 mon.smithi069 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.188578+0000 mon.smithi069 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.189226+0000 mon.smithi069 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.189588+0000 mon.smithi069 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.189976+0000 mon.smithi118 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.118:6800/1522220135,v1:172.21.15.118:6801/1522220135]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.190076+0000 mon.smithi069 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.190589+0000 mon.smithi069 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.191086+0000 mon.smithi069 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.191449+0000 mon.smithi069 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.191798+0000 mon.smithi069 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.192161+0000 mon.smithi069 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:24 smithi069 bash[14120]: audit 2024-01-21T11:30:23.748278+0000 mon.smithi069 (mon.0) 354 : audit [DBG] from='client.? 172.21.15.69:0/2368269598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:24.921 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:25.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: cluster 2024-01-21T11:30:23.943134+0000 mgr.smithi069.gsebav (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:25.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.192500+0000 mon.smithi069 (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=smithi118", "root=default"]}]': finished 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: cluster 2024-01-21T11:30:24.192710+0000 mon.smithi069 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.193470+0000 mon.smithi069 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.194116+0000 mon.smithi069 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.194485+0000 mon.smithi069 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.195064+0000 mon.smithi069 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.199161+0000 mon.smithi069 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.199420+0000 mon.smithi069 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.199706+0000 mon.smithi069 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.200032+0000 mon.smithi069 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:25.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:25 smithi118 bash[17975]: audit 2024-01-21T11:30:24.200313+0000 mon.smithi069 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: cluster 2024-01-21T11:30:23.943134+0000 mgr.smithi069.gsebav (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.192500+0000 mon.smithi069 (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=smithi118", "root=default"]}]': finished 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: cluster 2024-01-21T11:30:24.192710+0000 mon.smithi069 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.193470+0000 mon.smithi069 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.194116+0000 mon.smithi069 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.194485+0000 mon.smithi069 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.195064+0000 mon.smithi069 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.199161+0000 mon.smithi069 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.199420+0000 mon.smithi069 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.199706+0000 mon.smithi069 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.200032+0000 mon.smithi069 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:25.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:25 smithi069 bash[14120]: audit 2024-01-21T11:30:24.200313+0000 mon.smithi069 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:25.921 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: cluster 2024-01-21T11:30:24.121160+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: cluster 2024-01-21T11:30:24.121215+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: cluster 2024-01-21T11:30:25.202144+0000 mon.smithi069 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.118:6800/1522220135,v1:172.21.15.118:6801/1522220135] boot 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: cluster 2024-01-21T11:30:25.202218+0000 mon.smithi069 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.202710+0000 mon.smithi069 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.203200+0000 mon.smithi069 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.203473+0000 mon.smithi069 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.207244+0000 mon.smithi069 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.207495+0000 mon.smithi069 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:26.446 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.207731+0000 mon.smithi069 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:26.447 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.207998+0000 mon.smithi069 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:26.447 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:26 smithi118 bash[17975]: audit 2024-01-21T11:30:25.208215+0000 mon.smithi069 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: cluster 2024-01-21T11:30:24.121160+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: cluster 2024-01-21T11:30:24.121215+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: cluster 2024-01-21T11:30:25.202144+0000 mon.smithi069 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.118:6800/1522220135,v1:172.21.15.118:6801/1522220135] boot 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: cluster 2024-01-21T11:30:25.202218+0000 mon.smithi069 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.202710+0000 mon.smithi069 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.203200+0000 mon.smithi069 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.203473+0000 mon.smithi069 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.207244+0000 mon.smithi069 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.207495+0000 mon.smithi069 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:26.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.207731+0000 mon.smithi069 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:26.540 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.207998+0000 mon.smithi069 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:26.540 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:26 smithi069 bash[14120]: audit 2024-01-21T11:30:25.208215+0000 mon.smithi069 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: cluster 2024-01-21T11:30:25.943463+0000 mgr.smithi069.gsebav (mgr.14180) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: cluster 2024-01-21T11:30:26.215588+0000 mon.smithi069 (mon.0) 376 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.215746+0000 mon.smithi069 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.216207+0000 mon.smithi069 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.216572+0000 mon.smithi069 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.216984+0000 mon.smithi069 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.217269+0000 mon.smithi069 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.217575+0000 mon.smithi069 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.217879+0000 mon.smithi069 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.417692+0000 mon.smithi069 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.418868+0000 mon.smithi069 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.420004+0000 mon.smithi069 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.572006+0000 mon.smithi069 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.572991+0000 mon.smithi069 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T11:30:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:27 smithi118 bash[17975]: audit 2024-01-21T11:30:26.573868+0000 mon.smithi069 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: cluster 2024-01-21T11:30:25.943463+0000 mgr.smithi069.gsebav (mgr.14180) 107 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: cluster 2024-01-21T11:30:26.215588+0000 mon.smithi069 (mon.0) 376 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.215746+0000 mon.smithi069 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.216207+0000 mon.smithi069 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.216572+0000 mon.smithi069 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.216984+0000 mon.smithi069 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.217269+0000 mon.smithi069 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.217575+0000 mon.smithi069 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.217879+0000 mon.smithi069 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.417692+0000 mon.smithi069 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.418868+0000 mon.smithi069 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.420004+0000 mon.smithi069 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.572006+0000 mon.smithi069 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:27.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.572991+0000 mon.smithi069 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T11:30:27.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:27 smithi069 bash[14120]: audit 2024-01-21T11:30:26.573868+0000 mon.smithi069 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:28.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:28 smithi118 bash[17975]: cephadm 2024-01-21T11:30:26.420958+0000 mgr.smithi069.gsebav (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.6 on smithi118 2024-01-21T11:30:28.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:28 smithi118 bash[17975]: cephadm 2024-01-21T11:30:26.574645+0000 mgr.smithi069.gsebav (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.3 on smithi069 2024-01-21T11:30:28.432 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:28 smithi069 bash[14120]: cephadm 2024-01-21T11:30:26.420958+0000 mgr.smithi069.gsebav (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.6 on smithi118 2024-01-21T11:30:28.432 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:28 smithi069 bash[14120]: cephadm 2024-01-21T11:30:26.574645+0000 mgr.smithi069.gsebav (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.3 on smithi069 2024-01-21T11:30:29.377 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:29 smithi069 bash[14120]: cluster 2024-01-21T11:30:27.943923+0000 mgr.smithi069.gsebav (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:30:29.377 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:29 smithi069 bash[14120]: audit 2024-01-21T11:30:28.791336+0000 mon.smithi069 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:30:29.377 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:29 smithi069 bash[14120]: audit 2024-01-21T11:30:28.791551+0000 mon.smithi118 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.118:6808/3631537435,v1:172.21.15.118:6809/3631537435]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:30:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:29 smithi118 bash[17975]: cluster 2024-01-21T11:30:27.943923+0000 mgr.smithi069.gsebav (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:30:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:29 smithi118 bash[17975]: audit 2024-01-21T11:30:28.791336+0000 mon.smithi069 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:30:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:29 smithi118 bash[17975]: audit 2024-01-21T11:30:28.791551+0000 mon.smithi118 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.118:6808/3631537435,v1:172.21.15.118:6809/3631537435]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.225994+0000 mon.smithi069 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: cluster 2024-01-21T11:30:29.226050+0000 mon.smithi069 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.226418+0000 mon.smithi069 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.226657+0000 mon.smithi069 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.226793+0000 mon.smithi069 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.226921+0000 mon.smithi069 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.227074+0000 mon.smithi069 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.227235+0000 mon.smithi069 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:30.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.227378+0000 mon.smithi069 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:30.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.229992+0000 mon.smithi118 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.118:6808/3631537435,v1:172.21.15.118:6809/3631537435]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:30.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:30 smithi118 bash[17975]: audit 2024-01-21T11:30:29.234398+0000 mon.smithi069 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.225994+0000 mon.smithi069 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: cluster 2024-01-21T11:30:29.226050+0000 mon.smithi069 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.226418+0000 mon.smithi069 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.226657+0000 mon.smithi069 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.226793+0000 mon.smithi069 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.226921+0000 mon.smithi069 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.227074+0000 mon.smithi069 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:30.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.227235+0000 mon.smithi069 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:30.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.227378+0000 mon.smithi069 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:30.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.229992+0000 mon.smithi118 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.118:6808/3631537435,v1:172.21.15.118:6809/3631537435]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:30.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:30 smithi069 bash[14120]: audit 2024-01-21T11:30:29.234398+0000 mon.smithi069 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:31.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: cluster 2024-01-21T11:30:29.944282+0000 mgr.smithi069.gsebav (mgr.14180) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:30:31.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.236539+0000 mon.smithi069 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T11:30:31.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: cluster 2024-01-21T11:30:30.236702+0000 mon.smithi069 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T11:30:31.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.237360+0000 mon.smithi069 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:31.513 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.237940+0000 mon.smithi069 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:31.514 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.238340+0000 mon.smithi069 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:31.514 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.238717+0000 mon.smithi069 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:31.514 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.243143+0000 mon.smithi069 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:31.514 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.243515+0000 mon.smithi069 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:31.514 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.243927+0000 mon.smithi069 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:31.514 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:31 smithi118 bash[17975]: audit 2024-01-21T11:30:30.244358+0000 mon.smithi069 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: cluster 2024-01-21T11:30:29.944282+0000 mgr.smithi069.gsebav (mgr.14180) 111 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.236539+0000 mon.smithi069 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: cluster 2024-01-21T11:30:30.236702+0000 mon.smithi069 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.237360+0000 mon.smithi069 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.237940+0000 mon.smithi069 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.238340+0000 mon.smithi069 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.238717+0000 mon.smithi069 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.243143+0000 mon.smithi069 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.243515+0000 mon.smithi069 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.243927+0000 mon.smithi069 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:31.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:31 smithi069 bash[14120]: audit 2024-01-21T11:30:30.244358+0000 mon.smithi069 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: cluster 2024-01-21T11:30:29.838757+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: cluster 2024-01-21T11:30:29.838850+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: cluster 2024-01-21T11:30:31.243972+0000 mon.smithi069 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.118:6808/3631537435,v1:172.21.15.118:6809/3631537435] boot 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: cluster 2024-01-21T11:30:31.244011+0000 mon.smithi069 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.244530+0000 mon.smithi069 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.245376+0000 mon.smithi069 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.249418+0000 mon.smithi069 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:32.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.249731+0000 mon.smithi069 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:32.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.250031+0000 mon.smithi069 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:32.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.250363+0000 mon.smithi069 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:32.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:31.250653+0000 mon.smithi069 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:32.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:32 smithi118 bash[17975]: audit 2024-01-21T11:30:32.047317+0000 mon.smithi069 (mon.0) 420 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:32.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: cluster 2024-01-21T11:30:29.838757+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:32.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: cluster 2024-01-21T11:30:29.838850+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:32.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: cluster 2024-01-21T11:30:31.243972+0000 mon.smithi069 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.118:6808/3631537435,v1:172.21.15.118:6809/3631537435] boot 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: cluster 2024-01-21T11:30:31.244011+0000 mon.smithi069 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.244530+0000 mon.smithi069 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.245376+0000 mon.smithi069 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.249418+0000 mon.smithi069 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.249731+0000 mon.smithi069 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.250031+0000 mon.smithi069 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.250363+0000 mon.smithi069 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:31.250653+0000 mon.smithi069 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:32.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:32 smithi069 bash[14120]: audit 2024-01-21T11:30:32.047317+0000 mon.smithi069 (mon.0) 420 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:32.423 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: cluster 2024-01-21T11:30:31.944658+0000 mgr.smithi069.gsebav (mgr.14180) 112 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: cluster 2024-01-21T11:30:32.256634+0000 mon.smithi069 (mon.0) 421 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.256827+0000 mon.smithi069 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.257460+0000 mon.smithi069 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.257676+0000 mon.smithi069 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.257839+0000 mon.smithi069 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.258004+0000 mon.smithi069 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.258275+0000 mon.smithi069 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:33 smithi118 bash[17975]: audit 2024-01-21T11:30:32.424364+0000 mon.smithi118 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.69:0/1861985379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:33.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: cluster 2024-01-21T11:30:31.944658+0000 mgr.smithi069.gsebav (mgr.14180) 112 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: cluster 2024-01-21T11:30:32.256634+0000 mon.smithi069 (mon.0) 421 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.256827+0000 mon.smithi069 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.257460+0000 mon.smithi069 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.257676+0000 mon.smithi069 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.257839+0000 mon.smithi069 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.258004+0000 mon.smithi069 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.258275+0000 mon.smithi069 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:33.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:33 smithi069 bash[14120]: audit 2024-01-21T11:30:32.424364+0000 mon.smithi118 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.69:0/1861985379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:33.835 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1705836631,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:34.836 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:35.451 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: cluster 2024-01-21T11:30:33.945158+0000 mgr.smithi069.gsebav (mgr.14180) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:30:35.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: audit 2024-01-21T11:30:34.369837+0000 mon.smithi069 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:35.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: audit 2024-01-21T11:30:34.371031+0000 mon.smithi069 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T11:30:35.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: audit 2024-01-21T11:30:34.372208+0000 mon.smithi069 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:35.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: cephadm 2024-01-21T11:30:34.373047+0000 mgr.smithi069.gsebav (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.5 on smithi069 2024-01-21T11:30:35.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: audit 2024-01-21T11:30:35.206820+0000 mon.smithi069 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:30:35.452 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:35 smithi118 bash[17975]: audit 2024-01-21T11:30:35.206855+0000 mon.smithi118 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.118:6816/4024373550,v1:172.21.15.118:6817/4024373550]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:30:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: cluster 2024-01-21T11:30:33.945158+0000 mgr.smithi069.gsebav (mgr.14180) 113 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:30:35.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: audit 2024-01-21T11:30:34.369837+0000 mon.smithi069 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:35.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: audit 2024-01-21T11:30:34.371031+0000 mon.smithi069 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T11:30:35.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: audit 2024-01-21T11:30:34.372208+0000 mon.smithi069 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:35.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: cephadm 2024-01-21T11:30:34.373047+0000 mgr.smithi069.gsebav (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.5 on smithi069 2024-01-21T11:30:35.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: audit 2024-01-21T11:30:35.206820+0000 mon.smithi069 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:30:35.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:35 smithi069 bash[14120]: audit 2024-01-21T11:30:35.206855+0000 mon.smithi118 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.118:6816/4024373550,v1:172.21.15.118:6817/4024373550]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:30:36.637 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.376917+0000 mon.smithi069 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T11:30:36.637 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: cluster 2024-01-21T11:30:35.376977+0000 mon.smithi069 (mon.0) 433 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-21T11:30:36.637 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.377102+0000 mon.smithi069 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:36.637 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.377444+0000 mon.smithi069 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:36.637 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.377636+0000 mon.smithi069 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:36.637 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.377808+0000 mon.smithi069 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:36.638 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.377973+0000 mon.smithi069 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:36.638 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.378171+0000 mon.smithi069 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:36.638 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.378417+0000 mon.smithi069 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:36.638 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:35.378692+0000 mon.smithi118 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.118:6816/4024373550,v1:172.21.15.118:6817/4024373550]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:36.638 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: cluster 2024-01-21T11:30:35.945686+0000 mgr.smithi069.gsebav (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:30:36.638 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:36 smithi069 bash[14120]: audit 2024-01-21T11:30:36.102707+0000 mon.smithi069 (mon.0) 441 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.376917+0000 mon.smithi069 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: cluster 2024-01-21T11:30:35.376977+0000 mon.smithi069 (mon.0) 433 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.377102+0000 mon.smithi069 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.377444+0000 mon.smithi069 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.377636+0000 mon.smithi069 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.377808+0000 mon.smithi069 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.377973+0000 mon.smithi069 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:36.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.378171+0000 mon.smithi069 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:36.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.378417+0000 mon.smithi069 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:36.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:35.378692+0000 mon.smithi118 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.118:6816/4024373550,v1:172.21.15.118:6817/4024373550]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:36.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: cluster 2024-01-21T11:30:35.945686+0000 mgr.smithi069.gsebav (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:30:36.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:36 smithi118 bash[17975]: audit 2024-01-21T11:30:36.102707+0000 mon.smithi069 (mon.0) 441 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.378653+0000 mon.smithi069 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.378756+0000 mon.smithi069 (mon.0) 443 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: cluster 2024-01-21T11:30:36.378831+0000 mon.smithi069 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.379363+0000 mon.smithi069 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.380190+0000 mon.smithi069 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.380630+0000 mon.smithi069 (mon.0) 447 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.381090+0000 mon.smithi069 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:37.710 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.381552+0000 mon.smithi069 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.381923+0000 mon.smithi069 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.382421+0000 mon.smithi069 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:36.388575+0000 mon.smithi069 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:37.381671+0000 mon.smithi069 (mon.0) 453 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: cluster 2024-01-21T11:30:37.381738+0000 mon.smithi069 (mon.0) 454 : cluster [INF] osd.4 [v2:172.21.15.118:6816/4024373550,v1:172.21.15.118:6817/4024373550] boot 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: cluster 2024-01-21T11:30:37.381768+0000 mon.smithi069 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:37.381894+0000 mon.smithi069 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:37.711 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:37 smithi069 bash[14120]: audit 2024-01-21T11:30:37.382277+0000 mon.smithi069 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.378653+0000 mon.smithi069 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T11:30:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.378756+0000 mon.smithi069 (mon.0) 443 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: cluster 2024-01-21T11:30:36.378831+0000 mon.smithi069 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.379363+0000 mon.smithi069 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.380190+0000 mon.smithi069 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.380630+0000 mon.smithi069 (mon.0) 447 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.381090+0000 mon.smithi069 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.381552+0000 mon.smithi069 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.381923+0000 mon.smithi069 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.382421+0000 mon.smithi069 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:36.388575+0000 mon.smithi069 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:37.381671+0000 mon.smithi069 (mon.0) 453 : audit [INF] from='osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: cluster 2024-01-21T11:30:37.381738+0000 mon.smithi069 (mon.0) 454 : cluster [INF] osd.4 [v2:172.21.15.118:6816/4024373550,v1:172.21.15.118:6817/4024373550] boot 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: cluster 2024-01-21T11:30:37.381768+0000 mon.smithi069 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T11:30:37.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:37.381894+0000 mon.smithi069 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:37.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:37 smithi118 bash[17975]: audit 2024-01-21T11:30:37.382277+0000 mon.smithi069 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:38.473 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: cluster 2024-01-21T11:30:36.248139+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:38.473 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: cluster 2024-01-21T11:30:36.248222+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:38.473 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: audit 2024-01-21T11:30:37.382576+0000 mon.smithi069 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:38.473 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: audit 2024-01-21T11:30:37.383741+0000 mon.smithi069 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:38.474 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: audit 2024-01-21T11:30:37.384083+0000 mon.smithi069 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:38.474 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: audit 2024-01-21T11:30:37.388790+0000 mon.smithi069 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:38.474 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: audit 2024-01-21T11:30:37.389264+0000 mon.smithi069 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T11:30:38.474 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: audit 2024-01-21T11:30:37.825401+0000 mon.smithi069 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:38.474 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:38 smithi069 bash[14120]: cluster 2024-01-21T11:30:37.946059+0000 mgr.smithi069.gsebav (mgr.14180) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: cluster 2024-01-21T11:30:36.248139+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: cluster 2024-01-21T11:30:36.248222+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: audit 2024-01-21T11:30:37.382576+0000 mon.smithi069 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: audit 2024-01-21T11:30:37.383741+0000 mon.smithi069 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: audit 2024-01-21T11:30:37.384083+0000 mon.smithi069 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: audit 2024-01-21T11:30:37.388790+0000 mon.smithi069 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: audit 2024-01-21T11:30:37.389264+0000 mon.smithi069 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T11:30:38.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: audit 2024-01-21T11:30:37.825401+0000 mon.smithi069 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:38.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:38 smithi118 bash[17975]: cluster 2024-01-21T11:30:37.946059+0000 mgr.smithi069.gsebav (mgr.14180) 116 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: cluster 2024-01-21T11:30:37.086828+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: cluster 2024-01-21T11:30:37.086942+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.388860+0000 mon.smithi069 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.393351+0000 mon.smithi069 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: cluster 2024-01-21T11:30:38.393432+0000 mon.smithi069 (mon.0) 466 : cluster [INF] osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115] boot 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: cluster 2024-01-21T11:30:38.393455+0000 mon.smithi069 (mon.0) 467 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.394020+0000 mon.smithi069 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.394329+0000 mon.smithi069 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.394752+0000 mon.smithi069 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.395013+0000 mon.smithi069 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.395286+0000 mon.smithi069 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:38.396057+0000 mon.smithi069 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T11:30:39.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:39.079586+0000 mon.smithi069 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:30:39.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:39 smithi069 bash[14120]: audit 2024-01-21T11:30:39.079608+0000 mon.smithi118 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.118:6824/3132132300,v1:172.21.15.118:6825/3132132300]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:30:39.766 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: cluster 2024-01-21T11:30:37.086828+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: cluster 2024-01-21T11:30:37.086942+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.388860+0000 mon.smithi069 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.393351+0000 mon.smithi069 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: cluster 2024-01-21T11:30:38.393432+0000 mon.smithi069 (mon.0) 466 : cluster [INF] osd.1 [v2:172.21.15.69:6802/440882115,v1:172.21.15.69:6803/440882115] boot 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: cluster 2024-01-21T11:30:38.393455+0000 mon.smithi069 (mon.0) 467 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.394020+0000 mon.smithi069 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.394329+0000 mon.smithi069 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.394752+0000 mon.smithi069 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.395013+0000 mon.smithi069 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.395286+0000 mon.smithi069 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:38.396057+0000 mon.smithi069 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T11:30:39.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:39.079586+0000 mon.smithi069 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:30:39.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:39 smithi118 bash[17975]: audit 2024-01-21T11:30:39.079608+0000 mon.smithi118 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.118:6824/3132132300,v1:172.21.15.118:6825/3132132300]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:30:40.666 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.404241+0000 mon.smithi069 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T11:30:40.666 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.404295+0000 mon.smithi069 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T11:30:40.666 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: cluster 2024-01-21T11:30:39.404371+0000 mon.smithi069 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T11:30:40.666 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.404575+0000 mon.smithi069 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:40.666 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.405136+0000 mon.smithi069 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:40.666 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.405421+0000 mon.smithi069 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:40.667 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.405818+0000 mon.smithi069 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:40.667 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.405930+0000 mon.smithi118 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.118:6824/3132132300,v1:172.21.15.118:6825/3132132300]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:40.667 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: audit 2024-01-21T11:30:39.406197+0000 mon.smithi069 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:40.667 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:40 smithi069 bash[14120]: cluster 2024-01-21T11:30:39.946556+0000 mgr.smithi069.gsebav (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T11:30:40.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.404241+0000 mon.smithi069 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T11:30:40.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.404295+0000 mon.smithi069 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T11:30:40.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: cluster 2024-01-21T11:30:39.404371+0000 mon.smithi069 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T11:30:40.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.404575+0000 mon.smithi069 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:40.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.405136+0000 mon.smithi069 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:40.745 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.405421+0000 mon.smithi069 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:40.746 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.405818+0000 mon.smithi069 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:40.746 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.405930+0000 mon.smithi118 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.118:6824/3132132300,v1:172.21.15.118:6825/3132132300]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:40.746 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: audit 2024-01-21T11:30:39.406197+0000 mon.smithi069 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-21T11:30:40.746 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:40 smithi118 bash[17975]: cluster 2024-01-21T11:30:39.946556+0000 mgr.smithi069.gsebav (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T11:30:41.056 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:41.787 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:40.404320+0000 mon.smithi069 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: cluster 2024-01-21T11:30:40.404457+0000 mon.smithi069 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:40.404953+0000 mon.smithi069 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:40.405359+0000 mon.smithi069 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:40.405563+0000 mon.smithi069 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:40.405826+0000 mon.smithi069 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:40.412628+0000 mon.smithi069 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:41.057023+0000 mon.smithi069 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.69:0/1695501498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:41.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:41 smithi069 bash[14120]: audit 2024-01-21T11:30:41.242063+0000 mon.smithi069 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:40.404320+0000 mon.smithi069 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: cluster 2024-01-21T11:30:40.404457+0000 mon.smithi069 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:40.404953+0000 mon.smithi069 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:40.405359+0000 mon.smithi069 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:40.405563+0000 mon.smithi069 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:40.405826+0000 mon.smithi069 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:40.412628+0000 mon.smithi069 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:41.057023+0000 mon.smithi069 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.69:0/1695501498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:41 smithi118 bash[17975]: audit 2024-01-21T11:30:41.242063+0000 mon.smithi069 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:42.347 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1705836638,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:42.467 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: cluster 2024-01-21T11:30:40.074699+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:42.467 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: cluster 2024-01-21T11:30:40.074782+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:42.467 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: audit 2024-01-21T11:30:41.414255+0000 mon.smithi069 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:42.467 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: cluster 2024-01-21T11:30:41.421508+0000 mon.smithi069 (mon.0) 493 : cluster [INF] osd.6 [v2:172.21.15.118:6824/3132132300,v1:172.21.15.118:6825/3132132300] boot 2024-01-21T11:30:42.467 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: cluster 2024-01-21T11:30:41.421560+0000 mon.smithi069 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T11:30:42.467 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: audit 2024-01-21T11:30:41.421738+0000 mon.smithi069 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:42.468 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: audit 2024-01-21T11:30:41.422335+0000 mon.smithi069 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:42.468 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: audit 2024-01-21T11:30:41.422679+0000 mon.smithi069 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:42.468 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: audit 2024-01-21T11:30:41.423140+0000 mon.smithi069 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:42.468 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:42 smithi069 bash[14120]: cluster 2024-01-21T11:30:41.947123+0000 mgr.smithi069.gsebav (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: cluster 2024-01-21T11:30:40.074699+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: cluster 2024-01-21T11:30:40.074782+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: audit 2024-01-21T11:30:41.414255+0000 mon.smithi069 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: cluster 2024-01-21T11:30:41.421508+0000 mon.smithi069 (mon.0) 493 : cluster [INF] osd.6 [v2:172.21.15.118:6824/3132132300,v1:172.21.15.118:6825/3132132300] boot 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: cluster 2024-01-21T11:30:41.421560+0000 mon.smithi069 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: audit 2024-01-21T11:30:41.421738+0000 mon.smithi069 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: audit 2024-01-21T11:30:41.422335+0000 mon.smithi069 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: audit 2024-01-21T11:30:41.422679+0000 mon.smithi069 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:30:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: audit 2024-01-21T11:30:41.423140+0000 mon.smithi069 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:42 smithi118 bash[17975]: cluster 2024-01-21T11:30:41.947123+0000 mgr.smithi069.gsebav (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T11:30:43.348 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: cluster 2024-01-21T11:30:42.422452+0000 mon.smithi069 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: audit 2024-01-21T11:30:42.422581+0000 mon.smithi069 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: audit 2024-01-21T11:30:42.422871+0000 mon.smithi069 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: audit 2024-01-21T11:30:42.423058+0000 mon.smithi069 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: audit 2024-01-21T11:30:42.740694+0000 mon.smithi069 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: audit 2024-01-21T11:30:42.742219+0000 mon.smithi069 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: audit 2024-01-21T11:30:42.743482+0000 mon.smithi069 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:43 smithi118 bash[17975]: cephadm 2024-01-21T11:30:42.744734+0000 mgr.smithi069.gsebav (mgr.14180) 119 : cephadm [INF] Deploying daemon osd.7 on smithi069 2024-01-21T11:30:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: cluster 2024-01-21T11:30:42.422452+0000 mon.smithi069 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: audit 2024-01-21T11:30:42.422581+0000 mon.smithi069 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: audit 2024-01-21T11:30:42.422871+0000 mon.smithi069 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: audit 2024-01-21T11:30:42.423058+0000 mon.smithi069 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: audit 2024-01-21T11:30:42.740694+0000 mon.smithi069 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: audit 2024-01-21T11:30:42.742219+0000 mon.smithi069 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: audit 2024-01-21T11:30:42.743482+0000 mon.smithi069 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:43 smithi069 bash[14120]: cephadm 2024-01-21T11:30:42.744734+0000 mgr.smithi069.gsebav (mgr.14180) 119 : cephadm [INF] Deploying daemon osd.7 on smithi069 2024-01-21T11:30:44.777 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:44 smithi069 bash[14120]: cluster 2024-01-21T11:30:43.424656+0000 mon.smithi069 (mon.0) 506 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-21T11:30:44.777 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:44 smithi069 bash[14120]: audit 2024-01-21T11:30:43.425156+0000 mon.smithi069 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:44.777 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:44 smithi069 bash[14120]: audit 2024-01-21T11:30:43.425679+0000 mon.smithi069 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:44.777 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:44 smithi069 bash[14120]: audit 2024-01-21T11:30:43.426072+0000 mon.smithi069 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:44.778 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:44 smithi069 bash[14120]: cluster 2024-01-21T11:30:43.947539+0000 mgr.smithi069.gsebav (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:30:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:44 smithi118 bash[17975]: cluster 2024-01-21T11:30:43.424656+0000 mon.smithi069 (mon.0) 506 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-21T11:30:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:44 smithi118 bash[17975]: audit 2024-01-21T11:30:43.425156+0000 mon.smithi069 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:44 smithi118 bash[17975]: audit 2024-01-21T11:30:43.425679+0000 mon.smithi069 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:44 smithi118 bash[17975]: audit 2024-01-21T11:30:43.426072+0000 mon.smithi069 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:44 smithi118 bash[17975]: cluster 2024-01-21T11:30:43.947539+0000 mgr.smithi069.gsebav (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:30:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:45 smithi069 bash[14120]: audit 2024-01-21T11:30:44.536652+0000 mon.smithi069 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T11:30:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:45 smithi118 bash[17975]: audit 2024-01-21T11:30:44.536652+0000 mon.smithi069 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: audit 2024-01-21T11:30:45.446025+0000 mon.smithi069 (mon.0) 511 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: cluster 2024-01-21T11:30:45.446073+0000 mon.smithi069 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: audit 2024-01-21T11:30:45.446232+0000 mon.smithi069 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: audit 2024-01-21T11:30:45.446698+0000 mon.smithi069 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: audit 2024-01-21T11:30:45.446975+0000 mon.smithi069 (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: audit 2024-01-21T11:30:45.447333+0000 mon.smithi069 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:46 smithi118 bash[17975]: cluster 2024-01-21T11:30:45.948110+0000 mgr.smithi069.gsebav (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:30:46.881 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: audit 2024-01-21T11:30:45.446025+0000 mon.smithi069 (mon.0) 511 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T11:30:46.881 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: cluster 2024-01-21T11:30:45.446073+0000 mon.smithi069 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-21T11:30:46.881 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: audit 2024-01-21T11:30:45.446232+0000 mon.smithi069 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:46.881 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: audit 2024-01-21T11:30:45.446698+0000 mon.smithi069 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:46.881 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: audit 2024-01-21T11:30:45.446975+0000 mon.smithi069 (mon.0) 515 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:30:46.882 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: audit 2024-01-21T11:30:45.447333+0000 mon.smithi069 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:46.882 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:46 smithi069 bash[14120]: cluster 2024-01-21T11:30:45.948110+0000 mgr.smithi069.gsebav (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:30:47.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:47 smithi069 bash[14120]: audit 2024-01-21T11:30:46.454781+0000 mon.smithi069 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:30:47.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:47 smithi069 bash[14120]: cluster 2024-01-21T11:30:46.454866+0000 mon.smithi069 (mon.0) 518 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2024-01-21T11:30:47.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:47 smithi069 bash[14120]: audit 2024-01-21T11:30:46.455691+0000 mon.smithi069 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:47.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:47 smithi069 bash[14120]: audit 2024-01-21T11:30:46.456093+0000 mon.smithi069 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:47.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:47 smithi069 bash[14120]: audit 2024-01-21T11:30:46.456688+0000 mon.smithi069 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:47.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:47 smithi069 bash[14120]: audit 2024-01-21T11:30:46.461362+0000 mon.smithi069 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:47 smithi118 bash[17975]: audit 2024-01-21T11:30:46.454781+0000 mon.smithi069 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:30:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:47 smithi118 bash[17975]: cluster 2024-01-21T11:30:46.454866+0000 mon.smithi069 (mon.0) 518 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2024-01-21T11:30:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:47 smithi118 bash[17975]: audit 2024-01-21T11:30:46.455691+0000 mon.smithi069 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:47 smithi118 bash[17975]: audit 2024-01-21T11:30:46.456093+0000 mon.smithi069 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:47 smithi118 bash[17975]: audit 2024-01-21T11:30:46.456688+0000 mon.smithi069 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:47 smithi118 bash[17975]: audit 2024-01-21T11:30:46.461362+0000 mon.smithi069 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: cluster 2024-01-21T11:30:45.538929+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: cluster 2024-01-21T11:30:45.539015+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: cluster 2024-01-21T11:30:47.456454+0000 mon.smithi069 (mon.0) 523 : cluster [INF] osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263] boot 2024-01-21T11:30:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: cluster 2024-01-21T11:30:47.456500+0000 mon.smithi069 (mon.0) 524 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-21T11:30:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: audit 2024-01-21T11:30:47.456991+0000 mon.smithi069 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:48.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: audit 2024-01-21T11:30:47.457382+0000 mon.smithi069 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:48.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: audit 2024-01-21T11:30:47.457686+0000 mon.smithi069 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:48.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: cluster 2024-01-21T11:30:47.948518+0000 mgr.smithi069.gsebav (mgr.14180) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:48.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: cluster 2024-01-21T11:30:48.171332+0000 mon.smithi069 (mon.0) 528 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-21T11:30:48.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: audit 2024-01-21T11:30:48.171841+0000 mon.smithi069 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:48.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:48 smithi118 bash[17975]: audit 2024-01-21T11:30:48.172356+0000 mon.smithi069 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: cluster 2024-01-21T11:30:45.538929+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: cluster 2024-01-21T11:30:45.539015+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: cluster 2024-01-21T11:30:47.456454+0000 mon.smithi069 (mon.0) 523 : cluster [INF] osd.3 [v2:172.21.15.69:6810/1132543263,v1:172.21.15.69:6811/1132543263] boot 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: cluster 2024-01-21T11:30:47.456500+0000 mon.smithi069 (mon.0) 524 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: audit 2024-01-21T11:30:47.456991+0000 mon.smithi069 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: audit 2024-01-21T11:30:47.457382+0000 mon.smithi069 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: audit 2024-01-21T11:30:47.457686+0000 mon.smithi069 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: cluster 2024-01-21T11:30:47.948518+0000 mgr.smithi069.gsebav (mgr.14180) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: cluster 2024-01-21T11:30:48.171332+0000 mon.smithi069 (mon.0) 528 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: audit 2024-01-21T11:30:48.171841+0000 mon.smithi069 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:48 smithi069 bash[14120]: audit 2024-01-21T11:30:48.172356+0000 mon.smithi069 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:49.065 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:49.507 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:49 smithi069 bash[14120]: audit 2024-01-21T11:30:49.065929+0000 mon.smithi069 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.69:0/1525611408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:49.532 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:49 smithi069 bash[14120]: cluster 2024-01-21T11:30:49.175265+0000 mon.smithi069 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-21T11:30:49.532 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:49 smithi069 bash[14120]: audit 2024-01-21T11:30:49.175576+0000 mon.smithi069 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:49.532 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:49 smithi069 bash[14120]: audit 2024-01-21T11:30:49.176459+0000 mon.smithi069 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:49 smithi118 bash[17975]: audit 2024-01-21T11:30:49.065929+0000 mon.smithi069 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.69:0/1525611408' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:49 smithi118 bash[17975]: cluster 2024-01-21T11:30:49.175265+0000 mon.smithi069 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-21T11:30:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:49 smithi118 bash[17975]: audit 2024-01-21T11:30:49.175576+0000 mon.smithi069 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:49 smithi118 bash[17975]: audit 2024-01-21T11:30:49.176459+0000 mon.smithi069 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:50.220 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1705836647,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:50.742 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:50 smithi069 bash[14120]: cluster 2024-01-21T11:30:49.949061+0000 mgr.smithi069.gsebav (mgr.14180) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:50 smithi118 bash[17975]: cluster 2024-01-21T11:30:49.949061+0000 mgr.smithi069.gsebav (mgr.14180) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:51.222 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:52.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:52 smithi118 bash[17975]: audit 2024-01-21T11:30:51.037643+0000 mon.smithi069 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:52.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:52 smithi069 bash[14120]: audit 2024-01-21T11:30:51.037643+0000 mon.smithi069 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:30:53.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:53 smithi118 bash[17975]: cluster 2024-01-21T11:30:51.949643+0000 mgr.smithi069.gsebav (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:53.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:53 smithi118 bash[17975]: audit 2024-01-21T11:30:52.513767+0000 mon.smithi069 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T11:30:53.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:53 smithi069 bash[14120]: cluster 2024-01-21T11:30:51.949643+0000 mgr.smithi069.gsebav (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:53.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:53 smithi069 bash[14120]: audit 2024-01-21T11:30:52.513767+0000 mon.smithi069 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T11:30:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:54 smithi118 bash[17975]: audit 2024-01-21T11:30:53.050849+0000 mon.smithi069 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T11:30:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:54 smithi118 bash[17975]: cluster 2024-01-21T11:30:53.050935+0000 mon.smithi069 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-21T11:30:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:54 smithi118 bash[17975]: audit 2024-01-21T11:30:53.051641+0000 mon.smithi069 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:54 smithi118 bash[17975]: audit 2024-01-21T11:30:53.051989+0000 mon.smithi069 (mon.0) 540 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:30:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:54 smithi118 bash[17975]: audit 2024-01-21T11:30:53.052408+0000 mon.smithi069 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:54.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:54 smithi118 bash[17975]: audit 2024-01-21T11:30:54.053576+0000 mon.smithi069 (mon.0) 542 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:30:54.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:54 smithi069 bash[14120]: audit 2024-01-21T11:30:53.050849+0000 mon.smithi069 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T11:30:54.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:54 smithi069 bash[14120]: cluster 2024-01-21T11:30:53.050935+0000 mon.smithi069 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-21T11:30:54.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:54 smithi069 bash[14120]: audit 2024-01-21T11:30:53.051641+0000 mon.smithi069 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:54.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:54 smithi069 bash[14120]: audit 2024-01-21T11:30:53.051989+0000 mon.smithi069 (mon.0) 540 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:30:54.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:54 smithi069 bash[14120]: audit 2024-01-21T11:30:53.052408+0000 mon.smithi069 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:54.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:54 smithi069 bash[14120]: audit 2024-01-21T11:30:54.053576+0000 mon.smithi069 (mon.0) 542 : audit [INF] from='osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:30:55.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:55 smithi118 bash[17975]: cluster 2024-01-21T11:30:53.950054+0000 mgr.smithi069.gsebav (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:55.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:55 smithi118 bash[17975]: cluster 2024-01-21T11:30:54.053653+0000 mon.smithi069 (mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2024-01-21T11:30:55.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:55 smithi118 bash[17975]: audit 2024-01-21T11:30:54.053818+0000 mon.smithi069 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:55.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:55 smithi118 bash[17975]: audit 2024-01-21T11:30:54.054846+0000 mon.smithi069 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:55.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:55 smithi118 bash[17975]: audit 2024-01-21T11:30:54.060331+0000 mon.smithi069 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:55.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:55 smithi069 bash[14120]: cluster 2024-01-21T11:30:53.950054+0000 mgr.smithi069.gsebav (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:55.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:55 smithi069 bash[14120]: cluster 2024-01-21T11:30:54.053653+0000 mon.smithi069 (mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2024-01-21T11:30:55.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:55 smithi069 bash[14120]: audit 2024-01-21T11:30:54.053818+0000 mon.smithi069 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:55.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:55 smithi069 bash[14120]: audit 2024-01-21T11:30:54.054846+0000 mon.smithi069 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:55.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:55 smithi069 bash[14120]: audit 2024-01-21T11:30:54.060331+0000 mon.smithi069 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:55.900 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:30:56.164 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: cluster 2024-01-21T11:30:53.546729+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:56.165 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: cluster 2024-01-21T11:30:53.546801+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:56.165 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: cluster 2024-01-21T11:30:55.062880+0000 mon.smithi069 (mon.0) 547 : cluster [INF] osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232] boot 2024-01-21T11:30:56.165 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: cluster 2024-01-21T11:30:55.062950+0000 mon.smithi069 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-21T11:30:56.165 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: audit 2024-01-21T11:30:55.063732+0000 mon.smithi069 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:56.165 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: audit 2024-01-21T11:30:55.064031+0000 mon.smithi069 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:56.165 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:56 smithi069 bash[14120]: audit 2024-01-21T11:30:55.900144+0000 mon.smithi069 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.69:0/2711287208' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: cluster 2024-01-21T11:30:53.546729+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: cluster 2024-01-21T11:30:53.546801+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: cluster 2024-01-21T11:30:55.062880+0000 mon.smithi069 (mon.0) 547 : cluster [INF] osd.5 [v2:172.21.15.69:6818/1950398232,v1:172.21.15.69:6819/1950398232] boot 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: cluster 2024-01-21T11:30:55.062950+0000 mon.smithi069 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: audit 2024-01-21T11:30:55.063732+0000 mon.smithi069 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: audit 2024-01-21T11:30:55.064031+0000 mon.smithi069 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:56.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:56 smithi118 bash[17975]: audit 2024-01-21T11:30:55.900144+0000 mon.smithi069 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.69:0/2711287208' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:30:56.694 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":38,"num_osds":8,"num_up_osds":7,"osd_up_since":1705836655,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:30:57.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:57 smithi069 bash[14120]: cluster 2024-01-21T11:30:55.950575+0000 mgr.smithi069.gsebav (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:57.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:57 smithi069 bash[14120]: cluster 2024-01-21T11:30:56.076793+0000 mon.smithi069 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-21T11:30:57.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:57 smithi069 bash[14120]: audit 2024-01-21T11:30:56.077016+0000 mon.smithi069 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:57 smithi118 bash[17975]: cluster 2024-01-21T11:30:55.950575+0000 mgr.smithi069.gsebav (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:30:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:57 smithi118 bash[17975]: cluster 2024-01-21T11:30:56.076793+0000 mon.smithi069 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-21T11:30:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:57 smithi118 bash[17975]: audit 2024-01-21T11:30:56.077016+0000 mon.smithi069 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:30:57.696 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:30:59.433 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:30:59 smithi069 bash[14120]: cluster 2024-01-21T11:30:57.951138+0000 mgr.smithi069.gsebav (mgr.14180) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:30:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:30:59 smithi118 bash[17975]: cluster 2024-01-21T11:30:57.951138+0000 mgr.smithi069.gsebav (mgr.14180) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:31:00.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:00 smithi118 bash[17975]: audit 2024-01-21T11:30:59.524633+0000 mon.smithi069 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T11:31:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:00 smithi069 bash[14120]: audit 2024-01-21T11:30:59.524633+0000 mon.smithi069 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T11:31:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:01 smithi118 bash[17975]: cluster 2024-01-21T11:30:59.951555+0000 mgr.smithi069.gsebav (mgr.14180) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:31:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:01 smithi118 bash[17975]: audit 2024-01-21T11:31:00.185465+0000 mon.smithi069 (mon.0) 555 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T11:31:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:01 smithi118 bash[17975]: cluster 2024-01-21T11:31:00.185555+0000 mon.smithi069 (mon.0) 556 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-21T11:31:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:01 smithi118 bash[17975]: audit 2024-01-21T11:31:00.185798+0000 mon.smithi069 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:01 smithi118 bash[17975]: audit 2024-01-21T11:31:00.186601+0000 mon.smithi069 (mon.0) 558 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:31:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:01 smithi069 bash[14120]: cluster 2024-01-21T11:30:59.951555+0000 mgr.smithi069.gsebav (mgr.14180) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:31:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:01 smithi069 bash[14120]: audit 2024-01-21T11:31:00.185465+0000 mon.smithi069 (mon.0) 555 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T11:31:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:01 smithi069 bash[14120]: cluster 2024-01-21T11:31:00.185555+0000 mon.smithi069 (mon.0) 556 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-21T11:31:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:01 smithi069 bash[14120]: audit 2024-01-21T11:31:00.185798+0000 mon.smithi069 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:01.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:01 smithi069 bash[14120]: audit 2024-01-21T11:31:00.186601+0000 mon.smithi069 (mon.0) 558 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2024-01-21T11:31:02.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:02 smithi069 bash[14120]: audit 2024-01-21T11:31:01.187902+0000 mon.smithi069 (mon.0) 559 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:31:02.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:02 smithi069 bash[14120]: cluster 2024-01-21T11:31:01.187966+0000 mon.smithi069 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-01-21T11:31:02.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:02 smithi069 bash[14120]: audit 2024-01-21T11:31:01.188430+0000 mon.smithi069 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:02.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:02 smithi069 bash[14120]: audit 2024-01-21T11:31:01.194145+0000 mon.smithi069 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:02.408 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:31:02.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:02 smithi118 bash[17975]: audit 2024-01-21T11:31:01.187902+0000 mon.smithi069 (mon.0) 559 : audit [INF] from='osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2024-01-21T11:31:02.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:02 smithi118 bash[17975]: cluster 2024-01-21T11:31:01.187966+0000 mon.smithi069 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-01-21T11:31:02.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:02 smithi118 bash[17975]: audit 2024-01-21T11:31:01.188430+0000 mon.smithi069 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:02.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:02 smithi118 bash[17975]: audit 2024-01-21T11:31:01.194145+0000 mon.smithi069 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:03.196 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1705836662,"num_in_osds":8,"osd_in_since":1705836602,"num_remapped_pgs":0} 2024-01-21T11:31:03.197 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T11:31:03.197 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:31:03.230 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: cluster 2024-01-21T11:31:00.536781+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:31:03.230 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: cluster 2024-01-21T11:31:00.536867+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:31:03.230 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: cluster 2024-01-21T11:31:01.952072+0000 mgr.smithi069.gsebav (mgr.14180) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:31:03.230 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: cluster 2024-01-21T11:31:02.195284+0000 mon.smithi069 (mon.0) 563 : cluster [INF] osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258] boot 2024-01-21T11:31:03.231 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: cluster 2024-01-21T11:31:02.195391+0000 mon.smithi069 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T11:31:03.231 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: audit 2024-01-21T11:31:02.195916+0000 mon.smithi069 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:03.231 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:03 smithi069 bash[14120]: audit 2024-01-21T11:31:02.408599+0000 mon.smithi069 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.69:0/2224253440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: cluster 2024-01-21T11:31:00.536781+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: cluster 2024-01-21T11:31:00.536867+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: cluster 2024-01-21T11:31:01.952072+0000 mgr.smithi069.gsebav (mgr.14180) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: cluster 2024-01-21T11:31:02.195284+0000 mon.smithi069 (mon.0) 563 : cluster [INF] osd.7 [v2:172.21.15.69:6826/2434353258,v1:172.21.15.69:6827/2434353258] boot 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: cluster 2024-01-21T11:31:02.195391+0000 mon.smithi069 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: audit 2024-01-21T11:31:02.195916+0000 mon.smithi069 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:31:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:03 smithi118 bash[17975]: audit 2024-01-21T11:31:02.408599+0000 mon.smithi069 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.69:0/2224253440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:31:04.501 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:04 smithi069 bash[14120]: cluster 2024-01-21T11:31:03.210039+0000 mon.smithi069 (mon.0) 567 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T11:31:04.501 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:04 smithi069 bash[14120]: audit 2024-01-21T11:31:04.050314+0000 mon.smithi069 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:04.502 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:04 smithi069 bash[14120]: audit 2024-01-21T11:31:04.054198+0000 mon.smithi069 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:31:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:04 smithi118 bash[17975]: cluster 2024-01-21T11:31:03.210039+0000 mon.smithi069 (mon.0) 567 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T11:31:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:04 smithi118 bash[17975]: audit 2024-01-21T11:31:04.050314+0000 mon.smithi069 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:04 smithi118 bash[17975]: audit 2024-01-21T11:31:04.054198+0000 mon.smithi069 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:31:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:05 smithi118 bash[17975]: cluster 2024-01-21T11:31:03.952473+0000 mgr.smithi069.gsebav (mgr.14180) 130 : cluster [DBG] pgmap v119: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:05 smithi069 bash[14120]: cluster 2024-01-21T11:31:03.952473+0000 mgr.smithi069.gsebav (mgr.14180) 130 : cluster [DBG] pgmap v119: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:06.528 INFO:teuthology.orchestra.run.smithi069.stdout:[client.0] 2024-01-21T11:31:06.528 INFO:teuthology.orchestra.run.smithi069.stdout: key = AQB6AK1liK5CHxAABLbDaefXuFCl71lJ9V8HlA== 2024-01-21T11:31:07.211 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T11:31:07.211 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T11:31:07.211 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T11:31:07.277 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:31:07.472 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:07 smithi118 bash[17975]: cluster 2024-01-21T11:31:05.952810+0000 mgr.smithi069.gsebav (mgr.14180) 131 : cluster [DBG] pgmap v120: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:07.472 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:07 smithi118 bash[17975]: audit 2024-01-21T11:31:06.524137+0000 mon.smithi069 (mon.0) 570 : audit [INF] from='client.? 172.21.15.69:0/4122291767' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:31:07.472 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:07 smithi118 bash[17975]: audit 2024-01-21T11:31:06.529049+0000 mon.smithi069 (mon.0) 571 : audit [INF] from='client.? 172.21.15.69:0/4122291767' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T11:31:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:07 smithi069 bash[14120]: cluster 2024-01-21T11:31:05.952810+0000 mgr.smithi069.gsebav (mgr.14180) 131 : cluster [DBG] pgmap v120: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:07 smithi069 bash[14120]: audit 2024-01-21T11:31:06.524137+0000 mon.smithi069 (mon.0) 570 : audit [INF] from='client.? 172.21.15.69:0/4122291767' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:31:07.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:07 smithi069 bash[14120]: audit 2024-01-21T11:31:06.529049+0000 mon.smithi069 (mon.0) 571 : audit [INF] from='client.? 172.21.15.69:0/4122291767' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T11:31:09.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:09 smithi118 bash[17975]: cluster 2024-01-21T11:31:07.953355+0000 mgr.smithi069.gsebav (mgr.14180) 132 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:09.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:09 smithi069 bash[14120]: cluster 2024-01-21T11:31:07.953355+0000 mgr.smithi069.gsebav (mgr.14180) 132 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:10.277 INFO:teuthology.orchestra.run.smithi118.stdout:[client.1] 2024-01-21T11:31:10.277 INFO:teuthology.orchestra.run.smithi118.stdout: key = AQB+AK1l8rwjEBAADS2ELvXgpQvl6hgevhU7EA== 2024-01-21T11:31:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:10 smithi118 bash[17975]: audit 2024-01-21T11:31:09.403310+0000 mon.smithi069 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:10 smithi118 bash[17975]: cluster 2024-01-21T11:31:09.953948+0000 mgr.smithi069.gsebav (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:10 smithi118 bash[17975]: audit 2024-01-21T11:31:10.270328+0000 mon.smithi118 (mon.1) 19 : audit [INF] from='client.? 172.21.15.118:0/1116265920' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:31:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:10 smithi118 bash[17975]: audit 2024-01-21T11:31:10.270429+0000 mon.smithi069 (mon.0) 573 : 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 2024-01-21T11:31:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:10 smithi118 bash[17975]: audit 2024-01-21T11:31:10.277582+0000 mon.smithi069 (mon.0) 574 : 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 2024-01-21T11:31:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:10 smithi069 bash[14120]: audit 2024-01-21T11:31:09.403310+0000 mon.smithi069 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:10 smithi069 bash[14120]: cluster 2024-01-21T11:31:09.953948+0000 mgr.smithi069.gsebav (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:10 smithi069 bash[14120]: audit 2024-01-21T11:31:10.270328+0000 mon.smithi118 (mon.1) 19 : audit [INF] from='client.? 172.21.15.118:0/1116265920' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:31:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:10 smithi069 bash[14120]: audit 2024-01-21T11:31:10.270429+0000 mon.smithi069 (mon.0) 573 : 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 2024-01-21T11:31:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:10 smithi069 bash[14120]: audit 2024-01-21T11:31:10.277582+0000 mon.smithi069 (mon.0) 574 : 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 2024-01-21T11:31:10.973 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T11:31:10.973 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T11:31:10.974 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T11:31:11.001 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:31:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:12 smithi118 bash[17975]: audit 2024-01-21T11:31:11.381422+0000 mon.smithi069 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:12.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:12 smithi069 bash[14120]: audit 2024-01-21T11:31:11.381422+0000 mon.smithi069 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:13 smithi118 bash[17975]: cluster 2024-01-21T11:31:11.954544+0000 mgr.smithi069.gsebav (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:13 smithi069 bash[14120]: cluster 2024-01-21T11:31:11.954544+0000 mgr.smithi069.gsebav (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:14 smithi118 bash[17975]: cluster 2024-01-21T11:31:13.955187+0000 mgr.smithi069.gsebav (mgr.14180) 135 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:14.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:14 smithi069 bash[14120]: cluster 2024-01-21T11:31:13.955187+0000 mgr.smithi069.gsebav (mgr.14180) 135 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:15.797 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:31:17.279 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:17 smithi069 bash[14120]: cluster 2024-01-21T11:31:15.955725+0000 mgr.smithi069.gsebav (mgr.14180) 136 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:17.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:17 smithi118 bash[17975]: cluster 2024-01-21T11:31:15.955725+0000 mgr.smithi069.gsebav (mgr.14180) 136 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:19 smithi118 bash[17975]: cluster 2024-01-21T11:31:17.956249+0000 mgr.smithi069.gsebav (mgr.14180) 137 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:19 smithi069 bash[14120]: cluster 2024-01-21T11:31:17.956249+0000 mgr.smithi069.gsebav (mgr.14180) 137 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:20.145 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:31:20.145 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":43,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","created":"2024-01-21T11:26:01.888684+0000","modified":"2024-01-21T11:31:03.199402+0000","last_up_change":"2024-01-21T11:31:02.190504+0000","last_in_change":"2024-01-21T11:30:02.630458+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"2024-01-21T11:30:37.824973+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":"396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6801","nonce":1522220135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6803","nonce":1522220135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6807","nonce":1522220135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6805","nonce":1522220135}]},"public_addr":"172.21.15.118:6801/1522220135","cluster_addr":"172.21.15.118:6803/1522220135","heartbeat_back_addr":"172.21.15.118:6807/1522220135","heartbeat_front_addr":"172.21.15.118:6805/1522220135","state":["exists","up"]},{"osd":1,"uuid":"caf2bca0-93b8-44be-b2f1-7298c5452baa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6803","nonce":440882115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6805","nonce":440882115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6809","nonce":440882115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6807","nonce":440882115}]},"public_addr":"172.21.15.69:6803/440882115","cluster_addr":"172.21.15.69:6805/440882115","heartbeat_back_addr":"172.21.15.69:6809/440882115","heartbeat_front_addr":"172.21.15.69:6807/440882115","state":["exists","up"]},{"osd":2,"uuid":"ebca6655-54a2-41aa-883e-fe67529f5aac","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.118:6808","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6809","nonce":3631537435}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6811","nonce":3631537435}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6815","nonce":3631537435}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6813","nonce":3631537435}]},"public_addr":"172.21.15.118:6809/3631537435","cluster_addr":"172.21.15.118:6811/3631537435","heartbeat_back_addr":"172.21.15.118:6815/3631537435","heartbeat_front_addr":"172.21.15.118:6813/3631537435","state":["exists","up"]},{"osd":3,"uuid":"b053e864-e98f-4dbd-af8b-dd2578c1ecff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6810","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6811","nonce":1132543263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6813","nonce":1132543263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6816","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6817","nonce":1132543263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6815","nonce":1132543263}]},"public_addr":"172.21.15.69:6811/1132543263","cluster_addr":"172.21.15.69:6813/1132543263","heartbeat_back_addr":"172.21.15.69:6817/1132543263","heartbeat_front_addr":"172.21.15.69:6815/1132543263","state":["exists","up"]},{"osd":4,"uuid":"959a182a-6a7e-4d58-908a-4fc191ce4b1b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6817","nonce":4024373550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6819","nonce":4024373550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6823","nonce":4024373550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6821","nonce":4024373550}]},"public_addr":"172.21.15.118:6817/4024373550","cluster_addr":"172.21.15.118:6819/4024373550","heartbeat_back_addr":"172.21.15.118:6823/4024373550","heartbeat_front_addr":"172.21.15.118:6821/4024373550","state":["exists","up"]},{"osd":5,"uuid":"f72c036c-5e6a-4f86-936e-b61c7b2fd5f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6818","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6819","nonce":1950398232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6820","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6821","nonce":1950398232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6824","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6825","nonce":1950398232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6822","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6823","nonce":1950398232}]},"public_addr":"172.21.15.69:6819/1950398232","cluster_addr":"172.21.15.69:6821/1950398232","heartbeat_back_addr":"172.21.15.69:6825/1950398232","heartbeat_front_addr":"172.21.15.69:6823/1950398232","state":["exists","up"]},{"osd":6,"uuid":"4727cfb1-cf25-45a2-9241-4ca27fd140fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6825","nonce":3132132300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6827","nonce":3132132300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6831","nonce":3132132300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6829","nonce":3132132300}]},"public_addr":"172.21.15.118:6825/3132132300","cluster_addr":"172.21.15.118:6827/3132132300","heartbeat_back_addr":"172.21.15.118:6831/3132132300","heartbeat_front_addr":"172.21.15.118:6829/3132132300","state":["exists","up"]},{"osd":7,"uuid":"5ef5463b-44f6-43cc-bb09-0ddcd33cac00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6826","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6827","nonce":2434353258}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6828","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6829","nonce":2434353258}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6832","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6833","nonce":2434353258}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6830","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6831","nonce":2434353258}]},"public_addr":"172.21.15.69:6827/2434353258","cluster_addr":"172.21.15.69:6829/2434353258","heartbeat_back_addr":"172.21.15.69:6833/2434353258","heartbeat_front_addr":"172.21.15.69:6831/2434353258","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":"2024-01-21T11:30:24.121217+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":"2024-01-21T11:30:37.086947+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":"2024-01-21T11:30:29.838855+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":"2024-01-21T11:30:45.539020+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":"2024-01-21T11:30:36.248228+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":"2024-01-21T11:30:53.546805+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":"2024-01-21T11:30:40.074787+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":"2024-01-21T11:31:00.536872+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:0/3214009892":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/2193736441":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6801/1122204628":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6800/1122204628":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6800/542033176":"2024-01-22T11:26:30.658110+0000","172.21.15.69:0/3867787160":"2024-01-22T11:26:30.658110+0000","172.21.15.69:6801/3586247396":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/159369433":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6801/542033176":"2024-01-22T11:26:30.658110+0000","172.21.15.69:6800/3586247396":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/3723659790":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/1593158455":"2024-01-22T11:26:30.658110+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}} 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: cephadm 2024-01-21T11:31:19.331689+0000 mgr.smithi069.gsebav (mgr.14180) 138 : cephadm [INF] Detected new or changed devices on smithi118 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:19.342558+0000 mon.smithi069 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:19.632937+0000 mon.smithi069 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:19.634862+0000 mon.smithi069 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:19.636300+0000 mon.smithi069 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:19.637321+0000 mon.smithi069 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:19.645064+0000 mon.smithi069 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:20.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:20 smithi069 bash[14120]: audit 2024-01-21T11:31:20.143432+0000 mon.smithi069 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.69:0/318368152' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: cephadm 2024-01-21T11:31:19.331689+0000 mgr.smithi069.gsebav (mgr.14180) 138 : cephadm [INF] Detected new or changed devices on smithi118 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:19.342558+0000 mon.smithi069 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:19.632937+0000 mon.smithi069 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:19.634862+0000 mon.smithi069 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:19.636300+0000 mon.smithi069 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:19.637321+0000 mon.smithi069 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:19.645064+0000 mon.smithi069 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:20 smithi118 bash[17975]: audit 2024-01-21T11:31:20.143432+0000 mon.smithi069 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.69:0/318368152' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:31:20.916 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T11:30:37.824973+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': {}}}] 2024-01-21T11:31:20.917 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T11:31:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:21 smithi069 bash[14120]: cephadm 2024-01-21T11:31:19.638055+0000 mgr.smithi069.gsebav (mgr.14180) 139 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 4028M 2024-01-21T11:31:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:21 smithi069 bash[14120]: cluster 2024-01-21T11:31:19.956605+0000 mgr.smithi069.gsebav (mgr.14180) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:21 smithi118 bash[17975]: cephadm 2024-01-21T11:31:19.638055+0000 mgr.smithi069.gsebav (mgr.14180) 139 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 4028M 2024-01-21T11:31:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:21 smithi118 bash[17975]: cluster 2024-01-21T11:31:19.956605+0000 mgr.smithi069.gsebav (mgr.14180) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: cluster 2024-01-21T11:31:21.957186+0000 mgr.smithi069.gsebav (mgr.14180) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.507634+0000 mon.smithi069 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.805988+0000 mon.smithi069 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.807369+0000 mon.smithi069 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.808340+0000 mon.smithi069 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.809544+0000 mon.smithi069 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.816873+0000 mon.smithi069 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.818979+0000 mon.smithi069 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.820244+0000 mon.smithi069 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.826890+0000 mon.smithi069 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.832983+0000 mon.smithi069 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.839134+0000 mon.smithi069 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.841126+0000 mon.smithi069 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.841579+0000 mon.smithi069 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:23 smithi118 bash[17975]: audit 2024-01-21T11:31:22.842900+0000 mon.smithi069 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: cluster 2024-01-21T11:31:21.957186+0000 mgr.smithi069.gsebav (mgr.14180) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.507634+0000 mon.smithi069 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.805988+0000 mon.smithi069 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.807369+0000 mon.smithi069 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.808340+0000 mon.smithi069 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.809544+0000 mon.smithi069 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.816873+0000 mon.smithi069 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.818979+0000 mon.smithi069 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.820244+0000 mon.smithi069 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.826890+0000 mon.smithi069 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.832983+0000 mon.smithi069 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:31:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.839134+0000 mon.smithi069 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:31:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.841126+0000 mon.smithi069 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:31:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.841579+0000 mon.smithi069 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:23 smithi069 bash[14120]: audit 2024-01-21T11:31:22.842900+0000 mon.smithi069 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:24 smithi118 bash[17975]: cephadm 2024-01-21T11:31:22.495021+0000 mgr.smithi069.gsebav (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi069 2024-01-21T11:31:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:24 smithi118 bash[17975]: cephadm 2024-01-21T11:31:22.810420+0000 mgr.smithi069.gsebav (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 3260M 2024-01-21T11:31:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:24 smithi069 bash[14120]: cephadm 2024-01-21T11:31:22.495021+0000 mgr.smithi069.gsebav (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi069 2024-01-21T11:31:24.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:24 smithi069 bash[14120]: cephadm 2024-01-21T11:31:22.810420+0000 mgr.smithi069.gsebav (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 3260M 2024-01-21T11:31:25.819 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:31:25.822 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:25 smithi118 bash[17975]: cluster 2024-01-21T11:31:23.957787+0000 mgr.smithi069.gsebav (mgr.14180) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:25 smithi069 bash[14120]: cluster 2024-01-21T11:31:23.957787+0000 mgr.smithi069.gsebav (mgr.14180) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:27.635 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:27 smithi118 bash[17975]: cluster 2024-01-21T11:31:25.958393+0000 mgr.smithi069.gsebav (mgr.14180) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:27.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:27 smithi069 bash[14120]: cluster 2024-01-21T11:31:25.958393+0000 mgr.smithi069.gsebav (mgr.14180) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:29 smithi118 bash[17975]: cluster 2024-01-21T11:31:27.958800+0000 mgr.smithi069.gsebav (mgr.14180) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:29 smithi069 bash[14120]: cluster 2024-01-21T11:31:27.958800+0000 mgr.smithi069.gsebav (mgr.14180) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:30.144 INFO:teuthology.orchestra.run.smithi069.stdout:pg_num: 1 2024-01-21T11:31:30.560 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:30 smithi069 bash[14120]: audit 2024-01-21T11:31:30.144542+0000 mon.smithi069 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.69:0/1156022632' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T11:31:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:30 smithi118 bash[17975]: audit 2024-01-21T11:31:30.144542+0000 mon.smithi069 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.69:0/1156022632' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T11:31:31.342 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T11:31:31.342 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T11:31:31.342 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T11:31:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:31 smithi069 bash[14120]: cluster 2024-01-21T11:31:29.959216+0000 mgr.smithi069.gsebav (mgr.14180) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:31.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:31 smithi118 bash[17975]: cluster 2024-01-21T11:31:29.959216+0000 mgr.smithi069.gsebav (mgr.14180) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:33 smithi069 bash[14120]: cluster 2024-01-21T11:31:31.959843+0000 mgr.smithi069.gsebav (mgr.14180) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:33 smithi118 bash[17975]: cluster 2024-01-21T11:31:31.959843+0000 mgr.smithi069.gsebav (mgr.14180) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:34 smithi118 bash[17975]: cluster 2024-01-21T11:31:33.960363+0000 mgr.smithi069.gsebav (mgr.14180) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:34.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:34 smithi069 bash[14120]: cluster 2024-01-21T11:31:33.960363+0000 mgr.smithi069.gsebav (mgr.14180) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:36.343 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:31:37.285 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:37 smithi069 bash[14120]: cluster 2024-01-21T11:31:35.960925+0000 mgr.smithi069.gsebav (mgr.14180) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:37.322 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:37 smithi118 bash[17975]: cluster 2024-01-21T11:31:35.960925+0000 mgr.smithi069.gsebav (mgr.14180) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:39.456 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:39 smithi069 bash[14120]: cluster 2024-01-21T11:31:37.961483+0000 mgr.smithi069.gsebav (mgr.14180) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:39.499 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:39 smithi118 bash[17975]: cluster 2024-01-21T11:31:37.961483+0000 mgr.smithi069.gsebav (mgr.14180) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:39.702 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:31:40.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:40 smithi118 bash[17975]: audit 2024-01-21T11:31:39.698122+0000 mon.smithi069 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.69:0/882660244' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T11:31:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:40 smithi069 bash[14120]: audit 2024-01-21T11:31:39.698122+0000 mon.smithi069 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.69:0/882660244' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T11:31:41.126 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi069.gsebav","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6800","nonce":1840714567},{"type":"v1","addr":"172.21.15.69:6801","nonce":1840714567}]},"active_addr":"172.21.15.69:6801/1840714567","active_change":"2024-01-21T11:28:09.910276+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi118.cqikzl","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.69:8443/","prometheus":"http://172.21.15.69: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.69:0","nonce":3837885159}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.69:0","nonce":2430836970}]}]} 2024-01-21T11:31:41.129 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T11:31:41.130 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T11:31:41.130 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:31:41.450 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:41 smithi069 bash[14120]: cluster 2024-01-21T11:31:39.962133+0000 mgr.smithi069.gsebav (mgr.14180) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:41 smithi118 bash[17975]: cluster 2024-01-21T11:31:39.962133+0000 mgr.smithi069.gsebav (mgr.14180) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:43.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:43 smithi118 bash[17975]: cluster 2024-01-21T11:31:41.962643+0000 mgr.smithi069.gsebav (mgr.14180) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:43 smithi069 bash[14120]: cluster 2024-01-21T11:31:41.962643+0000 mgr.smithi069.gsebav (mgr.14180) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:45 smithi118 bash[17975]: cluster 2024-01-21T11:31:43.963317+0000 mgr.smithi069.gsebav (mgr.14180) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:45.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:45 smithi069 bash[14120]: cluster 2024-01-21T11:31:43.963317+0000 mgr.smithi069.gsebav (mgr.14180) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:46.238 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:31:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:47 smithi118 bash[17975]: cluster 2024-01-21T11:31:45.963898+0000 mgr.smithi069.gsebav (mgr.14180) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:47.648 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:47 smithi069 bash[14120]: cluster 2024-01-21T11:31:45.963898+0000 mgr.smithi069.gsebav (mgr.14180) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:49.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:49 smithi118 bash[17975]: cluster 2024-01-21T11:31:47.964457+0000 mgr.smithi069.gsebav (mgr.14180) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:49.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:49 smithi069 bash[14120]: cluster 2024-01-21T11:31:47.964457+0000 mgr.smithi069.gsebav (mgr.14180) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:50.546 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:31:50.546 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":43,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","created":"2024-01-21T11:26:01.888684+0000","modified":"2024-01-21T11:31:03.199402+0000","last_up_change":"2024-01-21T11:31:02.190504+0000","last_in_change":"2024-01-21T11:30:02.630458+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"2024-01-21T11:30:37.824973+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":"396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6801","nonce":1522220135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6803","nonce":1522220135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6807","nonce":1522220135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6805","nonce":1522220135}]},"public_addr":"172.21.15.118:6801/1522220135","cluster_addr":"172.21.15.118:6803/1522220135","heartbeat_back_addr":"172.21.15.118:6807/1522220135","heartbeat_front_addr":"172.21.15.118:6805/1522220135","state":["exists","up"]},{"osd":1,"uuid":"caf2bca0-93b8-44be-b2f1-7298c5452baa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6803","nonce":440882115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6805","nonce":440882115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6809","nonce":440882115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6807","nonce":440882115}]},"public_addr":"172.21.15.69:6803/440882115","cluster_addr":"172.21.15.69:6805/440882115","heartbeat_back_addr":"172.21.15.69:6809/440882115","heartbeat_front_addr":"172.21.15.69:6807/440882115","state":["exists","up"]},{"osd":2,"uuid":"ebca6655-54a2-41aa-883e-fe67529f5aac","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.118:6808","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6809","nonce":3631537435}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6811","nonce":3631537435}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6815","nonce":3631537435}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6813","nonce":3631537435}]},"public_addr":"172.21.15.118:6809/3631537435","cluster_addr":"172.21.15.118:6811/3631537435","heartbeat_back_addr":"172.21.15.118:6815/3631537435","heartbeat_front_addr":"172.21.15.118:6813/3631537435","state":["exists","up"]},{"osd":3,"uuid":"b053e864-e98f-4dbd-af8b-dd2578c1ecff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6810","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6811","nonce":1132543263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6813","nonce":1132543263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6816","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6817","nonce":1132543263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6815","nonce":1132543263}]},"public_addr":"172.21.15.69:6811/1132543263","cluster_addr":"172.21.15.69:6813/1132543263","heartbeat_back_addr":"172.21.15.69:6817/1132543263","heartbeat_front_addr":"172.21.15.69:6815/1132543263","state":["exists","up"]},{"osd":4,"uuid":"959a182a-6a7e-4d58-908a-4fc191ce4b1b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6817","nonce":4024373550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6819","nonce":4024373550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6823","nonce":4024373550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6821","nonce":4024373550}]},"public_addr":"172.21.15.118:6817/4024373550","cluster_addr":"172.21.15.118:6819/4024373550","heartbeat_back_addr":"172.21.15.118:6823/4024373550","heartbeat_front_addr":"172.21.15.118:6821/4024373550","state":["exists","up"]},{"osd":5,"uuid":"f72c036c-5e6a-4f86-936e-b61c7b2fd5f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6818","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6819","nonce":1950398232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6820","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6821","nonce":1950398232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6824","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6825","nonce":1950398232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6822","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6823","nonce":1950398232}]},"public_addr":"172.21.15.69:6819/1950398232","cluster_addr":"172.21.15.69:6821/1950398232","heartbeat_back_addr":"172.21.15.69:6825/1950398232","heartbeat_front_addr":"172.21.15.69:6823/1950398232","state":["exists","up"]},{"osd":6,"uuid":"4727cfb1-cf25-45a2-9241-4ca27fd140fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6825","nonce":3132132300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6827","nonce":3132132300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6831","nonce":3132132300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6829","nonce":3132132300}]},"public_addr":"172.21.15.118:6825/3132132300","cluster_addr":"172.21.15.118:6827/3132132300","heartbeat_back_addr":"172.21.15.118:6831/3132132300","heartbeat_front_addr":"172.21.15.118:6829/3132132300","state":["exists","up"]},{"osd":7,"uuid":"5ef5463b-44f6-43cc-bb09-0ddcd33cac00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6826","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6827","nonce":2434353258}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6828","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6829","nonce":2434353258}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6832","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6833","nonce":2434353258}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6830","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6831","nonce":2434353258}]},"public_addr":"172.21.15.69:6827/2434353258","cluster_addr":"172.21.15.69:6829/2434353258","heartbeat_back_addr":"172.21.15.69:6833/2434353258","heartbeat_front_addr":"172.21.15.69:6831/2434353258","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":"2024-01-21T11:30:24.121217+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":"2024-01-21T11:30:37.086947+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":"2024-01-21T11:30:29.838855+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":"2024-01-21T11:30:45.539020+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":"2024-01-21T11:30:36.248228+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":"2024-01-21T11:30:53.546805+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":"2024-01-21T11:30:40.074787+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":"2024-01-21T11:31:00.536872+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:0/3214009892":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/2193736441":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6801/1122204628":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6800/1122204628":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6800/542033176":"2024-01-22T11:26:30.658110+0000","172.21.15.69:0/3867787160":"2024-01-22T11:26:30.658110+0000","172.21.15.69:6801/3586247396":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/159369433":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6801/542033176":"2024-01-22T11:26:30.658110+0000","172.21.15.69:6800/3586247396":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/3723659790":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/1593158455":"2024-01-22T11:26:30.658110+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}} 2024-01-21T11:31:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:50 smithi118 bash[17975]: audit 2024-01-21T11:31:49.503310+0000 mon.smithi069 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:50 smithi118 bash[17975]: cluster 2024-01-21T11:31:49.964978+0000 mgr.smithi069.gsebav (mgr.14180) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:50 smithi069 bash[14120]: audit 2024-01-21T11:31:49.503310+0000 mon.smithi069 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:50 smithi069 bash[14120]: cluster 2024-01-21T11:31:49.964978+0000 mgr.smithi069.gsebav (mgr.14180) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:51.622 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T11:31:51.623 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:31:51.822 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:51 smithi118 bash[17975]: audit 2024-01-21T11:31:50.544862+0000 mon.smithi069 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.69:0/3015094625' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:31:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:51 smithi069 bash[14120]: audit 2024-01-21T11:31:50.544862+0000 mon.smithi069 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.69:0/3015094625' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:31:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:52 smithi118 bash[17975]: cluster 2024-01-21T11:31:51.965538+0000 mgr.smithi069.gsebav (mgr.14180) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:52 smithi069 bash[14120]: cluster 2024-01-21T11:31:51.965538+0000 mgr.smithi069.gsebav (mgr.14180) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:54.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:54 smithi118 bash[17975]: audit 2024-01-21T11:31:53.157369+0000 mon.smithi069 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:54.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:54 smithi069 bash[14120]: audit 2024-01-21T11:31:53.157369+0000 mon.smithi069 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:31:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:55 smithi118 bash[17975]: cluster 2024-01-21T11:31:53.966034+0000 mgr.smithi069.gsebav (mgr.14180) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:55.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:55 smithi069 bash[14120]: cluster 2024-01-21T11:31:53.966034+0000 mgr.smithi069.gsebav (mgr.14180) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:56.689 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:31:57.474 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:57 smithi069 bash[14120]: cluster 2024-01-21T11:31:55.966592+0000 mgr.smithi069.gsebav (mgr.14180) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:57 smithi118 bash[17975]: cluster 2024-01-21T11:31:55.966592+0000 mgr.smithi069.gsebav (mgr.14180) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:59.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:31:59 smithi069 bash[14120]: cluster 2024-01-21T11:31:57.967158+0000 mgr.smithi069.gsebav (mgr.14180) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:31:59.423 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:31:59.424 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":43,"fsid":"bb17f6a2-b84f-11ee-95b0-87774f69a715","created":"2024-01-21T11:26:01.888684+0000","modified":"2024-01-21T11:31:03.199402+0000","last_up_change":"2024-01-21T11:31:02.190504+0000","last_in_change":"2024-01-21T11:30:02.630458+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"2024-01-21T11:30:37.824973+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":"396a64bc-e4f1-43a9-b4f1-1e8ccdea76a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6801","nonce":1522220135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6803","nonce":1522220135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6807","nonce":1522220135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":1522220135},{"type":"v1","addr":"172.21.15.118:6805","nonce":1522220135}]},"public_addr":"172.21.15.118:6801/1522220135","cluster_addr":"172.21.15.118:6803/1522220135","heartbeat_back_addr":"172.21.15.118:6807/1522220135","heartbeat_front_addr":"172.21.15.118:6805/1522220135","state":["exists","up"]},{"osd":1,"uuid":"caf2bca0-93b8-44be-b2f1-7298c5452baa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6803","nonce":440882115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6805","nonce":440882115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6809","nonce":440882115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":440882115},{"type":"v1","addr":"172.21.15.69:6807","nonce":440882115}]},"public_addr":"172.21.15.69:6803/440882115","cluster_addr":"172.21.15.69:6805/440882115","heartbeat_back_addr":"172.21.15.69:6809/440882115","heartbeat_front_addr":"172.21.15.69:6807/440882115","state":["exists","up"]},{"osd":2,"uuid":"ebca6655-54a2-41aa-883e-fe67529f5aac","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.118:6808","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6809","nonce":3631537435}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6811","nonce":3631537435}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6815","nonce":3631537435}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3631537435},{"type":"v1","addr":"172.21.15.118:6813","nonce":3631537435}]},"public_addr":"172.21.15.118:6809/3631537435","cluster_addr":"172.21.15.118:6811/3631537435","heartbeat_back_addr":"172.21.15.118:6815/3631537435","heartbeat_front_addr":"172.21.15.118:6813/3631537435","state":["exists","up"]},{"osd":3,"uuid":"b053e864-e98f-4dbd-af8b-dd2578c1ecff","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6810","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6811","nonce":1132543263}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6813","nonce":1132543263}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6816","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6817","nonce":1132543263}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":1132543263},{"type":"v1","addr":"172.21.15.69:6815","nonce":1132543263}]},"public_addr":"172.21.15.69:6811/1132543263","cluster_addr":"172.21.15.69:6813/1132543263","heartbeat_back_addr":"172.21.15.69:6817/1132543263","heartbeat_front_addr":"172.21.15.69:6815/1132543263","state":["exists","up"]},{"osd":4,"uuid":"959a182a-6a7e-4d58-908a-4fc191ce4b1b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6817","nonce":4024373550}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6819","nonce":4024373550}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6823","nonce":4024373550}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":4024373550},{"type":"v1","addr":"172.21.15.118:6821","nonce":4024373550}]},"public_addr":"172.21.15.118:6817/4024373550","cluster_addr":"172.21.15.118:6819/4024373550","heartbeat_back_addr":"172.21.15.118:6823/4024373550","heartbeat_front_addr":"172.21.15.118:6821/4024373550","state":["exists","up"]},{"osd":5,"uuid":"f72c036c-5e6a-4f86-936e-b61c7b2fd5f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6818","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6819","nonce":1950398232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6820","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6821","nonce":1950398232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6824","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6825","nonce":1950398232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6822","nonce":1950398232},{"type":"v1","addr":"172.21.15.69:6823","nonce":1950398232}]},"public_addr":"172.21.15.69:6819/1950398232","cluster_addr":"172.21.15.69:6821/1950398232","heartbeat_back_addr":"172.21.15.69:6825/1950398232","heartbeat_front_addr":"172.21.15.69:6823/1950398232","state":["exists","up"]},{"osd":6,"uuid":"4727cfb1-cf25-45a2-9241-4ca27fd140fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6825","nonce":3132132300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6827","nonce":3132132300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6831","nonce":3132132300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":3132132300},{"type":"v1","addr":"172.21.15.118:6829","nonce":3132132300}]},"public_addr":"172.21.15.118:6825/3132132300","cluster_addr":"172.21.15.118:6827/3132132300","heartbeat_back_addr":"172.21.15.118:6831/3132132300","heartbeat_front_addr":"172.21.15.118:6829/3132132300","state":["exists","up"]},{"osd":7,"uuid":"5ef5463b-44f6-43cc-bb09-0ddcd33cac00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6826","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6827","nonce":2434353258}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6828","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6829","nonce":2434353258}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6832","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6833","nonce":2434353258}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6830","nonce":2434353258},{"type":"v1","addr":"172.21.15.69:6831","nonce":2434353258}]},"public_addr":"172.21.15.69:6827/2434353258","cluster_addr":"172.21.15.69:6829/2434353258","heartbeat_back_addr":"172.21.15.69:6833/2434353258","heartbeat_front_addr":"172.21.15.69:6831/2434353258","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":"2024-01-21T11:30:24.121217+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":"2024-01-21T11:30:37.086947+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":"2024-01-21T11:30:29.838855+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":"2024-01-21T11:30:45.539020+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":"2024-01-21T11:30:36.248228+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":"2024-01-21T11:30:53.546805+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":"2024-01-21T11:30:40.074787+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":"2024-01-21T11:31:00.536872+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.69:0/3214009892":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/2193736441":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6801/1122204628":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6800/1122204628":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6800/542033176":"2024-01-22T11:26:30.658110+0000","172.21.15.69:0/3867787160":"2024-01-22T11:26:30.658110+0000","172.21.15.69:6801/3586247396":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/159369433":"2024-01-22T11:27:10.677858+0000","172.21.15.69:6801/542033176":"2024-01-22T11:26:30.658110+0000","172.21.15.69:6800/3586247396":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/3723659790":"2024-01-22T11:28:09.910165+0000","172.21.15.69:0/1593158455":"2024-01-22T11:26:30.658110+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}} 2024-01-21T11:31:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:31:59 smithi118 bash[17975]: cluster 2024-01-21T11:31:57.967158+0000 mgr.smithi069.gsebav (mgr.14180) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:00.197 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T11:32:00.572 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:00 smithi118 bash[17975]: audit 2024-01-21T11:31:59.423400+0000 mon.smithi069 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.69:0/417517578' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:32:00.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:00 smithi069 bash[14120]: audit 2024-01-21T11:31:59.423400+0000 mon.smithi069 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.69:0/417517578' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:32:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:01 smithi118 bash[17975]: cluster 2024-01-21T11:31:59.967661+0000 mgr.smithi069.gsebav (mgr.14180) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:01 smithi069 bash[14120]: cluster 2024-01-21T11:31:59.967661+0000 mgr.smithi069.gsebav (mgr.14180) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:03 smithi118 bash[17975]: cluster 2024-01-21T11:32:01.968230+0000 mgr.smithi069.gsebav (mgr.14180) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:03.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:03 smithi069 bash[14120]: cluster 2024-01-21T11:32:01.968230+0000 mgr.smithi069.gsebav (mgr.14180) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:04.980 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:05.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:05 smithi069 bash[14120]: cluster 2024-01-21T11:32:03.968884+0000 mgr.smithi069.gsebav (mgr.14180) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:05 smithi118 bash[17975]: cluster 2024-01-21T11:32:03.968884+0000 mgr.smithi069.gsebav (mgr.14180) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:07.539 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:07 smithi069 bash[14120]: cluster 2024-01-21T11:32:05.969487+0000 mgr.smithi069.gsebav (mgr.14180) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:07.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:07 smithi118 bash[17975]: cluster 2024-01-21T11:32:05.969487+0000 mgr.smithi069.gsebav (mgr.14180) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:08.532 INFO:teuthology.orchestra.run.smithi069.stdout:68719476760 2024-01-21T11:32:08.532 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T11:32:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:09 smithi118 bash[17975]: cluster 2024-01-21T11:32:07.970101+0000 mgr.smithi069.gsebav (mgr.14180) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:09.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:09 smithi069 bash[14120]: cluster 2024-01-21T11:32:07.970101+0000 mgr.smithi069.gsebav (mgr.14180) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:11.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:11 smithi118 bash[17975]: cluster 2024-01-21T11:32:09.970678+0000 mgr.smithi069.gsebav (mgr.14180) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:11 smithi069 bash[14120]: cluster 2024-01-21T11:32:09.970678+0000 mgr.smithi069.gsebav (mgr.14180) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:13.318 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:13.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:13 smithi118 bash[17975]: cluster 2024-01-21T11:32:11.971349+0000 mgr.smithi069.gsebav (mgr.14180) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:13.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:13 smithi069 bash[14120]: cluster 2024-01-21T11:32:11.971349+0000 mgr.smithi069.gsebav (mgr.14180) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:15.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:15 smithi069 bash[14120]: cluster 2024-01-21T11:32:13.972000+0000 mgr.smithi069.gsebav (mgr.14180) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:15.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:15 smithi118 bash[17975]: cluster 2024-01-21T11:32:13.972000+0000 mgr.smithi069.gsebav (mgr.14180) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:16.760 INFO:teuthology.orchestra.run.smithi069.stdout:107374182423 2024-01-21T11:32:16.763 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T11:32:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:17 smithi118 bash[17975]: cluster 2024-01-21T11:32:15.972483+0000 mgr.smithi069.gsebav (mgr.14180) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:17.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:17 smithi069 bash[14120]: cluster 2024-01-21T11:32:15.972483+0000 mgr.smithi069.gsebav (mgr.14180) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:19 smithi118 bash[17975]: cluster 2024-01-21T11:32:17.973002+0000 mgr.smithi069.gsebav (mgr.14180) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:19 smithi069 bash[14120]: cluster 2024-01-21T11:32:17.973002+0000 mgr.smithi069.gsebav (mgr.14180) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:21.554 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:21 smithi118 bash[17975]: cluster 2024-01-21T11:32:19.973576+0000 mgr.smithi069.gsebav (mgr.14180) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:21.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:21 smithi069 bash[14120]: cluster 2024-01-21T11:32:19.973576+0000 mgr.smithi069.gsebav (mgr.14180) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:23.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:23 smithi118 bash[17975]: cluster 2024-01-21T11:32:21.974132+0000 mgr.smithi069.gsebav (mgr.14180) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:23 smithi069 bash[14120]: cluster 2024-01-21T11:32:21.974132+0000 mgr.smithi069.gsebav (mgr.14180) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:25.247 INFO:teuthology.orchestra.run.smithi069.stdout:85899345945 2024-01-21T11:32:25.247 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T11:32:25.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:25 smithi118 bash[17975]: cluster 2024-01-21T11:32:23.974528+0000 mgr.smithi069.gsebav (mgr.14180) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:25 smithi069 bash[14120]: cluster 2024-01-21T11:32:23.974528+0000 mgr.smithi069.gsebav (mgr.14180) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:27 smithi118 bash[17975]: cluster 2024-01-21T11:32:25.975119+0000 mgr.smithi069.gsebav (mgr.14180) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:27 smithi069 bash[14120]: cluster 2024-01-21T11:32:25.975119+0000 mgr.smithi069.gsebav (mgr.14180) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:29 smithi118 bash[17975]: cluster 2024-01-21T11:32:27.975791+0000 mgr.smithi069.gsebav (mgr.14180) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:29 smithi069 bash[14120]: cluster 2024-01-21T11:32:27.975791+0000 mgr.smithi069.gsebav (mgr.14180) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:30.037 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:31 smithi118 bash[17975]: cluster 2024-01-21T11:32:29.976357+0000 mgr.smithi069.gsebav (mgr.14180) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:31 smithi069 bash[14120]: cluster 2024-01-21T11:32:29.976357+0000 mgr.smithi069.gsebav (mgr.14180) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:33.481 INFO:teuthology.orchestra.run.smithi069.stdout:141733920791 2024-01-21T11:32:33.482 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T11:32:33.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:33 smithi118 bash[17975]: cluster 2024-01-21T11:32:31.976893+0000 mgr.smithi069.gsebav (mgr.14180) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:33 smithi069 bash[14120]: cluster 2024-01-21T11:32:31.976893+0000 mgr.smithi069.gsebav (mgr.14180) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:35 smithi118 bash[17975]: cluster 2024-01-21T11:32:33.977543+0000 mgr.smithi069.gsebav (mgr.14180) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:35 smithi069 bash[14120]: cluster 2024-01-21T11:32:33.977543+0000 mgr.smithi069.gsebav (mgr.14180) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:37.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:37 smithi118 bash[17975]: cluster 2024-01-21T11:32:35.978219+0000 mgr.smithi069.gsebav (mgr.14180) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:37 smithi069 bash[14120]: cluster 2024-01-21T11:32:35.978219+0000 mgr.smithi069.gsebav (mgr.14180) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:38.263 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:39.489 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:39 smithi069 bash[14120]: cluster 2024-01-21T11:32:37.978797+0000 mgr.smithi069.gsebav (mgr.14180) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:39 smithi118 bash[17975]: cluster 2024-01-21T11:32:37.978797+0000 mgr.smithi069.gsebav (mgr.14180) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:41 smithi118 bash[17975]: cluster 2024-01-21T11:32:39.979276+0000 mgr.smithi069.gsebav (mgr.14180) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:41 smithi069 bash[14120]: cluster 2024-01-21T11:32:39.979276+0000 mgr.smithi069.gsebav (mgr.14180) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:41.708 INFO:teuthology.orchestra.run.smithi069.stdout:103079215131 2024-01-21T11:32:41.708 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T11:32:43.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:43 smithi118 bash[17975]: cluster 2024-01-21T11:32:41.979877+0000 mgr.smithi069.gsebav (mgr.14180) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:43 smithi069 bash[14120]: cluster 2024-01-21T11:32:41.979877+0000 mgr.smithi069.gsebav (mgr.14180) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:45 smithi069 bash[14120]: cluster 2024-01-21T11:32:43.980515+0000 mgr.smithi069.gsebav (mgr.14180) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:45 smithi118 bash[17975]: cluster 2024-01-21T11:32:43.980515+0000 mgr.smithi069.gsebav (mgr.14180) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:46.499 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:47 smithi069 bash[14120]: cluster 2024-01-21T11:32:45.981069+0000 mgr.smithi069.gsebav (mgr.14180) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:47 smithi118 bash[17975]: cluster 2024-01-21T11:32:45.981069+0000 mgr.smithi069.gsebav (mgr.14180) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:49.421 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:49 smithi069 bash[14120]: cluster 2024-01-21T11:32:47.981716+0000 mgr.smithi069.gsebav (mgr.14180) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:49 smithi118 bash[17975]: cluster 2024-01-21T11:32:47.981716+0000 mgr.smithi069.gsebav (mgr.14180) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:50.131 INFO:teuthology.orchestra.run.smithi069.stdout:163208757273 2024-01-21T11:32:50.131 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T11:32:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:51 smithi069 bash[14120]: cluster 2024-01-21T11:32:49.982316+0000 mgr.smithi069.gsebav (mgr.14180) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:51 smithi118 bash[17975]: cluster 2024-01-21T11:32:49.982316+0000 mgr.smithi069.gsebav (mgr.14180) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:53.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:53 smithi069 bash[14120]: cluster 2024-01-21T11:32:51.982965+0000 mgr.smithi069.gsebav (mgr.14180) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:53.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:53 smithi069 bash[14120]: audit 2024-01-21T11:32:53.162030+0000 mon.smithi069 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:32:53.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:53 smithi118 bash[17975]: cluster 2024-01-21T11:32:51.982965+0000 mgr.smithi069.gsebav (mgr.14180) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:53.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:53 smithi118 bash[17975]: audit 2024-01-21T11:32:53.162030+0000 mon.smithi069 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:32:54.910 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:32:55.687 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:55 smithi069 bash[14120]: cluster 2024-01-21T11:32:53.983589+0000 mgr.smithi069.gsebav (mgr.14180) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:55 smithi118 bash[17975]: cluster 2024-01-21T11:32:53.983589+0000 mgr.smithi069.gsebav (mgr.14180) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:57 smithi069 bash[14120]: cluster 2024-01-21T11:32:55.984138+0000 mgr.smithi069.gsebav (mgr.14180) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:57 smithi118 bash[17975]: cluster 2024-01-21T11:32:55.984138+0000 mgr.smithi069.gsebav (mgr.14180) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:58.333 INFO:teuthology.orchestra.run.smithi069.stdout:120259084319 2024-01-21T11:32:58.334 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T11:32:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: cluster 2024-01-21T11:32:57.984525+0000 mgr.smithi069.gsebav (mgr.14180) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: audit 2024-01-21T11:32:58.627686+0000 mon.smithi069 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:32:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: audit 2024-01-21T11:32:58.977581+0000 mon.smithi069 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:32:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: audit 2024-01-21T11:32:59.245620+0000 mon.smithi069 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:32:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: audit 2024-01-21T11:32:59.246750+0000 mon.smithi069 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:32:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: audit 2024-01-21T11:32:59.254601+0000 mon.smithi069 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:32:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:32:59 smithi118 bash[17975]: audit 2024-01-21T11:32:59.262284+0000 mon.smithi069 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:32:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: cluster 2024-01-21T11:32:57.984525+0000 mgr.smithi069.gsebav (mgr.14180) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:32:59.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: audit 2024-01-21T11:32:58.627686+0000 mon.smithi069 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:32:59.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: audit 2024-01-21T11:32:58.977581+0000 mon.smithi069 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:32:59.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: audit 2024-01-21T11:32:59.245620+0000 mon.smithi069 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:32:59.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: audit 2024-01-21T11:32:59.246750+0000 mon.smithi069 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:32:59.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: audit 2024-01-21T11:32:59.254601+0000 mon.smithi069 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:32:59.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:32:59 smithi069 bash[14120]: audit 2024-01-21T11:32:59.262284+0000 mon.smithi069 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:33:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:01 smithi118 bash[17975]: cluster 2024-01-21T11:32:59.985077+0000 mgr.smithi069.gsebav (mgr.14180) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:01 smithi069 bash[14120]: cluster 2024-01-21T11:32:59.985077+0000 mgr.smithi069.gsebav (mgr.14180) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:03.121 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:03 smithi118 bash[17975]: cluster 2024-01-21T11:33:01.985657+0000 mgr.smithi069.gsebav (mgr.14180) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:03 smithi069 bash[14120]: cluster 2024-01-21T11:33:01.985657+0000 mgr.smithi069.gsebav (mgr.14180) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:05.649 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:05 smithi069 bash[14120]: cluster 2024-01-21T11:33:03.986280+0000 mgr.smithi069.gsebav (mgr.14180) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:05 smithi118 bash[17975]: cluster 2024-01-21T11:33:03.986280+0000 mgr.smithi069.gsebav (mgr.14180) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:06.375 INFO:teuthology.orchestra.run.smithi069.stdout:180388626459 2024-01-21T11:33:06.376 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T11:33:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:07 smithi069 bash[14120]: cluster 2024-01-21T11:33:05.986896+0000 mgr.smithi069.gsebav (mgr.14180) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:07 smithi118 bash[17975]: cluster 2024-01-21T11:33:05.986896+0000 mgr.smithi069.gsebav (mgr.14180) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:09 smithi118 bash[17975]: cluster 2024-01-21T11:33:07.987468+0000 mgr.smithi069.gsebav (mgr.14180) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:09 smithi069 bash[14120]: cluster 2024-01-21T11:33:07.987468+0000 mgr.smithi069.gsebav (mgr.14180) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:11.161 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:11 smithi069 bash[14120]: cluster 2024-01-21T11:33:09.988075+0000 mgr.smithi069.gsebav (mgr.14180) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:11 smithi118 bash[17975]: cluster 2024-01-21T11:33:09.988075+0000 mgr.smithi069.gsebav (mgr.14180) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:13 smithi118 bash[17975]: cluster 2024-01-21T11:33:11.988665+0000 mgr.smithi069.gsebav (mgr.14180) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:13 smithi069 bash[14120]: cluster 2024-01-21T11:33:11.988665+0000 mgr.smithi069.gsebav (mgr.14180) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:13.962 INFO:teuthology.orchestra.run.smithi069.stdout:68719476773 2024-01-21T11:33:14.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:14 smithi069 bash[14120]: audit 2024-01-21T11:33:13.963135+0000 mon.smithi069 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.69:0/2778016565' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T11:33:14.653 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476760 got 68719476773 for osd.0 2024-01-21T11:33:14.654 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T11:33:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:14 smithi118 bash[17975]: audit 2024-01-21T11:33:13.963135+0000 mon.smithi069 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.69:0/2778016565' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T11:33:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:15 smithi118 bash[17975]: cluster 2024-01-21T11:33:13.989181+0000 mgr.smithi069.gsebav (mgr.14180) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:15 smithi069 bash[14120]: cluster 2024-01-21T11:33:13.989181+0000 mgr.smithi069.gsebav (mgr.14180) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:16 smithi118 bash[17975]: cluster 2024-01-21T11:33:15.989712+0000 mgr.smithi069.gsebav (mgr.14180) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:16 smithi069 bash[14120]: cluster 2024-01-21T11:33:15.989712+0000 mgr.smithi069.gsebav (mgr.14180) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:19.433 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:19.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:19 smithi069 bash[14120]: cluster 2024-01-21T11:33:17.990324+0000 mgr.smithi069.gsebav (mgr.14180) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:19 smithi118 bash[17975]: cluster 2024-01-21T11:33:17.990324+0000 mgr.smithi069.gsebav (mgr.14180) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:21 smithi118 bash[17975]: cluster 2024-01-21T11:33:19.990924+0000 mgr.smithi069.gsebav (mgr.14180) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:21 smithi069 bash[14120]: cluster 2024-01-21T11:33:19.990924+0000 mgr.smithi069.gsebav (mgr.14180) 202 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:22.409 INFO:teuthology.orchestra.run.smithi069.stdout:107374182436 2024-01-21T11:33:23.121 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182423 got 107374182436 for osd.1 2024-01-21T11:33:23.121 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T11:33:23.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:23 smithi118 bash[17975]: cluster 2024-01-21T11:33:21.991521+0000 mgr.smithi069.gsebav (mgr.14180) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:23.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:23 smithi118 bash[17975]: audit 2024-01-21T11:33:22.409919+0000 mon.smithi069 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.69:0/2762719812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T11:33:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:23 smithi069 bash[14120]: cluster 2024-01-21T11:33:21.991521+0000 mgr.smithi069.gsebav (mgr.14180) 203 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:23 smithi069 bash[14120]: audit 2024-01-21T11:33:22.409919+0000 mon.smithi069 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.69:0/2762719812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T11:33:25.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:25 smithi118 bash[17975]: cluster 2024-01-21T11:33:23.992125+0000 mgr.smithi069.gsebav (mgr.14180) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:25 smithi069 bash[14120]: cluster 2024-01-21T11:33:23.992125+0000 mgr.smithi069.gsebav (mgr.14180) 204 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:27 smithi118 bash[17975]: cluster 2024-01-21T11:33:25.992589+0000 mgr.smithi069.gsebav (mgr.14180) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:27 smithi069 bash[14120]: cluster 2024-01-21T11:33:25.992589+0000 mgr.smithi069.gsebav (mgr.14180) 205 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:27.903 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:29 smithi118 bash[17975]: cluster 2024-01-21T11:33:27.993247+0000 mgr.smithi069.gsebav (mgr.14180) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:29 smithi069 bash[14120]: cluster 2024-01-21T11:33:27.993247+0000 mgr.smithi069.gsebav (mgr.14180) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:30.963 INFO:teuthology.orchestra.run.smithi069.stdout:85899345958 2024-01-21T11:33:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:31 smithi118 bash[17975]: cluster 2024-01-21T11:33:29.993871+0000 mgr.smithi069.gsebav (mgr.14180) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:31 smithi118 bash[17975]: audit 2024-01-21T11:33:30.963651+0000 mon.smithi069 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.69:0/4001238910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T11:33:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:31 smithi069 bash[14120]: cluster 2024-01-21T11:33:29.993871+0000 mgr.smithi069.gsebav (mgr.14180) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:31 smithi069 bash[14120]: audit 2024-01-21T11:33:30.963651+0000 mon.smithi069 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.69:0/4001238910' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T11:33:31.721 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2024-01-21T11:33:31.721 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T11:33:33.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:33 smithi118 bash[17975]: cluster 2024-01-21T11:33:31.994436+0000 mgr.smithi069.gsebav (mgr.14180) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:33 smithi069 bash[14120]: cluster 2024-01-21T11:33:31.994436+0000 mgr.smithi069.gsebav (mgr.14180) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:35 smithi118 bash[17975]: cluster 2024-01-21T11:33:33.995077+0000 mgr.smithi069.gsebav (mgr.14180) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:35 smithi069 bash[14120]: cluster 2024-01-21T11:33:33.995077+0000 mgr.smithi069.gsebav (mgr.14180) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:36.502 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:37.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:37 smithi118 bash[17975]: cluster 2024-01-21T11:33:35.995708+0000 mgr.smithi069.gsebav (mgr.14180) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:37 smithi069 bash[14120]: cluster 2024-01-21T11:33:35.995708+0000 mgr.smithi069.gsebav (mgr.14180) 210 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:39.307 INFO:teuthology.orchestra.run.smithi069.stdout:141733920804 2024-01-21T11:33:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:39 smithi118 bash[17975]: cluster 2024-01-21T11:33:37.996279+0000 mgr.smithi069.gsebav (mgr.14180) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:39 smithi069 bash[14120]: cluster 2024-01-21T11:33:37.996279+0000 mgr.smithi069.gsebav (mgr.14180) 211 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:39.988 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920791 got 141733920804 for osd.3 2024-01-21T11:33:39.989 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T11:33:40.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:40 smithi118 bash[17975]: audit 2024-01-21T11:33:39.307566+0000 mon.smithi069 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.69:0/2334351211' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T11:33:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:40 smithi069 bash[14120]: audit 2024-01-21T11:33:39.307566+0000 mon.smithi069 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.69:0/2334351211' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T11:33:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:41 smithi118 bash[17975]: cluster 2024-01-21T11:33:39.996790+0000 mgr.smithi069.gsebav (mgr.14180) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:41 smithi069 bash[14120]: cluster 2024-01-21T11:33:39.996790+0000 mgr.smithi069.gsebav (mgr.14180) 212 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:43.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:43 smithi118 bash[17975]: cluster 2024-01-21T11:33:41.997353+0000 mgr.smithi069.gsebav (mgr.14180) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:43 smithi069 bash[14120]: cluster 2024-01-21T11:33:41.997353+0000 mgr.smithi069.gsebav (mgr.14180) 213 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:44.769 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:45 smithi118 bash[17975]: cluster 2024-01-21T11:33:43.998001+0000 mgr.smithi069.gsebav (mgr.14180) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:45.589 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:45 smithi069 bash[14120]: cluster 2024-01-21T11:33:43.998001+0000 mgr.smithi069.gsebav (mgr.14180) 214 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:47 smithi118 bash[17975]: cluster 2024-01-21T11:33:45.998557+0000 mgr.smithi069.gsebav (mgr.14180) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:47 smithi069 bash[14120]: cluster 2024-01-21T11:33:45.998557+0000 mgr.smithi069.gsebav (mgr.14180) 215 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:47.657 INFO:teuthology.orchestra.run.smithi069.stdout:103079215144 2024-01-21T11:33:48.411 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215131 got 103079215144 for osd.4 2024-01-21T11:33:48.411 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T11:33:48.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:48 smithi118 bash[17975]: audit 2024-01-21T11:33:47.658116+0000 mon.smithi069 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.69:0/3615755474' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T11:33:48.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:48 smithi069 bash[14120]: audit 2024-01-21T11:33:47.658116+0000 mon.smithi069 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.69:0/3615755474' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T11:33:49.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:49 smithi118 bash[17975]: cluster 2024-01-21T11:33:47.999144+0000 mgr.smithi069.gsebav (mgr.14180) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:49 smithi069 bash[14120]: cluster 2024-01-21T11:33:47.999144+0000 mgr.smithi069.gsebav (mgr.14180) 216 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:51.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:51 smithi118 bash[17975]: cluster 2024-01-21T11:33:49.999757+0000 mgr.smithi069.gsebav (mgr.14180) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:51 smithi069 bash[14120]: cluster 2024-01-21T11:33:49.999757+0000 mgr.smithi069.gsebav (mgr.14180) 217 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:53.194 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:33:53.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:53 smithi118 bash[17975]: cluster 2024-01-21T11:33:52.000342+0000 mgr.smithi069.gsebav (mgr.14180) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:53.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:53 smithi069 bash[14120]: cluster 2024-01-21T11:33:52.000342+0000 mgr.smithi069.gsebav (mgr.14180) 218 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:55 smithi118 bash[17975]: cluster 2024-01-21T11:33:54.000749+0000 mgr.smithi069.gsebav (mgr.14180) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:55.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:55 smithi069 bash[14120]: cluster 2024-01-21T11:33:54.000749+0000 mgr.smithi069.gsebav (mgr.14180) 219 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:56.154 INFO:teuthology.orchestra.run.smithi069.stdout:163208757286 2024-01-21T11:33:56.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:56 smithi069 bash[14120]: audit 2024-01-21T11:33:56.154667+0000 mon.smithi069 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.69:0/3145306105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T11:33:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:56 smithi118 bash[17975]: audit 2024-01-21T11:33:56.154667+0000 mon.smithi069 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.69:0/3145306105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T11:33:56.854 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757273 got 163208757286 for osd.5 2024-01-21T11:33:56.854 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T11:33:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:57 smithi069 bash[14120]: cluster 2024-01-21T11:33:56.001215+0000 mgr.smithi069.gsebav (mgr.14180) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:57 smithi118 bash[17975]: cluster 2024-01-21T11:33:56.001215+0000 mgr.smithi069.gsebav (mgr.14180) 220 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:59 smithi069 bash[14120]: cluster 2024-01-21T11:33:58.001817+0000 mgr.smithi069.gsebav (mgr.14180) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:33:59 smithi069 bash[14120]: audit 2024-01-21T11:33:59.272422+0000 mon.smithi069 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:33:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:59 smithi118 bash[17975]: cluster 2024-01-21T11:33:58.001817+0000 mgr.smithi069.gsebav (mgr.14180) 221 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:33:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:33:59 smithi118 bash[17975]: audit 2024-01-21T11:33:59.272422+0000 mon.smithi069 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:34:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:01 smithi069 bash[14120]: cluster 2024-01-21T11:34:00.002451+0000 mgr.smithi069.gsebav (mgr.14180) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:01.640 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:34:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:01 smithi118 bash[17975]: cluster 2024-01-21T11:34:00.002451+0000 mgr.smithi069.gsebav (mgr.14180) 222 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:03.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:03 smithi069 bash[14120]: cluster 2024-01-21T11:34:02.003070+0000 mgr.smithi069.gsebav (mgr.14180) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:03 smithi118 bash[17975]: cluster 2024-01-21T11:34:02.003070+0000 mgr.smithi069.gsebav (mgr.14180) 223 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:04.648 INFO:teuthology.orchestra.run.smithi069.stdout:120259084332 2024-01-21T11:34:05.411 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084319 got 120259084332 for osd.6 2024-01-21T11:34:05.411 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: cluster 2024-01-21T11:34:04.003478+0000 mgr.smithi069.gsebav (mgr.14180) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:04.648769+0000 mon.smithi069 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.69:0/2652198741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:04.710893+0000 mon.smithi069 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:04.934886+0000 mon.smithi069 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:05.201600+0000 mon.smithi069 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:05.202707+0000 mon.smithi069 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:05.209926+0000 mon.smithi069 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:34:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:05 smithi118 bash[17975]: audit 2024-01-21T11:34:05.217585+0000 mon.smithi069 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:34:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: cluster 2024-01-21T11:34:04.003478+0000 mgr.smithi069.gsebav (mgr.14180) 224 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:04.648769+0000 mon.smithi069 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.69:0/2652198741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:04.710893+0000 mon.smithi069 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:04.934886+0000 mon.smithi069 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:05.201600+0000 mon.smithi069 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:05.202707+0000 mon.smithi069 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:05.209926+0000 mon.smithi069 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:34:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:05 smithi069 bash[14120]: audit 2024-01-21T11:34:05.217585+0000 mon.smithi069 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:34:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:07 smithi069 bash[14120]: cluster 2024-01-21T11:34:06.004017+0000 mgr.smithi069.gsebav (mgr.14180) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:07 smithi118 bash[17975]: cluster 2024-01-21T11:34:06.004017+0000 mgr.smithi069.gsebav (mgr.14180) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:09 smithi118 bash[17975]: cluster 2024-01-21T11:34:08.004505+0000 mgr.smithi069.gsebav (mgr.14180) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:09 smithi069 bash[14120]: cluster 2024-01-21T11:34:08.004505+0000 mgr.smithi069.gsebav (mgr.14180) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:10.198 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:34:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:11 smithi118 bash[17975]: cluster 2024-01-21T11:34:10.005131+0000 mgr.smithi069.gsebav (mgr.14180) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:11 smithi069 bash[14120]: cluster 2024-01-21T11:34:10.005131+0000 mgr.smithi069.gsebav (mgr.14180) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:13.077 INFO:teuthology.orchestra.run.smithi069.stdout:180388626472 2024-01-21T11:34:13.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:13 smithi069 bash[14120]: cluster 2024-01-21T11:34:12.005848+0000 mgr.smithi069.gsebav (mgr.14180) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:13 smithi069 bash[14120]: audit 2024-01-21T11:34:13.077393+0000 mon.smithi069 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.69:0/3117145590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T11:34:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:13 smithi118 bash[17975]: cluster 2024-01-21T11:34:12.005848+0000 mgr.smithi069.gsebav (mgr.14180) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:13 smithi118 bash[17975]: audit 2024-01-21T11:34:13.077393+0000 mon.smithi069 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.69:0/3117145590' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T11:34:13.835 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626459 got 180388626472 for osd.7 2024-01-21T11:34:13.835 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T11:34:13.836 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:34:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:15 smithi118 bash[17975]: cluster 2024-01-21T11:34:14.006486+0000 mgr.smithi069.gsebav (mgr.14180) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:15 smithi069 bash[14120]: cluster 2024-01-21T11:34:14.006486+0000 mgr.smithi069.gsebav (mgr.14180) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:17 smithi069 bash[14120]: cluster 2024-01-21T11:34:16.007027+0000 mgr.smithi069.gsebav (mgr.14180) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:17 smithi118 bash[17975]: cluster 2024-01-21T11:34:16.007027+0000 mgr.smithi069.gsebav (mgr.14180) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:18.612 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:34:19.754 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:19 smithi069 bash[14120]: cluster 2024-01-21T11:34:18.007625+0000 mgr.smithi069.gsebav (mgr.14180) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:19 smithi118 bash[17975]: cluster 2024-01-21T11:34:18.007625+0000 mgr.smithi069.gsebav (mgr.14180) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:21 smithi069 bash[14120]: cluster 2024-01-21T11:34:20.008092+0000 mgr.smithi069.gsebav (mgr.14180) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:21.608 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:34:21.610 INFO:teuthology.orchestra.run.smithi069.stderr:dumped all 2024-01-21T11:34:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:21 smithi118 bash[17975]: cluster 2024-01-21T11:34:20.008092+0000 mgr.smithi069.gsebav (mgr.14180) 232 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:22.368 INFO:teuthology.orchestra.run.smithi069.stdout:{"pg_ready":true,"pg_map":{"version":217,"stamp":"2024-01-21T11:34:20.007925+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":2380160,"kb_used_data":3392,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548288,"statfs":{"total":767926730752,"available":765489446912,"internally_reserved":0,"allocated":3473408,"data_stored":1343936,"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":43,"state":"active+clean","last_fresh":"2024-01-21T11:31:03.213090+0000","last_change":"2024-01-21T11:31:03.213090+0000","last_active":"2024-01-21T11:31:03.213090+0000","last_peered":"2024-01-21T11:31:03.213090+0000","last_clean":"2024-01-21T11:31:03.213090+0000","last_became_active":"2024-01-21T11:31:03.212738+0000","last_became_peered":"2024-01-21T11:31:03.212738+0000","last_unstale":"2024-01-21T11:31:03.213090+0000","last_undegraded":"2024-01-21T11:31:03.213090+0000","last_fullsized":"2024-01-21T11:31:03.213090+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:30:38.385079+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:30:38.385079+0000","last_clean_scrub_stamp":"2024-01-21T11:30:38.385079+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":6}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626474,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.84499999999999997,"15min":0.85699999999999998},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.103,"5min":1.637,"15min":1.637},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.86899999999999999,"15min":0.877},"min":{"1min":0.55500000000000005,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.123,"5min":1.712,"15min":1.712},"last":0.96199999999999997}]},{"osd":1,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.67700000000000005,"15min":0.66500000000000004},"min":{"1min":0.48899999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.95299999999999996,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.746,"5min":0.72899999999999998,"15min":0.71699999999999997},"min":{"1min":0.57299999999999995,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.0900000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.79200000000000004}]},{"osd":2,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.82999999999999996,"15min":0.82599999999999996},"min":{"1min":0.627,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.0529999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.88200000000000001,"15min":0.86599999999999999},"min":{"1min":0.63200000000000001,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.1779999999999999,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.073}]},{"osd":3,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.79300000000000004,"15min":0.78200000000000003},"min":{"1min":0.55500000000000005,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.139,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.036},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.79500000000000004,"15min":0.77300000000000002},"min":{"1min":0.59899999999999998,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.0780000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.74299999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.91300000000000003,"15min":0.91200000000000003},"min":{"1min":0.72399999999999998,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.113,"5min":1.159,"15min":1.159},"last":0.85999999999999999},{"interface":"front","average":{"1min":1.056,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.81399999999999995,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":0.83199999999999996}]},{"osd":5,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":0.96399999999999997,"15min":0.94099999999999995},"min":{"1min":0.77800000000000002,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.266,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.0089999999999999},{"interface":"front","average":{"1min":1.0209999999999999,"5min":0.97299999999999998,"15min":0.96799999999999997},"min":{"1min":0.86599999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.244,"5min":1.393,"15min":1.393},"last":0.90400000000000003}]},{"osd":6,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.0600000000000001,"15min":1.054},"min":{"1min":0.81599999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.3280000000000001,"5min":1.468,"15min":1.468},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.046,"5min":1.0529999999999999,"15min":1.0529999999999999},"min":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.206,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.94599999999999995}]}]},{"osd":5,"up_from":38,"seq":163208757291,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.88600000000000001,"15min":0.89000000000000001},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.1539999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.90800000000000003},{"interface":"front","average":{"1min":0.879,"5min":0.84299999999999997,"15min":0.83599999999999997},"min":{"1min":0.63500000000000001,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.25,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.88500000000000001}]},{"osd":1,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.67100000000000004,"15min":0.64000000000000001},"min":{"1min":0.55900000000000005,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.76600000000000001,"15min":0.754},"min":{"1min":0.59699999999999998,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.78500000000000003}]},{"osd":2,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.96699999999999997,"15min":0.96499999999999997},"min":{"1min":0.78800000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":1.1259999999999999},{"interface":"front","average":{"1min":0.873,"5min":0.86499999999999999,"15min":0.85499999999999998},"min":{"1min":0.57999999999999996,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.1859999999999999,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.93700000000000006}]},{"osd":3,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.77100000000000002,"15min":0.73399999999999999},"min":{"1min":0.57999999999999996,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.87,"5min":0.76700000000000002,"15min":0.72799999999999998},"min":{"1min":0.622,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":0.84399999999999997}]},{"osd":4,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.90500000000000003,"15min":0.873},"min":{"1min":0.70999999999999996,"5min":0.628,"15min":0.628},"max":{"1min":1.5600000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0209999999999999,"15min":1.0049999999999999},"min":{"1min":0.86599999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2310000000000001,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.014}]},{"osd":6,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.99399999999999999,"15min":0.95999999999999996},"min":{"1min":0.85499999999999998,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0149999999999999,"15min":0.99099999999999999},"min":{"1min":0.79100000000000004,"5min":0.63,"15min":0.63},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":1.0449999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0189999999999999,"15min":1.0029999999999999},"min":{"1min":0.80300000000000005,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.228,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.002,"15min":0.96799999999999997},"min":{"1min":0.79200000000000004,"5min":0.441,"15min":0.441},"max":{"1min":1.544,"5min":1.544,"15min":1.544},"last":1.0740000000000001}]}]},{"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":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:34 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68100000000000005,"15min":0.68500000000000005},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.80000000000000004,"15min":0.79300000000000004},"min":{"1min":0.56799999999999995,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.3420000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.90700000000000003}]},{"osd":1,"last update":"Sun Jan 21 11:33:48 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.94099999999999995,"15min":0.91100000000000003},"min":{"1min":0.749,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.004},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.90500000000000003,"15min":0.90300000000000002},"min":{"1min":0.68200000000000005,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.143,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.141}]},{"osd":3,"last update":"Sun Jan 21 11:33:54 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.88800000000000001,"15min":0.85999999999999999},"min":{"1min":0.71699999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.85599999999999998},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.89800000000000002,"15min":0.91000000000000003},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.03,"5min":1.21,"15min":1.21},"last":0.79600000000000004}]},{"osd":4,"last update":"Sun Jan 21 11:33:39 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.86899999999999999,"15min":0.85699999999999998},"min":{"1min":0.64300000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":1.0409999999999999},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90900000000000003,"15min":0.91300000000000003},"min":{"1min":0.63700000000000001,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2629999999999999,"5min":1.401,"15min":1.401},"last":0.74299999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:34:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.0109999999999999,"15min":0.99099999999999999},"min":{"1min":0.84799999999999998,"5min":0.747,"15min":0.747},"max":{"1min":1.3029999999999999,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.034,"5min":1.016,"15min":1.004},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.0609999999999999}]},{"osd":6,"last update":"Sun Jan 21 11:33:48 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.036,"15min":1.0449999999999999},"min":{"1min":0.79700000000000004,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.3,"5min":1.367,"15min":1.367},"last":0.84199999999999997},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0449999999999999,"15min":1.0509999999999999},"min":{"1min":0.83599999999999997,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2390000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.94399999999999995}]},{"osd":7,"last update":"Sun Jan 21 11:34:09 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0269999999999999,"15min":1.038},"min":{"1min":0.749,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.224,"5min":1.238,"15min":1.238},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.1859999999999999,"5min":1.2,"15min":1.202},"min":{"1min":1.054,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.3580000000000001,"5min":1.611,"15min":1.611},"last":1.0860000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.90300000000000002,"15min":0.90600000000000003},"min":{"1min":0.63800000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1519999999999999,"5min":1.516,"15min":1.516},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.879,"5min":0.91800000000000004,"15min":0.92500000000000004},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":1.008}]},{"osd":2,"last update":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.83999999999999997,"15min":0.83599999999999997},"min":{"1min":0.60699999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.169,"5min":1.9670000000000001,"15min":1.9670000000000001},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.88,"5min":0.876,"15min":0.86399999999999999},"min":{"1min":0.60199999999999998,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.167,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.91300000000000003}]},{"osd":3,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.93100000000000005,"15min":0.91700000000000004},"min":{"1min":0.69099999999999995,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.2709999999999999,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.98299999999999998,"15min":0.97599999999999998},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.1379999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":0.66800000000000004}]},{"osd":4,"last update":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.84099999999999997,"15min":0.85299999999999998},"min":{"1min":0.65600000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.083,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":0.72899999999999998},{"interface":"front","average":{"1min":1.012,"5min":0.95399999999999996,"15min":0.92700000000000005},"min":{"1min":0.71599999999999997,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.3080000000000001,"5min":1.829,"15min":1.829},"last":1.087}]},{"osd":5,"last update":"Sun Jan 21 11:34:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0209999999999999,"15min":0.999},"min":{"1min":0.81899999999999995,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.2050000000000001,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":1.123},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.94599999999999995,"15min":0.95999999999999996},"min":{"1min":0.67400000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.131,"5min":1.631,"15min":1.631},"last":0.84299999999999997}]},{"osd":6,"last update":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.0469999999999999,"15min":1.02},"min":{"1min":0.82099999999999995,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.379,"5min":1.736,"15min":1.736},"last":1.216},{"interface":"front","average":{"1min":1.113,"5min":1.0800000000000001,"15min":1.056},"min":{"1min":0.755,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.3879999999999999,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.1870000000000001}]},{"osd":7,"last update":"Sun Jan 21 11:34:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2010000000000001,"5min":1.1839999999999999,"15min":1.1659999999999999},"min":{"1min":0.97799999999999998,"5min":0.91400000000000003,"15min":0.91400000000000003},"max":{"1min":1.341,"5min":1.659,"15min":1.659},"last":1.246},{"interface":"front","average":{"1min":1.044,"5min":1.0509999999999999,"15min":1.048},"min":{"1min":0.90700000000000003,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.2709999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.069}]}]},{"osd":4,"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":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.76700000000000002,"5min":0.74199999999999999,"15min":0.73199999999999998},"min":{"1min":0.52400000000000002,"5min":0.435,"15min":0.435},"max":{"1min":1.0569999999999999,"5min":1.169,"15min":1.169},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.751,"15min":0.72899999999999998},"min":{"1min":0.54200000000000004,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.097,"5min":1.097,"15min":1.097},"last":0.74199999999999999}]},{"osd":1,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.879,"15min":0.85499999999999998},"min":{"1min":0.69199999999999995,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.115,"5min":1.266,"15min":1.266},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.89400000000000002,"15min":0.872},"min":{"1min":0.71699999999999997,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":0.93500000000000005}]},{"osd":2,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.82899999999999996,"15min":0.82799999999999996},"min":{"1min":0.64700000000000002,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.83499999999999996,"15min":0.81899999999999995},"min":{"1min":0.58099999999999996,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.69699999999999995}]},{"osd":3,"last update":"Sun Jan 21 11:33:50 2024","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.0149999999999999,"15min":0.98899999999999999},"min":{"1min":0.81899999999999995,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":2.4159999999999999,"5min":2.4159999999999999,"15min":2.4159999999999999},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.0489999999999999,"5min":0.98599999999999999,"15min":0.95799999999999996},"min":{"1min":0.81299999999999994,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":2.431,"5min":2.431,"15min":2.431},"last":0.96799999999999997}]},{"osd":5,"last update":"Sun Jan 21 11:34:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":0.97799999999999998,"15min":0.96099999999999997},"min":{"1min":0.78100000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4550000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.97799999999999998},{"interface":"front","average":{"1min":1.117,"5min":1.0409999999999999,"15min":1.0129999999999999},"min":{"1min":0.89800000000000002,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":2.0859999999999999,"5min":2.0859999999999999,"15min":2.0859999999999999},"last":1.05}]},{"osd":6,"last update":"Sun Jan 21 11:33:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.0269999999999999,"15min":1.012},"min":{"1min":0.77800000000000002,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":2.3460000000000001,"5min":2.3460000000000001,"15min":2.3460000000000001},"last":0.91200000000000003},{"interface":"front","average":{"1min":1.127,"5min":1.0469999999999999,"15min":1.0269999999999999},"min":{"1min":0.88500000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":2.2949999999999999,"5min":2.2949999999999999,"15min":2.2949999999999999},"last":1.1339999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.194,"5min":1.137,"15min":1.121},"min":{"1min":0.90300000000000002,"5min":0.872,"15min":0.872},"max":{"1min":2.5339999999999998,"5min":2.5339999999999998,"15min":2.5339999999999998},"last":0.79200000000000004},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.0760000000000001,"15min":1.056},"min":{"1min":0.95499999999999996,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.022}]}]},{"osd":1,"up_from":25,"seq":107374182448,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.875,"15min":0.873},"min":{"1min":0.56399999999999995,"5min":0.504,"15min":0.504},"max":{"1min":1.1140000000000001,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.85799999999999998,"15min":0.85899999999999999},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":1.1140000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.878,"15min":0.86699999999999999},"min":{"1min":0.73599999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.91700000000000004,"15min":0.91100000000000003},"min":{"1min":0.73999999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1539999999999999,"5min":1.472,"15min":1.472},"last":0.81000000000000005}]},{"osd":3,"last update":"Sun Jan 21 11:33:57 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81899999999999995},"min":{"1min":0.51900000000000002,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.129,"5min":1.395,"15min":1.395},"last":1.093},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79500000000000004,"15min":0.79900000000000004},"min":{"1min":0.56499999999999995,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.0389999999999999,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.96199999999999997}]},{"osd":4,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.93600000000000005,"15min":0.93400000000000005},"min":{"1min":0.63500000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.92100000000000004,"15min":0.91500000000000004},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.101,"5min":1.254,"15min":1.254},"last":1.0660000000000001}]},{"osd":5,"last update":"Sun Jan 21 11:34:02 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.93700000000000006,"15min":0.94799999999999995},"min":{"1min":0.505,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.282,"5min":1.49,"15min":1.49},"last":1.194},{"interface":"front","average":{"1min":1.0620000000000001,"5min":0.97399999999999998,"15min":0.95399999999999996},"min":{"1min":0.53300000000000003,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3029999999999999,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.216}]},{"osd":6,"last update":"Sun Jan 21 11:33:44 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.0369999999999999,"15min":1.0229999999999999},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.3779999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.88800000000000001},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.0860000000000001,"15min":1.0880000000000001},"min":{"1min":0.872,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.2450000000000001,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":1.0269999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:34:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0669999999999999},"min":{"1min":0.60499999999999998,"5min":0.5,"15min":0.5},"max":{"1min":1.323,"5min":1.52,"15min":1.52},"last":0.92700000000000005},{"interface":"front","average":{"1min":1.127,"5min":1.069,"15min":1.0649999999999999},"min":{"1min":0.81100000000000005,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.3839999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.1399999999999999}]}]},{"osd":6,"up_from":28,"seq":120259084335,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.69499999999999995,"15min":0.68899999999999995},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.75900000000000001,"5min":0.74399999999999999,"15min":0.72399999999999998},"min":{"1min":0.55500000000000005,"5min":0.436,"15min":0.436},"max":{"1min":1.073,"5min":1.139,"15min":1.139},"last":0.81100000000000005}]},{"osd":1,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.91600000000000004,"15min":0.90500000000000003},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.127,"5min":1.167,"15min":1.167},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.88800000000000001,"15min":0.88500000000000001},"min":{"1min":0.69299999999999995,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1399999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.995}]},{"osd":2,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.81000000000000005,"15min":0.81599999999999995},"min":{"1min":0.60599999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.86299999999999999,"15min":0.879},"min":{"1min":0.61799999999999999,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0169999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0269999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.94899999999999995,"15min":0.95299999999999996},"min":{"1min":0.69899999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.135,"5min":1.22,"15min":1.22},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.012,"5min":0.97199999999999998,"15min":0.95599999999999996},"min":{"1min":0.83499999999999996,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.89400000000000002}]},{"osd":4,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.97099999999999997,"15min":0.96499999999999997},"min":{"1min":0.73699999999999999,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2629999999999999,"5min":1.425,"15min":1.425},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.98299999999999998,"15min":0.98099999999999998},"min":{"1min":0.68799999999999994,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.1990000000000001,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.752}]},{"osd":5,"last update":"Sun Jan 21 11:33:57 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.1180000000000001,"15min":1.1399999999999999},"min":{"1min":0.95499999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.4179999999999999,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.0700000000000001},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.137,"15min":1.1459999999999999},"min":{"1min":0.95199999999999996,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.393,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.93700000000000006}]},{"osd":7,"last update":"Sun Jan 21 11:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0429999999999999,"15min":1.0409999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.173,"5min":1.159,"15min":1.159},"min":{"1min":0.93500000000000005,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.0489999999999999}]}]},{"osd":3,"up_from":33,"seq":141733920812,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.81499999999999995,"15min":0.81299999999999994},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.022,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.84099999999999997,"15min":0.81899999999999995},"min":{"1min":0.63500000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1779999999999999,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.92600000000000005}]},{"osd":1,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.73599999999999999,"5min":0.71799999999999997,"15min":0.70699999999999996},"min":{"1min":0.505,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.70899999999999996,"5min":0.68200000000000005,"15min":0.66700000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":1.0580000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.92300000000000004,"15min":0.91000000000000003},"min":{"1min":0.78600000000000003,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.119},{"interface":"front","average":{"1min":0.873,"5min":0.84899999999999998,"15min":0.81799999999999995},"min":{"1min":0.66300000000000003,"5min":0.626,"15min":0.626},"max":{"1min":1.133,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.032}]},{"osd":4,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.94399999999999995,"15min":0.94499999999999995},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.2849999999999999},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.876,"15min":0.86599999999999999},"min":{"1min":0.68000000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.0740000000000001,"5min":1.139,"15min":1.139},"last":0.95399999999999996}]},{"osd":5,"last update":"Sun Jan 21 11:34:02 2024","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.81799999999999995,"15min":0.79600000000000004},"min":{"1min":0.61099999999999999,"5min":0.438,"15min":0.438},"max":{"1min":1.24,"5min":1.74,"15min":1.74},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"min":{"1min":0.54900000000000004,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.272,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.98299999999999998}]},{"osd":6,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":0.98499999999999999,"15min":0.96499999999999997},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2330000000000001,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.095},{"interface":"front","average":{"1min":1.052,"5min":1.0740000000000001,"15min":1.0700000000000001},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.359,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.214}]},{"osd":7,"last update":"Sun Jan 21 11:34:13 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.94999999999999996,"15min":0.92600000000000005},"min":{"1min":0.64700000000000002,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.3080000000000001,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.016,"5min":1.0149999999999999,"15min":1.01},"min":{"1min":0.66300000000000003,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.337,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.3500000000000001}]}]}],"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":6,"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}]}} 2024-01-21T11:34:22.370 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:34:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:23 smithi118 bash[17975]: audit 2024-01-21T11:34:21.601078+0000 mgr.smithi069.gsebav (mgr.14180) 233 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:23 smithi118 bash[17975]: cluster 2024-01-21T11:34:22.008619+0000 mgr.smithi069.gsebav (mgr.14180) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:23 smithi069 bash[14120]: audit 2024-01-21T11:34:21.601078+0000 mgr.smithi069.gsebav (mgr.14180) 233 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:23 smithi069 bash[14120]: cluster 2024-01-21T11:34:22.008619+0000 mgr.smithi069.gsebav (mgr.14180) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:25 smithi118 bash[17975]: cluster 2024-01-21T11:34:24.009186+0000 mgr.smithi069.gsebav (mgr.14180) 235 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:25 smithi069 bash[14120]: cluster 2024-01-21T11:34:24.009186+0000 mgr.smithi069.gsebav (mgr.14180) 235 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:27.155 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:34:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:27 smithi069 bash[14120]: cluster 2024-01-21T11:34:26.009762+0000 mgr.smithi069.gsebav (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:27.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:27 smithi118 bash[17975]: cluster 2024-01-21T11:34:26.009762+0000 mgr.smithi069.gsebav (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:29.809 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:29 smithi069 bash[14120]: cluster 2024-01-21T11:34:28.010364+0000 mgr.smithi069.gsebav (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:29 smithi118 bash[17975]: cluster 2024-01-21T11:34:28.010364+0000 mgr.smithi069.gsebav (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:30.195 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:34:30.198 INFO:teuthology.orchestra.run.smithi069.stderr:dumped all 2024-01-21T11:34:30.965 INFO:teuthology.orchestra.run.smithi069.stdout:{"pg_ready":true,"pg_map":{"version":222,"stamp":"2024-01-21T11:34:30.010621+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":2380160,"kb_used_data":3392,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548288,"statfs":{"total":767926730752,"available":765489446912,"internally_reserved":0,"allocated":3473408,"data_stored":1343936,"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":43,"state":"active+clean","last_fresh":"2024-01-21T11:31:03.213090+0000","last_change":"2024-01-21T11:31:03.213090+0000","last_active":"2024-01-21T11:31:03.213090+0000","last_peered":"2024-01-21T11:31:03.213090+0000","last_clean":"2024-01-21T11:31:03.213090+0000","last_became_active":"2024-01-21T11:31:03.212738+0000","last_became_peered":"2024-01-21T11:31:03.212738+0000","last_unstale":"2024-01-21T11:31:03.213090+0000","last_undegraded":"2024-01-21T11:31:03.213090+0000","last_fullsized":"2024-01-21T11:31:03.213090+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:30:38.385079+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:30:38.385079+0000","last_clean_scrub_stamp":"2024-01-21T11:30:38.385079+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":6}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626476,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.84499999999999997,"15min":0.85699999999999998},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.103,"5min":1.637,"15min":1.637},"last":1.107},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.86899999999999999,"15min":0.877},"min":{"1min":0.55500000000000005,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.123,"5min":1.712,"15min":1.712},"last":0.874}]},{"osd":1,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.67700000000000005,"15min":0.66500000000000004},"min":{"1min":0.48899999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.95299999999999996,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":1.141},{"interface":"front","average":{"1min":0.746,"5min":0.72899999999999998,"15min":0.71699999999999997},"min":{"1min":0.57299999999999995,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.0900000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.67000000000000004}]},{"osd":2,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.82999999999999996,"15min":0.82599999999999996},"min":{"1min":0.627,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.0529999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":1.119},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.88200000000000001,"15min":0.86599999999999999},"min":{"1min":0.63200000000000001,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.1779999999999999,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.90600000000000003}]},{"osd":3,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.79300000000000004,"15min":0.78200000000000003},"min":{"1min":0.55500000000000005,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.139,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.79500000000000004,"15min":0.77300000000000002},"min":{"1min":0.59899999999999998,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.0780000000000001,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":1.044}]},{"osd":4,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.91300000000000003,"15min":0.91200000000000003},"min":{"1min":0.72399999999999998,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.113,"5min":1.159,"15min":1.159},"last":0.79600000000000004},{"interface":"front","average":{"1min":1.056,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.81399999999999995,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.331,"5min":1.331,"15min":1.331},"last":1.0680000000000001}]},{"osd":5,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":0.96399999999999997,"15min":0.94099999999999995},"min":{"1min":0.77800000000000002,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.266,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.999},{"interface":"front","average":{"1min":1.0209999999999999,"5min":0.97299999999999998,"15min":0.96799999999999997},"min":{"1min":0.86599999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.244,"5min":1.393,"15min":1.393},"last":0.94199999999999995}]},{"osd":6,"last update":"Sun Jan 21 11:34:07 2024","interfaces":[{"interface":"back","average":{"1min":1.099,"5min":1.0600000000000001,"15min":1.054},"min":{"1min":0.81599999999999995,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.3280000000000001,"5min":1.468,"15min":1.468},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.046,"5min":1.0529999999999999,"15min":1.0529999999999999},"min":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.206,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.159}]}]},{"osd":5,"up_from":38,"seq":163208757293,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.88600000000000001,"15min":0.89000000000000001},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.1539999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.879,"5min":0.84299999999999997,"15min":0.83599999999999997},"min":{"1min":0.63500000000000001,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.25,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.71899999999999997}]},{"osd":1,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.77000000000000002,"5min":0.67100000000000004,"15min":0.64000000000000001},"min":{"1min":0.55900000000000005,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.76600000000000001,"15min":0.754},"min":{"1min":0.59699999999999998,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.69099999999999995}]},{"osd":2,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.96699999999999997,"15min":0.96499999999999997},"min":{"1min":0.78800000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":0.87},{"interface":"front","average":{"1min":0.873,"5min":0.86499999999999999,"15min":0.85499999999999998},"min":{"1min":0.57999999999999996,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.1859999999999999,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.93700000000000006}]},{"osd":3,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.77100000000000002,"15min":0.73399999999999999},"min":{"1min":0.57999999999999996,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.034},{"interface":"front","average":{"1min":0.87,"5min":0.76700000000000002,"15min":0.72799999999999998},"min":{"1min":0.622,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":1.075}]},{"osd":4,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.90500000000000003,"15min":0.873},"min":{"1min":0.70999999999999996,"5min":0.628,"15min":0.628},"max":{"1min":1.5600000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.206},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0209999999999999,"15min":1.0049999999999999},"min":{"1min":0.86599999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2310000000000001,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":1.05}]},{"osd":6,"last update":"Sun Jan 21 11:33:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.99399999999999999,"15min":0.95999999999999996},"min":{"1min":0.85499999999999998,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0149999999999999,"15min":0.99099999999999999},"min":{"1min":0.79100000000000004,"5min":0.63,"15min":0.63},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":1.476}]},{"osd":7,"last update":"Sun Jan 21 11:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0189999999999999,"15min":1.0029999999999999},"min":{"1min":0.80300000000000005,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.228,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.121},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.002,"15min":0.96799999999999997},"min":{"1min":0.79200000000000004,"5min":0.441,"15min":0.441},"max":{"1min":1.544,"5min":1.544,"15min":1.544},"last":1.1739999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:34 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68100000000000005,"15min":0.68500000000000005},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.80000000000000004,"15min":0.79300000000000004},"min":{"1min":0.56799999999999995,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.3420000000000001,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.82099999999999995}]},{"osd":1,"last update":"Sun Jan 21 11:33:48 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.94099999999999995,"15min":0.91100000000000003},"min":{"1min":0.749,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.93799999999999994},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.90500000000000003,"15min":0.90300000000000002},"min":{"1min":0.68200000000000005,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.143,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.3200000000000001}]},{"osd":3,"last update":"Sun Jan 21 11:33:54 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.88800000000000001,"15min":0.85999999999999999},"min":{"1min":0.71699999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.89800000000000002,"15min":0.91000000000000003},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.03,"5min":1.21,"15min":1.21},"last":0.96699999999999997}]},{"osd":4,"last update":"Sun Jan 21 11:33:39 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.86899999999999999,"15min":0.85699999999999998},"min":{"1min":0.64300000000000002,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90900000000000003,"15min":0.91300000000000003},"min":{"1min":0.63700000000000001,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2629999999999999,"5min":1.401,"15min":1.401},"last":1.0289999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:34:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0529999999999999,"5min":1.0109999999999999,"15min":0.99099999999999999},"min":{"1min":0.84799999999999998,"5min":0.747,"15min":0.747},"max":{"1min":1.3029999999999999,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.1899999999999999},{"interface":"front","average":{"1min":1.034,"5min":1.016,"15min":1.004},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.254}]},{"osd":6,"last update":"Sun Jan 21 11:33:48 2024","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":1.036,"15min":1.0449999999999999},"min":{"1min":0.79700000000000004,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.3,"5min":1.367,"15min":1.367},"last":1.0009999999999999},{"interface":"front","average":{"1min":1.0489999999999999,"5min":1.0449999999999999,"15min":1.0509999999999999},"min":{"1min":0.83599999999999997,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2390000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.1559999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:34:09 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0269999999999999,"15min":1.038},"min":{"1min":0.749,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.224,"5min":1.238,"15min":1.238},"last":1.117},{"interface":"front","average":{"1min":1.1859999999999999,"5min":1.2,"15min":1.202},"min":{"1min":1.054,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.3580000000000001,"5min":1.611,"15min":1.611},"last":1.073}]}]},{"osd":0,"up_from":16,"seq":68719476788,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.90300000000000002,"15min":0.90600000000000003},"min":{"1min":0.63800000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1519999999999999,"5min":1.516,"15min":1.516},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.879,"5min":0.91800000000000004,"15min":0.92500000000000004},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.74299999999999999}]},{"osd":2,"last update":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.83999999999999997,"15min":0.83599999999999997},"min":{"1min":0.60699999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.169,"5min":1.9670000000000001,"15min":1.9670000000000001},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.88,"5min":0.876,"15min":0.86399999999999999},"min":{"1min":0.60199999999999998,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.167,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.85999999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.93100000000000005,"15min":0.91700000000000004},"min":{"1min":0.69099999999999995,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.2709999999999999,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.98299999999999998,"15min":0.97599999999999998},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.1379999999999999,"5min":1.4319999999999999,"15min":1.4319999999999999},"last":1.0109999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.84099999999999997,"15min":0.85299999999999998},"min":{"1min":0.65600000000000003,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.083,"5min":1.4930000000000001,"15min":1.4930000000000001},"last":0.72899999999999998},{"interface":"front","average":{"1min":1.012,"5min":0.95399999999999996,"15min":0.92700000000000005},"min":{"1min":0.71599999999999997,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.3080000000000001,"5min":1.829,"15min":1.829},"last":0.93000000000000005}]},{"osd":5,"last update":"Sun Jan 21 11:34:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0209999999999999,"15min":0.999},"min":{"1min":0.81899999999999995,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.2050000000000001,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":1.0669999999999999},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.94599999999999995,"15min":0.95999999999999996},"min":{"1min":0.67400000000000004,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.131,"5min":1.631,"15min":1.631},"last":0.84899999999999998}]},{"osd":6,"last update":"Sun Jan 21 11:33:47 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.0469999999999999,"15min":1.02},"min":{"1min":0.82099999999999995,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.379,"5min":1.736,"15min":1.736},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.113,"5min":1.0800000000000001,"15min":1.056},"min":{"1min":0.755,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.3879999999999999,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.115}]},{"osd":7,"last update":"Sun Jan 21 11:34:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2010000000000001,"5min":1.1839999999999999,"15min":1.1659999999999999},"min":{"1min":0.97799999999999998,"5min":0.91400000000000003,"15min":0.91400000000000003},"max":{"1min":1.341,"5min":1.659,"15min":1.659},"last":1.181},{"interface":"front","average":{"1min":1.044,"5min":1.0509999999999999,"15min":1.048},"min":{"1min":0.90700000000000003,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.2709999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":0.89800000000000002}]}]},{"osd":4,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.76700000000000002,"5min":0.74199999999999999,"15min":0.73199999999999998},"min":{"1min":0.52400000000000002,"5min":0.435,"15min":0.435},"max":{"1min":1.0569999999999999,"5min":1.169,"15min":1.169},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.751,"15min":0.72899999999999998},"min":{"1min":0.54200000000000004,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.097,"5min":1.097,"15min":1.097},"last":0.90000000000000002}]},{"osd":1,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.879,"15min":0.85499999999999998},"min":{"1min":0.69199999999999995,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.115,"5min":1.266,"15min":1.266},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.89400000000000002,"15min":0.872},"min":{"1min":0.71699999999999997,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":1.0640000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.82899999999999996,"15min":0.82799999999999996},"min":{"1min":0.64700000000000002,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.83499999999999996,"15min":0.81899999999999995},"min":{"1min":0.58099999999999996,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.77500000000000002}]},{"osd":3,"last update":"Sun Jan 21 11:33:50 2024","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.0149999999999999,"15min":0.98899999999999999},"min":{"1min":0.81899999999999995,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":2.4159999999999999,"5min":2.4159999999999999,"15min":2.4159999999999999},"last":1.2050000000000001},{"interface":"front","average":{"1min":1.0489999999999999,"5min":0.98599999999999999,"15min":0.95799999999999996},"min":{"1min":0.81299999999999994,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":2.431,"5min":2.431,"15min":2.431},"last":0.84199999999999997}]},{"osd":5,"last update":"Sun Jan 21 11:34:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":0.97799999999999998,"15min":0.96099999999999997},"min":{"1min":0.78100000000000003,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4550000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.0900000000000001},{"interface":"front","average":{"1min":1.117,"5min":1.0409999999999999,"15min":1.0129999999999999},"min":{"1min":0.89800000000000002,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":2.0859999999999999,"5min":2.0859999999999999,"15min":2.0859999999999999},"last":1.141}]},{"osd":6,"last update":"Sun Jan 21 11:33:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.0269999999999999,"15min":1.012},"min":{"1min":0.77800000000000002,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":2.3460000000000001,"5min":2.3460000000000001,"15min":2.3460000000000001},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.127,"5min":1.0469999999999999,"15min":1.0269999999999999},"min":{"1min":0.88500000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":2.2949999999999999,"5min":2.2949999999999999,"15min":2.2949999999999999},"last":0.98099999999999998}]},{"osd":7,"last update":"Sun Jan 21 11:34:06 2024","interfaces":[{"interface":"back","average":{"1min":1.194,"5min":1.137,"15min":1.121},"min":{"1min":0.90300000000000002,"5min":0.872,"15min":0.872},"max":{"1min":2.5339999999999998,"5min":2.5339999999999998,"15min":2.5339999999999998},"last":1.036},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.0760000000000001,"15min":1.056},"min":{"1min":0.95499999999999996,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.0149999999999999}]}]},{"osd":1,"up_from":25,"seq":107374182450,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.875,"15min":0.873},"min":{"1min":0.56399999999999995,"5min":0.504,"15min":0.504},"max":{"1min":1.1140000000000001,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":1.0369999999999999},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.85799999999999998,"15min":0.85899999999999999},"min":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.79300000000000004}]},{"osd":2,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.878,"15min":0.86699999999999999},"min":{"1min":0.73599999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.91700000000000004,"15min":0.91100000000000003},"min":{"1min":0.73999999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1539999999999999,"5min":1.472,"15min":1.472},"last":0.84199999999999997}]},{"osd":3,"last update":"Sun Jan 21 11:33:57 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81899999999999995},"min":{"1min":0.51900000000000002,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.129,"5min":1.395,"15min":1.395},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.79500000000000004,"15min":0.79900000000000004},"min":{"1min":0.56499999999999995,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.0389999999999999,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.68200000000000005}]},{"osd":4,"last update":"Sun Jan 21 11:33:40 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.93600000000000005,"15min":0.93400000000000005},"min":{"1min":0.63500000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.93500000000000005},{"interface":"front","average":{"1min":0.93700000000000006,"5min":0.92100000000000004,"15min":0.91500000000000004},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.101,"5min":1.254,"15min":1.254},"last":0.90500000000000003}]},{"osd":5,"last update":"Sun Jan 21 11:34:02 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.93700000000000006,"15min":0.94799999999999995},"min":{"1min":0.505,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.282,"5min":1.49,"15min":1.49},"last":0.88200000000000001},{"interface":"front","average":{"1min":1.0620000000000001,"5min":0.97399999999999998,"15min":0.95399999999999996},"min":{"1min":0.53300000000000003,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.3029999999999999,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.999}]},{"osd":6,"last update":"Sun Jan 21 11:33:44 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.0369999999999999,"15min":1.0229999999999999},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.3779999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.0860000000000001,"15min":1.0880000000000001},"min":{"1min":0.872,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.2450000000000001,"5min":1.6919999999999999,"15min":1.6919999999999999},"last":0.91900000000000004}]},{"osd":7,"last update":"Sun Jan 21 11:34:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0669999999999999},"min":{"1min":0.60499999999999998,"5min":0.5,"15min":0.5},"max":{"1min":1.323,"5min":1.52,"15min":1.52},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.127,"5min":1.069,"15min":1.0649999999999999},"min":{"1min":0.81100000000000005,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.3839999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.82599999999999996}]}]},{"osd":6,"up_from":28,"seq":120259084337,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.69499999999999995,"15min":0.68899999999999995},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.75900000000000001,"5min":0.74399999999999999,"15min":0.72399999999999998},"min":{"1min":0.55500000000000005,"5min":0.436,"15min":0.436},"max":{"1min":1.073,"5min":1.139,"15min":1.139},"last":0.84799999999999998}]},{"osd":1,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.91600000000000004,"15min":0.90500000000000003},"min":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.127,"5min":1.167,"15min":1.167},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.88800000000000001,"15min":0.88500000000000001},"min":{"1min":0.69299999999999995,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.1399999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.78600000000000003}]},{"osd":2,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.81000000000000005,"15min":0.81599999999999995},"min":{"1min":0.60599999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.86299999999999999,"15min":0.879},"min":{"1min":0.61799999999999999,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0169999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.74399999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.94899999999999995,"15min":0.95299999999999996},"min":{"1min":0.69899999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.135,"5min":1.22,"15min":1.22},"last":0.88300000000000001},{"interface":"front","average":{"1min":1.012,"5min":0.97199999999999998,"15min":0.95599999999999996},"min":{"1min":0.83499999999999996,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.05}]},{"osd":4,"last update":"Sun Jan 21 11:33:52 2024","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.97099999999999997,"15min":0.96499999999999997},"min":{"1min":0.73699999999999999,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2629999999999999,"5min":1.425,"15min":1.425},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.98299999999999998,"15min":0.98099999999999998},"min":{"1min":0.68799999999999994,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.1990000000000001,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":0.82799999999999996}]},{"osd":5,"last update":"Sun Jan 21 11:33:57 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.1180000000000001,"15min":1.1399999999999999},"min":{"1min":0.95499999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"max":{"1min":1.4179999999999999,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.137,"15min":1.1459999999999999},"min":{"1min":0.95199999999999996,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.393,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.075}]},{"osd":7,"last update":"Sun Jan 21 11:34:10 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0429999999999999,"15min":1.0409999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.016},{"interface":"front","average":{"1min":1.173,"5min":1.159,"15min":1.159},"min":{"1min":0.93500000000000005,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.1379999999999999}]}]},{"osd":3,"up_from":33,"seq":141733920814,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297520,"kb_used_data":424,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443536,"statfs":{"total":95990841344,"available":95686180864,"internally_reserved":0,"allocated":434176,"data_stored":167992,"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":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.81499999999999995,"15min":0.81299999999999994},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.022,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.84099999999999997,"15min":0.81899999999999995},"min":{"1min":0.63500000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1779999999999999,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.0880000000000001}]},{"osd":1,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.73599999999999999,"5min":0.71799999999999997,"15min":0.70699999999999996},"min":{"1min":0.505,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.2050000000000001,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.70899999999999996,"5min":0.68200000000000005,"15min":0.66700000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.76200000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.92300000000000004,"15min":0.91000000000000003},"min":{"1min":0.78600000000000003,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.873,"5min":0.84899999999999998,"15min":0.81799999999999995},"min":{"1min":0.66300000000000003,"5min":0.626,"15min":0.626},"max":{"1min":1.133,"5min":1.4590000000000001,"15min":1.4590000000000001},"last":1.0329999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.94399999999999995,"15min":0.94499999999999995},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.876,"15min":0.86599999999999999},"min":{"1min":0.68000000000000005,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.0740000000000001,"5min":1.139,"15min":1.139},"last":0.94699999999999995}]},{"osd":5,"last update":"Sun Jan 21 11:34:02 2024","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.81799999999999995,"15min":0.79600000000000004},"min":{"1min":0.61099999999999999,"5min":0.438,"15min":0.438},"max":{"1min":1.24,"5min":1.74,"15min":1.74},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"min":{"1min":0.54900000000000004,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.272,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.1140000000000001}]},{"osd":6,"last update":"Sun Jan 21 11:33:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0309999999999999,"5min":0.98499999999999999,"15min":0.96499999999999997},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2330000000000001,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.052,"5min":1.0740000000000001,"15min":1.0700000000000001},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.359,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.151}]},{"osd":7,"last update":"Sun Jan 21 11:34:13 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.94999999999999996,"15min":0.92600000000000005},"min":{"1min":0.64700000000000002,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.3080000000000001,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":0.89400000000000002},{"interface":"front","average":{"1min":1.016,"5min":1.0149999999999999,"15min":1.01},"min":{"1min":0.66300000000000003,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.337,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.1899999999999999}]}]}],"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":6,"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}]}} 2024-01-21T11:34:30.966 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T11:34:30.966 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T11:34:30.966 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T11:34:30.967 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T11:34:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:31 smithi118 bash[17975]: cluster 2024-01-21T11:34:30.010837+0000 mgr.smithi069.gsebav (mgr.14180) 238 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:31 smithi118 bash[17975]: audit 2024-01-21T11:34:30.189509+0000 mgr.smithi069.gsebav (mgr.14180) 239 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:31 smithi069 bash[14120]: cluster 2024-01-21T11:34:30.010837+0000 mgr.smithi069.gsebav (mgr.14180) 238 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:31 smithi069 bash[14120]: audit 2024-01-21T11:34:30.189509+0000 mgr.smithi069.gsebav (mgr.14180) 239 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:33 smithi118 bash[17975]: cluster 2024-01-21T11:34:32.011362+0000 mgr.smithi069.gsebav (mgr.14180) 240 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:33 smithi069 bash[14120]: cluster 2024-01-21T11:34:32.011362+0000 mgr.smithi069.gsebav (mgr.14180) 240 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:35.742 INFO:teuthology.orchestra.run.smithi069.stderr:Inferring config /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/mon.smithi069/config 2024-01-21T11:34:35.773 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:35 smithi069 bash[14120]: cluster 2024-01-21T11:34:34.012022+0000 mgr.smithi069.gsebav (mgr.14180) 241 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:35 smithi118 bash[17975]: cluster 2024-01-21T11:34:34.012022+0000 mgr.smithi069.gsebav (mgr.14180) 241 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:36.729 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:36 smithi069 bash[14120]: cluster 2024-01-21T11:34:36.012560+0000 mgr.smithi069.gsebav (mgr.14180) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:36 smithi118 bash[17975]: cluster 2024-01-21T11:34:36.012560+0000 mgr.smithi069.gsebav (mgr.14180) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:38.641 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:34:39.351 INFO:teuthology.orchestra.run.smithi069.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T11:34:39.352 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T11:34:39.352 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T11:34:39.352 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:34:39.361 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi069.front.sepia.ceph.com 2024-01-21T11:34:39.361 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T11:34:39.559 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:39 smithi069 bash[14120]: cluster 2024-01-21T11:34:38.013150+0000 mgr.smithi069.gsebav (mgr.14180) 243 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:39.559 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:39 smithi069 bash[14120]: audit 2024-01-21T11:34:38.641280+0000 mon.smithi069 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.69:0/2957240769' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T11:34:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:39 smithi118 bash[17975]: cluster 2024-01-21T11:34:38.013150+0000 mgr.smithi069.gsebav (mgr.14180) 243 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:39 smithi118 bash[17975]: audit 2024-01-21T11:34:38.641280+0000 mon.smithi069 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.69:0/2957240769' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T11:34:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:41 smithi118 bash[17975]: cluster 2024-01-21T11:34:40.013665+0000 mgr.smithi069.gsebav (mgr.14180) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:41 smithi069 bash[14120]: cluster 2024-01-21T11:34:40.013665+0000 mgr.smithi069.gsebav (mgr.14180) 244 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:42.493 INFO:teuthology.orchestra.run.smithi069.stdout:Backend: cephadm 2024-01-21T11:34:42.493 INFO:teuthology.orchestra.run.smithi069.stdout:Available: Yes 2024-01-21T11:34:42.493 INFO:teuthology.orchestra.run.smithi069.stdout:Paused: No 2024-01-21T11:34:43.287 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T11:34:43.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:43 smithi118 bash[17975]: cluster 2024-01-21T11:34:42.014206+0000 mgr.smithi069.gsebav (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:43 smithi069 bash[14120]: cluster 2024-01-21T11:34:42.014206+0000 mgr.smithi069.gsebav (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:44.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:44 smithi118 bash[17975]: audit 2024-01-21T11:34:42.493271+0000 mgr.smithi069.gsebav (mgr.14180) 246 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:44.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:44 smithi069 bash[14120]: audit 2024-01-21T11:34:42.493271+0000 mgr.smithi069.gsebav (mgr.14180) 246 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:45.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:45 smithi118 bash[17975]: cluster 2024-01-21T11:34:44.014846+0000 mgr.smithi069.gsebav (mgr.14180) 247 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:45 smithi069 bash[14120]: cluster 2024-01-21T11:34:44.014846+0000 mgr.smithi069.gsebav (mgr.14180) 247 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:46.288 INFO:teuthology.orchestra.run.smithi069.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T11:34:46.288 INFO:teuthology.orchestra.run.smithi069.stdout:alertmanager.smithi069 smithi069 *:9093,9094 running (5m) 41s ago 7m 11.8M - 0.23.0 ba2b418f427c c2ff544ac1d5 2024-01-21T11:34:46.288 INFO:teuthology.orchestra.run.smithi069.stdout:crash.smithi069 smithi069 running (7m) 41s ago 7m 6939k - 16.2.14-454-gea310589 9b28eb2d7c37 93cc079488a6 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:crash.smithi118 smithi118 running (6m) 41s ago 6m 7052k - 16.2.14-454-gea310589 9b28eb2d7c37 e580aaa78fce 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:grafana.smithi069 smithi069 *:3000 running (5m) 41s ago 6m 41.6M - 8.3.5 dad864ee21e9 5b901c77bda7 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:mgr.smithi069.gsebav smithi069 *:9283 running (8m) 41s ago 8m 426M - 16.2.14-454-gea310589 9b28eb2d7c37 5d71d65d0bf1 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:mgr.smithi118.cqikzl smithi118 *:8443,9283 running (6m) 41s ago 6m 374M - 16.2.14-454-gea310589 9b28eb2d7c37 95063bdbc799 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:mon.smithi069 smithi069 running (8m) 41s ago 8m 60.1M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 8ad6c71bf0a2 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:mon.smithi118 smithi118 running (5m) 41s ago 5m 59.8M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 165616cafa86 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter.smithi069 smithi069 *:9100 running (6m) 41s ago 6m 9.90M - 1.3.1 1dbe0e931976 65f4d51219fd 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter.smithi118 smithi118 *:9100 running (5m) 41s ago 5m 10.1M - 1.3.1 1dbe0e931976 f54ec9723a63 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.0 smithi118 running (4m) 41s ago 4m 33.0M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 867741f581fc 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.1 smithi069 running (4m) 41s ago 4m 33.6M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 89fe0f285d89 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.2 smithi118 running (4m) 41s ago 4m 33.3M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 f956df5a80c9 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.3 smithi069 running (4m) 41s ago 4m 32.3M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 2d02495a7881 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.4 smithi118 running (4m) 41s ago 4m 32.9M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 86c7af119473 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.5 smithi069 running (3m) 41s ago 4m 32.5M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 7b98b33c51c4 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.6 smithi118 running (4m) 41s ago 4m 35.6M 4028M 16.2.14-454-gea310589 9b28eb2d7c37 d8b1810df7cc 2024-01-21T11:34:46.289 INFO:teuthology.orchestra.run.smithi069.stdout:osd.7 smithi069 running (3m) 41s ago 3m 32.6M 3260M 16.2.14-454-gea310589 9b28eb2d7c37 ff1586ad0ab4 2024-01-21T11:34:46.290 INFO:teuthology.orchestra.run.smithi069.stdout:prometheus.smithi069 smithi069 *:9095 running (5m) 41s ago 6m 54.0M - 2.33.4 514e6a882f6e 39510cdb16f7 2024-01-21T11:34:47.024 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T11:34:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:47 smithi069 bash[14120]: cluster 2024-01-21T11:34:46.015395+0000 mgr.smithi069.gsebav (mgr.14180) 248 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:47.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:47 smithi069 bash[14120]: audit 2024-01-21T11:34:46.269381+0000 mgr.smithi069.gsebav (mgr.14180) 249 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:47 smithi118 bash[17975]: cluster 2024-01-21T11:34:46.015395+0000 mgr.smithi069.gsebav (mgr.14180) 248 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:47 smithi118 bash[17975]: audit 2024-01-21T11:34:46.269381+0000 mgr.smithi069.gsebav (mgr.14180) 249 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:49.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:49 smithi118 bash[17975]: cluster 2024-01-21T11:34:48.016008+0000 mgr.smithi069.gsebav (mgr.14180) 250 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:49 smithi069 bash[14120]: cluster 2024-01-21T11:34:48.016008+0000 mgr.smithi069.gsebav (mgr.14180) 250 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:50.300 INFO:teuthology.orchestra.run.smithi069.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T11:34:50.300 INFO:teuthology.orchestra.run.smithi069.stdout:alertmanager ?:9093,9094 1/1 45s ago 7m count:1 2024-01-21T11:34:50.300 INFO:teuthology.orchestra.run.smithi069.stdout:crash 2/2 45s ago 8m * 2024-01-21T11:34:50.301 INFO:teuthology.orchestra.run.smithi069.stdout:grafana ?:3000 1/1 45s ago 7m count:1 2024-01-21T11:34:50.301 INFO:teuthology.orchestra.run.smithi069.stdout:mgr 2/2 45s ago 8m count:2 2024-01-21T11:34:50.301 INFO:teuthology.orchestra.run.smithi069.stdout:mon 2/2 45s ago 6m smithi069:172.21.15.69=smithi069;smithi118:172.21.15.118=smithi118;count:2 2024-01-21T11:34:50.301 INFO:teuthology.orchestra.run.smithi069.stdout:node-exporter ?:9100 2/2 45s ago 7m * 2024-01-21T11:34:50.301 INFO:teuthology.orchestra.run.smithi069.stdout:osd.all-available-devices 8 45s ago 5m * 2024-01-21T11:34:50.301 INFO:teuthology.orchestra.run.smithi069.stdout:prometheus ?:9095 1/1 45s ago 7m count:1 2024-01-21T11:34:51.063 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T11:34:51.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:51 smithi069 bash[14120]: cluster 2024-01-21T11:34:50.016478+0000 mgr.smithi069.gsebav (mgr.14180) 251 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:51.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:51 smithi069 bash[14120]: audit 2024-01-21T11:34:50.288639+0000 mgr.smithi069.gsebav (mgr.14180) 252 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:51.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:51 smithi118 bash[17975]: cluster 2024-01-21T11:34:50.016478+0000 mgr.smithi069.gsebav (mgr.14180) 251 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:51.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:51 smithi118 bash[17975]: audit 2024-01-21T11:34:50.288639+0000 mgr.smithi069.gsebav (mgr.14180) 252 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:53.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:53 smithi118 bash[17975]: cluster 2024-01-21T11:34:52.017133+0000 mgr.smithi069.gsebav (mgr.14180) 253 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:53.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:53 smithi069 bash[14120]: cluster 2024-01-21T11:34:52.017133+0000 mgr.smithi069.gsebav (mgr.14180) 253 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:54.079 INFO:teuthology.orchestra.run.smithi069.stdout:HOST ADDR LABELS STATUS 2024-01-21T11:34:54.079 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 172.21.15.69 2024-01-21T11:34:54.080 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 172.21.15.118 2024-01-21T11:34:54.080 INFO:teuthology.orchestra.run.smithi069.stdout:2 hosts in cluster 2024-01-21T11:34:54.775 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T11:34:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:55 smithi118 bash[17975]: cluster 2024-01-21T11:34:54.017800+0000 mgr.smithi069.gsebav (mgr.14180) 254 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:55 smithi118 bash[17975]: audit 2024-01-21T11:34:54.078339+0000 mgr.smithi069.gsebav (mgr.14180) 255 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:55.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:55 smithi069 bash[14120]: cluster 2024-01-21T11:34:54.017800+0000 mgr.smithi069.gsebav (mgr.14180) 254 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:55.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:55 smithi069 bash[14120]: audit 2024-01-21T11:34:54.078339+0000 mgr.smithi069.gsebav (mgr.14180) 255 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:57 smithi118 bash[17975]: cluster 2024-01-21T11:34:56.018503+0000 mgr.smithi069.gsebav (mgr.14180) 256 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:57 smithi069 bash[14120]: cluster 2024-01-21T11:34:56.018503+0000 mgr.smithi069.gsebav (mgr.14180) 256 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400Y0400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme1n1 ssd Linux_d710cd13c6bd384c8542 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme2n1 ssd Linux_021d1abb3afedcd60acb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme3n1 ssd Linux_ee6a4d900faa9ed6d20f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme4n1 ssd Linux_7eb674bb6ea7e67fce6c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500JS480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme1n1 ssd Linux_ecde959161b85b7fc545 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.825 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme2n1 ssd Linux_601461d734db5fb01ada 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.826 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme3n1 ssd Linux_76f1c817c736eddf75d6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:57.826 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme4n1 ssd Linux_c72367df17e28642833f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:34:58.521 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T11:34:58.531 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T11:34:58.531 INFO:tasks.vip:peername 172.21.15.69 2024-01-21T11:34:58.533 INFO:tasks.vip:172.21.15.69 in 172.21.0.0/20, pos 3908 2024-01-21T11:34:58.539 INFO:tasks.vip:smithi069.front.sepia.ceph.com static 10.0.15.69, vnet 10.0.0.0/16 2024-01-21T11:34:58.539 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T11:34:58.539 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip route ls 2024-01-21T11:34:58.554 INFO:teuthology.orchestra.run.smithi069.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T11:34:58.555 INFO:teuthology.orchestra.run.smithi069.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2024-01-21T11:34:58.555 INFO:teuthology.orchestra.run.smithi069.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T11:34:58.555 INFO:teuthology.orchestra.run.smithi069.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.69 2024-01-21T11:34:58.555 INFO:teuthology.orchestra.run.smithi069.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.69 metric 100 2024-01-21T11:34:58.556 INFO:tasks.vip:Configuring 10.0.15.69 on smithi069.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:34:58.556 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip addr add 10.0.15.69/16 dev enp3s0f1 2024-01-21T11:34:58.615 INFO:tasks.vip:peername 172.21.15.118 2024-01-21T11:34:58.617 INFO:tasks.vip:172.21.15.118 in 172.21.0.0/20, pos 3957 2024-01-21T11:34:58.621 INFO:tasks.vip:smithi118.front.sepia.ceph.com static 10.0.15.118, vnet 10.0.0.0/16 2024-01-21T11:34:58.621 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip route ls 2024-01-21T11:34:58.635 INFO:teuthology.orchestra.run.smithi118.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T11:34:58.635 INFO:teuthology.orchestra.run.smithi118.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2024-01-21T11:34:58.635 INFO:teuthology.orchestra.run.smithi118.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T11:34:58.635 INFO:teuthology.orchestra.run.smithi118.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 2024-01-21T11:34:58.635 INFO:teuthology.orchestra.run.smithi118.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.118 metric 100 2024-01-21T11:34:58.636 INFO:tasks.vip:Configuring 10.0.15.118 on smithi118.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:34:58.636 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr add 10.0.15.118/16 dev enp3s0f1 2024-01-21T11:34:58.696 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:34:58.704 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi069.front.sepia.ceph.com 2024-01-21T11:34:58.705 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T11:34:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:59 smithi118 bash[17975]: audit 2024-01-21T11:34:57.818404+0000 mgr.smithi069.gsebav (mgr.14180) 257 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:34:59 smithi118 bash[17975]: cluster 2024-01-21T11:34:58.019146+0000 mgr.smithi069.gsebav (mgr.14180) 258 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:34:59.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:59 smithi069 bash[14120]: audit 2024-01-21T11:34:57.818404+0000 mgr.smithi069.gsebav (mgr.14180) 257 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:34:59.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:34:59 smithi069 bash[14120]: cluster 2024-01-21T11:34:58.019146+0000 mgr.smithi069.gsebav (mgr.14180) 258 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:01 smithi118 bash[17975]: cluster 2024-01-21T11:35:00.019571+0000 mgr.smithi069.gsebav (mgr.14180) 259 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:01 smithi069 bash[14120]: cluster 2024-01-21T11:35:00.019571+0000 mgr.smithi069.gsebav (mgr.14180) 259 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:01.726 INFO:teuthology.orchestra.run.smithi069.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T11:35:01.726 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400Y0400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:35:01.726 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme1n1 ssd Linux_d710cd13c6bd384c8542 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.726 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme2n1 ssd Linux_021d1abb3afedcd60acb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme3n1 ssd Linux_ee6a4d900faa9ed6d20f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069 /dev/nvme4n1 ssd Linux_7eb674bb6ea7e67fce6c 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500JS480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme1n1 ssd Linux_ecde959161b85b7fc545 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme2n1 ssd Linux_601461d734db5fb01ada 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme3n1 ssd Linux_76f1c817c736eddf75d6 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:01.727 INFO:teuthology.orchestra.run.smithi069.stdout:smithi118 /dev/nvme4n1 ssd Linux_c72367df17e28642833f 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:35:02.530 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T11:35:02.540 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi069.front.sepia.ceph.com 2024-01-21T11:35:02.540 DEBUG:teuthology.orchestra.run.smithi069:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:35:02.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:02 smithi069 bash[14120]: audit 2024-01-21T11:35:01.772756+0000 mon.smithi069 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:02.554 INFO:teuthology.orchestra.run.smithi069.stderr:+ systemctl stop nfs-server 2024-01-21T11:35:02.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:02 smithi118 bash[17975]: audit 2024-01-21T11:35:01.772756+0000 mon.smithi069 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:02.703 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T11:35:02.703 DEBUG:teuthology.orchestra.run.smithi118:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:35:02.719 INFO:teuthology.orchestra.run.smithi118.stderr:+ systemctl stop nfs-server 2024-01-21T11:35:02.861 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:35:02.870 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi069.front.sepia.ceph.com 2024-01-21T11:35:02.870 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-21T11:35:03.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:03 smithi069 bash[14120]: audit 2024-01-21T11:35:01.722888+0000 mgr.smithi069.gsebav (mgr.14180) 260 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:35:03.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:03 smithi069 bash[14120]: cluster 2024-01-21T11:35:02.020117+0000 mgr.smithi069.gsebav (mgr.14180) 261 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:03 smithi118 bash[17975]: audit 2024-01-21T11:35:01.722888+0000 mgr.smithi069.gsebav (mgr.14180) 260 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:35:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:03 smithi118 bash[17975]: cluster 2024-01-21T11:35:02.020117+0000 mgr.smithi069.gsebav (mgr.14180) 261 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:05.569 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:05 smithi069 bash[14120]: cluster 2024-01-21T11:35:04.020653+0000 mgr.smithi069.gsebav (mgr.14180) 262 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:05 smithi118 bash[17975]: cluster 2024-01-21T11:35:04.020653+0000 mgr.smithi069.gsebav (mgr.14180) 262 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:07.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:06 smithi118 bash[17975]: audit 2024-01-21T11:35:06.004627+0000 mgr.smithi069.gsebav (mgr.14180) 263 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:35:07.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:06 smithi118 bash[17975]: audit 2024-01-21T11:35:06.005539+0000 mon.smithi069 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-21T11:35:07.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:06 smithi118 bash[17975]: cluster 2024-01-21T11:35:06.020998+0000 mgr.smithi069.gsebav (mgr.14180) 264 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:07.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:06 smithi069 bash[14120]: audit 2024-01-21T11:35:06.004627+0000 mgr.smithi069.gsebav (mgr.14180) 263 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:35:07.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:06 smithi069 bash[14120]: audit 2024-01-21T11:35:06.005539+0000 mon.smithi069 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-21T11:35:07.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:06 smithi069 bash[14120]: cluster 2024-01-21T11:35:06.020998+0000 mgr.smithi069.gsebav (mgr.14180) 264 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: debug 2024-01-21T11:35:07.514+0000 7ffb8ad4e700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:06.505944+0000 mon.smithi069 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: cluster 2024-01-21T11:35:06.506038+0000 mon.smithi069 (mon.0) 629 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:06.514889+0000 mon.smithi069 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:07.261369+0000 mon.smithi069 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:07.510079+0000 mon.smithi069 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: cluster 2024-01-21T11:35:07.510437+0000 mon.smithi069 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:07.515553+0000 mon.smithi069 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: cluster 2024-01-21T11:35:07.516472+0000 mon.smithi069 (mon.0) 635 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T11:35:08.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: cluster 2024-01-21T11:35:07.516899+0000 mon.smithi069 (mon.0) 636 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-21T11:35:08.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: cluster 2024-01-21T11:35:07.536088+0000 mon.smithi069 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T11:35:08.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:07.536891+0000 mon.smithi069 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-21T11:35:08.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: cluster 2024-01-21T11:35:07.537008+0000 mon.smithi069 (mon.0) 639 : cluster [DBG] fsmap foofs:0 2024-01-21T11:35:08.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:07 smithi069 bash[14120]: audit 2024-01-21T11:35:07.544440+0000 mon.smithi069 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:08.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:06.505944+0000 mon.smithi069 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-21T11:35:08.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: cluster 2024-01-21T11:35:06.506038+0000 mon.smithi069 (mon.0) 629 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:06.514889+0000 mon.smithi069 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:07.261369+0000 mon.smithi069 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:07.510079+0000 mon.smithi069 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: cluster 2024-01-21T11:35:07.510437+0000 mon.smithi069 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:07.515553+0000 mon.smithi069 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: cluster 2024-01-21T11:35:07.516472+0000 mon.smithi069 (mon.0) 635 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: cluster 2024-01-21T11:35:07.516899+0000 mon.smithi069 (mon.0) 636 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: cluster 2024-01-21T11:35:07.536088+0000 mon.smithi069 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:07.536891+0000 mon.smithi069 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: cluster 2024-01-21T11:35:07.537008+0000 mon.smithi069 (mon.0) 639 : cluster [DBG] fsmap foofs:0 2024-01-21T11:35:08.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:07 smithi118 bash[17975]: audit 2024-01-21T11:35:07.544440+0000 mon.smithi069 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:08.391 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-21T11:35:08.402 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.69/16' 2024-01-21T11:35:08.403 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch apply -i - 2024-01-21T11:35:09.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:09 smithi069 bash[14120]: cephadm 2024-01-21T11:35:07.540665+0000 mgr.smithi069.gsebav (mgr.14180) 265 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-21T11:35:09.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:09 smithi069 bash[14120]: cluster 2024-01-21T11:35:08.021391+0000 mgr.smithi069.gsebav (mgr.14180) 266 : cluster [DBG] pgmap v244: 65 pgs: 20 creating+peering, 1 active+clean, 44 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:09.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:09 smithi069 bash[14120]: cluster 2024-01-21T11:35:08.535773+0000 mon.smithi069 (mon.0) 641 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T11:35:09.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:09 smithi069 bash[14120]: audit 2024-01-21T11:35:08.559554+0000 mon.smithi069 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:09 smithi118 bash[17975]: cephadm 2024-01-21T11:35:07.540665+0000 mgr.smithi069.gsebav (mgr.14180) 265 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-21T11:35:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:09 smithi118 bash[17975]: cluster 2024-01-21T11:35:08.021391+0000 mgr.smithi069.gsebav (mgr.14180) 266 : cluster [DBG] pgmap v244: 65 pgs: 20 creating+peering, 1 active+clean, 44 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:09 smithi118 bash[17975]: cluster 2024-01-21T11:35:08.535773+0000 mon.smithi069 (mon.0) 641 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T11:35:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:09 smithi118 bash[17975]: audit 2024-01-21T11:35:08.559554+0000 mon.smithi069 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:10 smithi118 bash[17975]: cluster 2024-01-21T11:35:09.538441+0000 mon.smithi069 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T11:35:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:10 smithi118 bash[17975]: cluster 2024-01-21T11:35:10.021768+0000 mgr.smithi069.gsebav (mgr.14180) 267 : cluster [DBG] pgmap v247: 65 pgs: 8 active+clean, 24 creating+peering, 33 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:10 smithi118 bash[17975]: audit 2024-01-21T11:35:10.131935+0000 mon.smithi069 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:10 smithi069 bash[14120]: cluster 2024-01-21T11:35:09.538441+0000 mon.smithi069 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T11:35:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:10 smithi069 bash[14120]: cluster 2024-01-21T11:35:10.021768+0000 mgr.smithi069.gsebav (mgr.14180) 267 : cluster [DBG] pgmap v247: 65 pgs: 8 active+clean, 24 creating+peering, 33 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:10.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:10 smithi069 bash[14120]: audit 2024-01-21T11:35:10.131935+0000 mon.smithi069 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:11.762 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled nfs.foo update... 2024-01-21T11:35:11.762 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled ingress.nfs.foo update... 2024-01-21T11:35:12.487 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:35:12.497 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T11:35:12.497 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:12 smithi118 bash[17975]: audit 2024-01-21T11:35:11.745881+0000 mgr.smithi069.gsebav (mgr.14180) 268 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:35:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:12 smithi118 bash[17975]: cephadm 2024-01-21T11:35:11.750803+0000 mgr.smithi069.gsebav (mgr.14180) 269 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-21T11:35:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:12 smithi118 bash[17975]: audit 2024-01-21T11:35:11.756668+0000 mon.smithi069 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:12 smithi118 bash[17975]: cephadm 2024-01-21T11:35:11.757370+0000 mgr.smithi069.gsebav (mgr.14180) 270 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T11:35:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:12 smithi118 bash[17975]: audit 2024-01-21T11:35:11.762264+0000 mon.smithi069 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:12 smithi118 bash[17975]: cluster 2024-01-21T11:35:12.022390+0000 mgr.smithi069.gsebav (mgr.14180) 271 : cluster [DBG] pgmap v248: 65 pgs: 26 active+clean, 24 creating+peering, 15 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:13.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:12 smithi069 bash[14120]: audit 2024-01-21T11:35:11.745881+0000 mgr.smithi069.gsebav (mgr.14180) 268 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:35:13.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:12 smithi069 bash[14120]: cephadm 2024-01-21T11:35:11.750803+0000 mgr.smithi069.gsebav (mgr.14180) 269 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-21T11:35:13.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:12 smithi069 bash[14120]: audit 2024-01-21T11:35:11.756668+0000 mon.smithi069 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:13.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:12 smithi069 bash[14120]: cephadm 2024-01-21T11:35:11.757370+0000 mgr.smithi069.gsebav (mgr.14180) 270 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T11:35:13.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:12 smithi069 bash[14120]: audit 2024-01-21T11:35:11.762264+0000 mon.smithi069 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:13.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:12 smithi069 bash[14120]: cluster 2024-01-21T11:35:12.022390+0000 mgr.smithi069.gsebav (mgr.14180) 271 : cluster [DBG] pgmap v248: 65 pgs: 26 active+clean, 24 creating+peering, 15 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:15.507 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:15 smithi069 bash[14120]: cluster 2024-01-21T11:35:14.022901+0000 mgr.smithi069.gsebav (mgr.14180) 272 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:15.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:15 smithi118 bash[17975]: cluster 2024-01-21T11:35:14.022901+0000 mgr.smithi069.gsebav (mgr.14180) 272 : cluster [DBG] pgmap v249: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:16.117 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:16.117 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z 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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:17.566 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:17 smithi069 bash[14120]: cluster 2024-01-21T11:35:16.023315+0000 mgr.smithi069.gsebav (mgr.14180) 273 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:17.567 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:17 smithi069 bash[14120]: audit 2024-01-21T11:35:16.113247+0000 mgr.smithi069.gsebav (mgr.14180) 274 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:17.567 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:17 smithi069 bash[14120]: audit 2024-01-21T11:35:16.975117+0000 mon.smithi069 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:17.568 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:17 smithi118 bash[17975]: cluster 2024-01-21T11:35:16.023315+0000 mgr.smithi069.gsebav (mgr.14180) 273 : cluster [DBG] pgmap v250: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:17 smithi118 bash[17975]: audit 2024-01-21T11:35:16.113247+0000 mgr.smithi069.gsebav (mgr.14180) 274 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:17 smithi118 bash[17975]: audit 2024-01-21T11:35:16.975117+0000 mon.smithi069 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:18.569 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:19.572 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:19 smithi069 bash[14120]: cluster 2024-01-21T11:35:18.024212+0000 mgr.smithi069.gsebav (mgr.14180) 275 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:19 smithi118 bash[17975]: cluster 2024-01-21T11:35:18.024212+0000 mgr.smithi069.gsebav (mgr.14180) 275 : cluster [DBG] pgmap v251: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:21 smithi118 bash[17975]: cluster 2024-01-21T11:35:20.024899+0000 mgr.smithi069.gsebav (mgr.14180) 276 : cluster [DBG] pgmap v252: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:21 smithi118 bash[17975]: audit 2024-01-21T11:35:21.135080+0000 mon.smithi069 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:21 smithi069 bash[14120]: cluster 2024-01-21T11:35:20.024899+0000 mgr.smithi069.gsebav (mgr.14180) 276 : cluster [DBG] pgmap v252: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:21 smithi069 bash[14120]: audit 2024-01-21T11:35:21.135080+0000 mon.smithi069 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:22.048 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:22.049 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z 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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:22.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.418026+0000 mon.smithi069 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.419098+0000 mon.smithi069 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.424947+0000 mon.smithi069 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.429823+0000 mon.smithi069 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.441673+0000 mon.smithi069 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.442699+0000 mon.smithi069 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.bwmnnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.446756+0000 mon.smithi069 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.bwmnnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:35:22.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:22 smithi069 bash[14120]: audit 2024-01-21T11:35:21.447699+0000 mon.smithi069 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.418026+0000 mon.smithi069 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.419098+0000 mon.smithi069 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.424947+0000 mon.smithi069 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.429823+0000 mon.smithi069 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.441673+0000 mon.smithi069 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.442699+0000 mon.smithi069 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.bwmnnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.446756+0000 mon.smithi069 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.bwmnnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:35:22.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:22 smithi118 bash[17975]: audit 2024-01-21T11:35:21.447699+0000 mon.smithi069 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:22.854 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:23.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:23 smithi118 bash[17975]: cephadm 2024-01-21T11:35:21.448500+0000 mgr.smithi069.gsebav (mgr.14180) 277 : cephadm [INF] Deploying daemon mds.foofs.smithi118.bwmnnz on smithi118 2024-01-21T11:35:23.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:23 smithi118 bash[17975]: cluster 2024-01-21T11:35:22.025422+0000 mgr.smithi069.gsebav (mgr.14180) 278 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:23.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:23 smithi118 bash[17975]: audit 2024-01-21T11:35:22.044276+0000 mgr.smithi069.gsebav (mgr.14180) 279 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:23 smithi069 bash[14120]: cephadm 2024-01-21T11:35:21.448500+0000 mgr.smithi069.gsebav (mgr.14180) 277 : cephadm [INF] Deploying daemon mds.foofs.smithi118.bwmnnz on smithi118 2024-01-21T11:35:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:23 smithi069 bash[14120]: cluster 2024-01-21T11:35:22.025422+0000 mgr.smithi069.gsebav (mgr.14180) 278 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:23.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:23 smithi069 bash[14120]: audit 2024-01-21T11:35:22.044276+0000 mgr.smithi069.gsebav (mgr.14180) 279 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:23.855 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:24 smithi118 bash[17975]: audit 2024-01-21T11:35:23.803315+0000 mon.smithi069 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:24 smithi118 bash[17975]: audit 2024-01-21T11:35:23.805536+0000 mon.smithi069 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.hklkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:35:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:24 smithi118 bash[17975]: audit 2024-01-21T11:35:23.812010+0000 mon.smithi069 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.hklkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:35:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:24 smithi118 bash[17975]: audit 2024-01-21T11:35:23.813539+0000 mon.smithi069 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:24 smithi118 bash[17975]: cephadm 2024-01-21T11:35:23.814844+0000 mgr.smithi069.gsebav (mgr.14180) 280 : cephadm [INF] Deploying daemon mds.foofs.smithi069.hklkez on smithi069 2024-01-21T11:35:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:24 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.026039+0000 mgr.smithi069.gsebav (mgr.14180) 281 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:25.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:24 smithi069 bash[14120]: audit 2024-01-21T11:35:23.803315+0000 mon.smithi069 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:25.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:24 smithi069 bash[14120]: audit 2024-01-21T11:35:23.805536+0000 mon.smithi069 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.hklkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:35:25.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:24 smithi069 bash[14120]: audit 2024-01-21T11:35:23.812010+0000 mon.smithi069 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.hklkez", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:35:25.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:24 smithi069 bash[14120]: audit 2024-01-21T11:35:23.813539+0000 mon.smithi069 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:25.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:24 smithi069 bash[14120]: cephadm 2024-01-21T11:35:23.814844+0000 mgr.smithi069.gsebav (mgr.14180) 280 : cephadm [INF] Deploying daemon mds.foofs.smithi069.hklkez on smithi069 2024-01-21T11:35:25.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:24 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.026039+0000 mgr.smithi069.gsebav (mgr.14180) 281 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.815479+0000 mon.smithi069 (mon.0) 661 : cluster [DBG] mds.? [v2:172.21.15.118:6832/2766294662,v1:172.21.15.118:6833/2766294662] up:boot 2024-01-21T11:35:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.815554+0000 mon.smithi069 (mon.0) 662 : cluster [INF] daemon mds.foofs.smithi118.bwmnnz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-21T11:35:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.815623+0000 mon.smithi069 (mon.0) 663 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-21T11:35:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.815645+0000 mon.smithi069 (mon.0) 664 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-21T11:35:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.815657+0000 mon.smithi069 (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-01-21T11:35:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.815877+0000 mon.smithi069 (mon.0) 666 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-21T11:35:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: audit 2024-01-21T11:35:24.816045+0000 mon.smithi069 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi118.bwmnnz"}]: dispatch 2024-01-21T11:35:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.819412+0000 mon.smithi069 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:creating} 2024-01-21T11:35:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: cluster 2024-01-21T11:35:24.838271+0000 mon.smithi069 (mon.0) 669 : cluster [INF] daemon mds.foofs.smithi118.bwmnnz is now active in filesystem foofs as rank 0 2024-01-21T11:35:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:25 smithi118 bash[17975]: audit 2024-01-21T11:35:25.133846+0000 mon.smithi069 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:26.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.815479+0000 mon.smithi069 (mon.0) 661 : cluster [DBG] mds.? [v2:172.21.15.118:6832/2766294662,v1:172.21.15.118:6833/2766294662] up:boot 2024-01-21T11:35:26.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.815554+0000 mon.smithi069 (mon.0) 662 : cluster [INF] daemon mds.foofs.smithi118.bwmnnz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-21T11:35:26.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.815623+0000 mon.smithi069 (mon.0) 663 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-21T11:35:26.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.815645+0000 mon.smithi069 (mon.0) 664 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-21T11:35:26.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.815657+0000 mon.smithi069 (mon.0) 665 : cluster [INF] Cluster is now healthy 2024-01-21T11:35:26.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.815877+0000 mon.smithi069 (mon.0) 666 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-21T11:35:26.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: audit 2024-01-21T11:35:24.816045+0000 mon.smithi069 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi118.bwmnnz"}]: dispatch 2024-01-21T11:35:26.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.819412+0000 mon.smithi069 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:creating} 2024-01-21T11:35:26.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: cluster 2024-01-21T11:35:24.838271+0000 mon.smithi069 (mon.0) 669 : cluster [INF] daemon mds.foofs.smithi118.bwmnnz is now active in filesystem foofs as rank 0 2024-01-21T11:35:26.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:25 smithi069 bash[14120]: audit 2024-01-21T11:35:25.133846+0000 mon.smithi069 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:26.895 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:26 smithi069 bash[14120]: cluster 2024-01-21T11:35:25.824297+0000 mon.smithi069 (mon.0) 671 : cluster [DBG] mds.? [v2:172.21.15.118:6832/2766294662,v1:172.21.15.118:6833/2766294662] up:active 2024-01-21T11:35:26.895 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:26 smithi069 bash[14120]: cluster 2024-01-21T11:35:25.824345+0000 mon.smithi069 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:active} 2024-01-21T11:35:26.895 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:26 smithi069 bash[14120]: cluster 2024-01-21T11:35:26.026475+0000 mgr.smithi069.gsebav (mgr.14180) 282 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:27.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:26 smithi118 bash[17975]: cluster 2024-01-21T11:35:25.824297+0000 mon.smithi069 (mon.0) 671 : cluster [DBG] mds.? [v2:172.21.15.118:6832/2766294662,v1:172.21.15.118:6833/2766294662] up:active 2024-01-21T11:35:27.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:26 smithi118 bash[17975]: cluster 2024-01-21T11:35:25.824345+0000 mon.smithi069 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:active} 2024-01-21T11:35:27.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:26 smithi118 bash[17975]: cluster 2024-01-21T11:35:26.026475+0000 mgr.smithi069.gsebav (mgr.14180) 282 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:28.344 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:28.344 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z 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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:28.513 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:28 smithi069 bash[14120]: audit 2024-01-21T11:35:27.210382+0000 mon.smithi069 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:28.513 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:28 smithi069 bash[14120]: audit 2024-01-21T11:35:27.216387+0000 mon.smithi069 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:28.513 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:28 smithi069 bash[14120]: audit 2024-01-21T11:35:27.239589+0000 mon.smithi069 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T11:35:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:28 smithi118 bash[17975]: audit 2024-01-21T11:35:27.210382+0000 mon.smithi069 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:28 smithi118 bash[17975]: audit 2024-01-21T11:35:27.216387+0000 mon.smithi069 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:28 smithi118 bash[17975]: audit 2024-01-21T11:35:27.239589+0000 mon.smithi069 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T11:35:29.057 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:29.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:29 smithi069 bash[14120]: cluster 2024-01-21T11:35:28.027375+0000 mgr.smithi069.gsebav (mgr.14180) 283 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:29.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:29 smithi069 bash[14120]: audit 2024-01-21T11:35:28.223437+0000 mon.smithi069 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T11:35:29.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:29 smithi069 bash[14120]: cluster 2024-01-21T11:35:28.223511+0000 mon.smithi069 (mon.0) 677 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T11:35:29.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:29 smithi069 bash[14120]: audit 2024-01-21T11:35:28.230153+0000 mon.smithi069 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T11:35:29.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:29 smithi069 bash[14120]: audit 2024-01-21T11:35:28.339709+0000 mgr.smithi069.gsebav (mgr.14180) 284 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:29 smithi118 bash[17975]: cluster 2024-01-21T11:35:28.027375+0000 mgr.smithi069.gsebav (mgr.14180) 283 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:35:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:29 smithi118 bash[17975]: audit 2024-01-21T11:35:28.223437+0000 mon.smithi069 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T11:35:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:29 smithi118 bash[17975]: cluster 2024-01-21T11:35:28.223511+0000 mon.smithi069 (mon.0) 677 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T11:35:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:29 smithi118 bash[17975]: audit 2024-01-21T11:35:28.230153+0000 mon.smithi069 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T11:35:29.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:29 smithi118 bash[17975]: audit 2024-01-21T11:35:28.339709+0000 mgr.smithi069.gsebav (mgr.14180) 284 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:30.058 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.234006+0000 mon.smithi069 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cluster 2024-01-21T11:35:29.234194+0000 mon.smithi069 (mon.0) 680 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cephadm 2024-01-21T11:35:29.242024+0000 mgr.smithi069.gsebav (mgr.14180) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi069.jkprzr 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.242608+0000 mon.smithi069 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.250597+0000 mon.smithi069 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cephadm 2024-01-21T11:35:29.253324+0000 mgr.smithi069.gsebav (mgr.14180) 286 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.253897+0000 mon.smithi069 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T11:35:30.352 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cluster 2024-01-21T11:35:29.258960+0000 mon.smithi069 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.69:6834/3080214507,v1:172.21.15.69:6835/3080214507] up:boot 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cluster 2024-01-21T11:35:29.259419+0000 mon.smithi069 (mon.0) 685 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:active} 1 up:standby 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.260256+0000 mon.smithi069 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi069.hklkez"}]: dispatch 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.263131+0000 mon.smithi069 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cluster 2024-01-21T11:35:29.263263+0000 mon.smithi069 (mon.0) 688 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:active} 1 up:standby 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.264729+0000 mon.smithi069 (mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.323270+0000 mon.smithi069 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.328683+0000 mon.smithi069 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: cephadm 2024-01-21T11:35:29.397086+0000 mgr.smithi069.gsebav (mgr.14180) 287 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.465839+0000 mon.smithi069 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.471860+0000 mon.smithi069 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:35:30.353 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:30 smithi069 bash[14120]: audit 2024-01-21T11:35:29.479728+0000 mon.smithi069 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:30.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.234006+0000 mon.smithi069 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T11:35:30.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cluster 2024-01-21T11:35:29.234194+0000 mon.smithi069 (mon.0) 680 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cephadm 2024-01-21T11:35:29.242024+0000 mgr.smithi069.gsebav (mgr.14180) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi069.jkprzr 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.242608+0000 mon.smithi069 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.250597+0000 mon.smithi069 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cephadm 2024-01-21T11:35:29.253324+0000 mgr.smithi069.gsebav (mgr.14180) 286 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.253897+0000 mon.smithi069 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cluster 2024-01-21T11:35:29.258960+0000 mon.smithi069 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.69:6834/3080214507,v1:172.21.15.69:6835/3080214507] up:boot 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cluster 2024-01-21T11:35:29.259419+0000 mon.smithi069 (mon.0) 685 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:active} 1 up:standby 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.260256+0000 mon.smithi069 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi069.hklkez"}]: dispatch 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.263131+0000 mon.smithi069 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cluster 2024-01-21T11:35:29.263263+0000 mon.smithi069 (mon.0) 688 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi118.bwmnnz=up:active} 1 up:standby 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.264729+0000 mon.smithi069 (mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.323270+0000 mon.smithi069 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:35:30.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.328683+0000 mon.smithi069 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:35:30.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: cephadm 2024-01-21T11:35:29.397086+0000 mgr.smithi069.gsebav (mgr.14180) 287 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-21T11:35:30.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.465839+0000 mon.smithi069 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:35:30.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.471860+0000 mon.smithi069 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi069.jkprzr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:35:30.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:30 smithi118 bash[17975]: audit 2024-01-21T11:35:29.479728+0000 mon.smithi069 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:31.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:31 smithi069 bash[14120]: cephadm 2024-01-21T11:35:29.465143+0000 mgr.smithi069.gsebav (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi069.jkprzr-rgw 2024-01-21T11:35:31.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:31 smithi069 bash[14120]: cephadm 2024-01-21T11:35:29.481109+0000 mgr.smithi069.gsebav (mgr.14180) 289 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi069.jkprzr on smithi069 2024-01-21T11:35:31.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:31 smithi069 bash[14120]: cluster 2024-01-21T11:35:30.028050+0000 mgr.smithi069.gsebav (mgr.14180) 290 : cluster [DBG] pgmap v259: 97 pgs: 28 unknown, 69 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-01-21T11:35:31.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:31 smithi069 bash[14120]: cluster 2024-01-21T11:35:30.237136+0000 mon.smithi069 (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T11:35:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:31 smithi118 bash[17975]: cephadm 2024-01-21T11:35:29.465143+0000 mgr.smithi069.gsebav (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi069.jkprzr-rgw 2024-01-21T11:35:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:31 smithi118 bash[17975]: cephadm 2024-01-21T11:35:29.481109+0000 mgr.smithi069.gsebav (mgr.14180) 289 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi069.jkprzr on smithi069 2024-01-21T11:35:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:31 smithi118 bash[17975]: cluster 2024-01-21T11:35:30.028050+0000 mgr.smithi069.gsebav (mgr.14180) 290 : cluster [DBG] pgmap v259: 97 pgs: 28 unknown, 69 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-01-21T11:35:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:31 smithi118 bash[17975]: cluster 2024-01-21T11:35:30.237136+0000 mon.smithi069 (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T11:35:32.552 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:32 smithi069 bash[14120]: audit 2024-01-21T11:35:31.546780+0000 mon.smithi069 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:32.552 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:32 smithi069 bash[14120]: cluster 2024-01-21T11:35:32.028620+0000 mgr.smithi069.gsebav (mgr.14180) 291 : cluster [DBG] pgmap v261: 97 pgs: 19 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 1 op/s 2024-01-21T11:35:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:32 smithi118 bash[17975]: audit 2024-01-21T11:35:31.546780+0000 mon.smithi069 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:32 smithi118 bash[17975]: cluster 2024-01-21T11:35:32.028620+0000 mgr.smithi069.gsebav (mgr.14180) 291 : cluster [DBG] pgmap v261: 97 pgs: 19 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 1 op/s 2024-01-21T11:35:34.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.197681+0000 mon.smithi069 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:34.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: cephadm 2024-01-21T11:35:33.199227+0000 mgr.smithi069.gsebav (mgr.14180) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi118.ugokvs 2024-01-21T11:35:34.463 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.199573+0000 mon.smithi069 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.203249+0000 mon.smithi069 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: cephadm 2024-01-21T11:35:33.204050+0000 mgr.smithi069.gsebav (mgr.14180) 293 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.204493+0000 mon.smithi069 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.212323+0000 mon.smithi069 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.213631+0000 mon.smithi069 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.264787+0000 mon.smithi069 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.269959+0000 mon.smithi069 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: cephadm 2024-01-21T11:35:33.321537+0000 mgr.smithi069.gsebav (mgr.14180) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: cephadm 2024-01-21T11:35:33.321670+0000 mgr.smithi069.gsebav (mgr.14180) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi118.ugokvs-rgw 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.322133+0000 mon.smithi069 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.327521+0000 mon.smithi069 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: audit 2024-01-21T11:35:33.328913+0000 mon.smithi069 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:34.464 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:34 smithi069 bash[14120]: cephadm 2024-01-21T11:35:33.329876+0000 mgr.smithi069.gsebav (mgr.14180) 296 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi118.ugokvs on smithi118 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.197681+0000 mon.smithi069 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: cephadm 2024-01-21T11:35:33.199227+0000 mgr.smithi069.gsebav (mgr.14180) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi118.ugokvs 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.199573+0000 mon.smithi069 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.203249+0000 mon.smithi069 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: cephadm 2024-01-21T11:35:33.204050+0000 mgr.smithi069.gsebav (mgr.14180) 293 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.204493+0000 mon.smithi069 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T11:35:34.493 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.212323+0000 mon.smithi069 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.213631+0000 mon.smithi069 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.264787+0000 mon.smithi069 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.269959+0000 mon.smithi069 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: cephadm 2024-01-21T11:35:33.321537+0000 mgr.smithi069.gsebav (mgr.14180) 294 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: cephadm 2024-01-21T11:35:33.321670+0000 mgr.smithi069.gsebav (mgr.14180) 295 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi118.ugokvs-rgw 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.322133+0000 mon.smithi069 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.327521+0000 mon.smithi069 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi118.ugokvs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: audit 2024-01-21T11:35:33.328913+0000 mon.smithi069 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:34.494 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:34 smithi118 bash[17975]: cephadm 2024-01-21T11:35:33.329876+0000 mgr.smithi069.gsebav (mgr.14180) 296 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi118.ugokvs on smithi118 2024-01-21T11:35:34.791 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:34.791 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z 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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:35.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:35 smithi118 bash[17975]: cluster 2024-01-21T11:35:34.030030+0000 mgr.smithi069.gsebav (mgr.14180) 297 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2024-01-21T11:35:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:35 smithi069 bash[14120]: cluster 2024-01-21T11:35:34.030030+0000 mgr.smithi069.gsebav (mgr.14180) 297 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2024-01-21T11:35:35.604 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:36 smithi069 bash[14120]: audit 2024-01-21T11:35:34.781695+0000 mgr.smithi069.gsebav (mgr.14180) 298 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:36 smithi069 bash[14120]: audit 2024-01-21T11:35:35.869596+0000 mon.smithi069 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:36.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:36 smithi069 bash[14120]: audit 2024-01-21T11:35:35.879928+0000 mon.smithi069 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:36.605 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:36.644 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:36 smithi118 bash[17975]: audit 2024-01-21T11:35:34.781695+0000 mgr.smithi069.gsebav (mgr.14180) 298 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:36.645 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:36 smithi118 bash[17975]: audit 2024-01-21T11:35:35.869596+0000 mon.smithi069 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:36.645 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:36 smithi118 bash[17975]: audit 2024-01-21T11:35:35.879928+0000 mon.smithi069 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:37.590 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:37 smithi069 bash[14120]: cephadm 2024-01-21T11:35:35.894837+0000 mgr.smithi069.gsebav (mgr.14180) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.antgin on smithi118 2024-01-21T11:35:37.590 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:37 smithi069 bash[14120]: cluster 2024-01-21T11:35:36.030792+0000 mgr.smithi069.gsebav (mgr.14180) 300 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 393 B/s wr, 0 op/s 2024-01-21T11:35:37.590 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:37 smithi069 bash[14120]: audit 2024-01-21T11:35:36.565195+0000 mon.smithi069 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:37.590 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:37 smithi118 bash[17975]: cephadm 2024-01-21T11:35:35.894837+0000 mgr.smithi069.gsebav (mgr.14180) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.antgin on smithi118 2024-01-21T11:35:37.590 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:37 smithi118 bash[17975]: cluster 2024-01-21T11:35:36.030792+0000 mgr.smithi069.gsebav (mgr.14180) 300 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 131 B/s rd, 393 B/s wr, 0 op/s 2024-01-21T11:35:37.591 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:37 smithi118 bash[17975]: audit 2024-01-21T11:35:36.565195+0000 mon.smithi069 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:39 smithi118 bash[17975]: cluster 2024-01-21T11:35:38.031725+0000 mgr.smithi069.gsebav (mgr.14180) 301 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-21T11:35:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:39 smithi069 bash[14120]: cluster 2024-01-21T11:35:38.031725+0000 mgr.smithi069.gsebav (mgr.14180) 301 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-21T11:35:39.636 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:39.636 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z 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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:40.438 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:40 smithi118 bash[17975]: audit 2024-01-21T11:35:39.757539+0000 mon.smithi069 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.antgin"}]: dispatch 2024-01-21T11:35:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:40 smithi069 bash[14120]: audit 2024-01-21T11:35:39.757539+0000 mon.smithi069 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.antgin"}]: dispatch 2024-01-21T11:35:41.439 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:41.643 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: audit 2024-01-21T11:35:39.631165+0000 mgr.smithi069.gsebav (mgr.14180) 302 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: cephadm 2024-01-21T11:35:39.756297+0000 mgr.smithi069.gsebav (mgr.14180) 303 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.antgin ... 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:41.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.antgin ... 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.645 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: cephadm 2024-01-21T11:35:39.756801+0000 mgr.smithi069.gsebav (mgr.14180) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: cephadm 2024-01-21T11:35:39.758938+0000 mgr.smithi069.gsebav (mgr.14180) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.antgin on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.antgin ... 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:41.646 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:41.647 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.647 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: cephadm 2024-01-21T11:35:39.763437+0000 mgr.smithi069.gsebav (mgr.14180) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.lmwrmf on smithi069 2024-01-21T11:35:41.647 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:41 smithi069 bash[14120]: cluster 2024-01-21T11:35:40.032225+0000 mgr.smithi069.gsebav (mgr.14180) 307 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: audit 2024-01-21T11:35:39.631165+0000 mgr.smithi069.gsebav (mgr.14180) 302 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: cephadm 2024-01-21T11:35:39.756297+0000 mgr.smithi069.gsebav (mgr.14180) 303 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.antgin ... 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.antgin ... 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: cephadm 2024-01-21T11:35:39.756801+0000 mgr.smithi069.gsebav (mgr.14180) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: cephadm 2024-01-21T11:35:39.758938+0000 mgr.smithi069.gsebav (mgr.14180) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.antgin on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.antgin ... 2024-01-21T11:35:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: cephadm 2024-01-21T11:35:39.763437+0000 mgr.smithi069.gsebav (mgr.14180) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.lmwrmf on smithi069 2024-01-21T11:35:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:41 smithi118 bash[17975]: cluster 2024-01-21T11:35:40.032225+0000 mgr.smithi069.gsebav (mgr.14180) 307 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-01-21T11:35:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:43 smithi069 bash[14120]: cluster 2024-01-21T11:35:42.033089+0000 mgr.smithi069.gsebav (mgr.14180) 308 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 954 B/s wr, 2 op/s 2024-01-21T11:35:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:43 smithi118 bash[17975]: cluster 2024-01-21T11:35:42.033089+0000 mgr.smithi069.gsebav (mgr.14180) 308 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 954 B/s wr, 2 op/s 2024-01-21T11:35:44.632 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:44.632 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:35:39.758729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.antgin on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin\nDeploy daemon haproxy.nfs.foo.smithi118.antgin ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:44.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lmwrmf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf\nDeploy daemon haproxy.nfs.foo.smithi069.lmwrmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:44.153377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xcyyle on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:44.155094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:44.681 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:44 smithi069 bash[14120]: audit 2024-01-21T11:35:44.143045+0000 mon.smithi069 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.lmwrmf"}]: dispatch 2024-01-21T11:35:44.682 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:44 smithi069 bash[14120]: audit 2024-01-21T11:35:44.153080+0000 mon.smithi069 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:44.682 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:44 smithi069 bash[14120]: audit 2024-01-21T11:35:44.156880+0000 mon.smithi069 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:44 smithi118 bash[17975]: audit 2024-01-21T11:35:44.143045+0000 mon.smithi069 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.lmwrmf"}]: dispatch 2024-01-21T11:35:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:44 smithi118 bash[17975]: audit 2024-01-21T11:35:44.153080+0000 mon.smithi069 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:44 smithi118 bash[17975]: audit 2024-01-21T11:35:44.156880+0000 mon.smithi069 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:45.404 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cluster 2024-01-21T11:35:44.034149+0000 mgr.smithi069.gsebav (mgr.14180) 309 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cephadm 2024-01-21T11:35:44.141968+0000 mgr.smithi069.gsebav (mgr.14180) 310 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.lmwrmf ... 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.lmwrmf ... 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cephadm 2024-01-21T11:35:44.142458+0000 mgr.smithi069.gsebav (mgr.14180) 311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cephadm 2024-01-21T11:35:44.144424+0000 mgr.smithi069.gsebav (mgr.14180) 312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.lmwrmf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.lmwrmf ... 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cephadm 2024-01-21T11:35:44.153502+0000 mgr.smithi069.gsebav (mgr.14180) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.xcyyle on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cephadm 2024-01-21T11:35:44.155194+0000 mgr.smithi069.gsebav (mgr.14180) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cluster 2024-01-21T11:35:44.156094+0000 mgr.smithi069.gsebav (mgr.14180) 315 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-01-21T11:35:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:45 smithi118 bash[17975]: cluster 2024-01-21T11:35:44.359143+0000 mon.smithi069 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cluster 2024-01-21T11:35:44.034149+0000 mgr.smithi069.gsebav (mgr.14180) 309 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cephadm 2024-01-21T11:35:44.141968+0000 mgr.smithi069.gsebav (mgr.14180) 310 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.lmwrmf ... 2024-01-21T11:35:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.lmwrmf ... 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cephadm 2024-01-21T11:35:44.142458+0000 mgr.smithi069.gsebav (mgr.14180) 311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cephadm 2024-01-21T11:35:44.144424+0000 mgr.smithi069.gsebav (mgr.14180) 312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.lmwrmf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.lmwrmf ... 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cephadm 2024-01-21T11:35:44.153502+0000 mgr.smithi069.gsebav (mgr.14180) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.xcyyle on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cephadm 2024-01-21T11:35:44.155194+0000 mgr.smithi069.gsebav (mgr.14180) 314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cluster 2024-01-21T11:35:44.156094+0000 mgr.smithi069.gsebav (mgr.14180) 315 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-01-21T11:35:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:45 smithi069 bash[14120]: cluster 2024-01-21T11:35:44.359143+0000 mon.smithi069 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:35:46.405 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:46 smithi118 bash[17975]: audit 2024-01-21T11:35:44.627103+0000 mgr.smithi069.gsebav (mgr.14180) 316 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:46 smithi069 bash[14120]: audit 2024-01-21T11:35:44.627103+0000 mgr.smithi069.gsebav (mgr.14180) 316 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:47.634 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:47 smithi069 bash[14120]: cluster 2024-01-21T11:35:46.157171+0000 mgr.smithi069.gsebav (mgr.14180) 317 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-01-21T11:35:47.634 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:47 smithi069 bash[14120]: audit 2024-01-21T11:35:46.591416+0000 mon.smithi069 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:47 smithi118 bash[17975]: cluster 2024-01-21T11:35:46.157171+0000 mgr.smithi069.gsebav (mgr.14180) 317 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-01-21T11:35:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:47 smithi118 bash[17975]: audit 2024-01-21T11:35:46.591416+0000 mon.smithi069 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:49.510 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:49.511 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:08.551244Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:07.247249Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:08.551583Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:11.762619Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:35:39.758729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.antgin on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin\nDeploy daemon haproxy.nfs.foo.smithi118.antgin ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:44.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lmwrmf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf\nDeploy daemon haproxy.nfs.foo.smithi069.lmwrmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:44.153377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xcyyle on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:44.155094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:07.247619Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:07.247905Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:07.248152Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:07.248387Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:08.551945Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:49.694 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:49 smithi069 bash[14120]: cluster 2024-01-21T11:35:48.158505+0000 mgr.smithi069.gsebav (mgr.14180) 318 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 808 B/s wr, 3 op/s 2024-01-21T11:35:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:49 smithi118 bash[17975]: cluster 2024-01-21T11:35:48.158505+0000 mgr.smithi069.gsebav (mgr.14180) 318 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 808 B/s wr, 3 op/s 2024-01-21T11:35:50.233 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-21T11:35:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:49.504510+0000 mgr.smithi069.gsebav (mgr.14180) 319 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:49.790926+0000 mon.smithi069 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:50.130220+0000 mon.smithi069 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:50.132054+0000 mon.smithi069 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:50.133180+0000 mon.smithi069 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:50.139069+0000 mon.smithi069 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: cluster 2024-01-21T11:35:50.140125+0000 mgr.smithi069.gsebav (mgr.14180) 320 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 709 B/s wr, 2 op/s 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:50.145877+0000 mon.smithi069 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: audit 2024-01-21T11:35:50.156067+0000 mon.smithi069 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:50 smithi118 bash[17975]: cephadm 2024-01-21T11:35:50.160195+0000 mgr.smithi069.gsebav (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.jhxfth on smithi118 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:49.504510+0000 mgr.smithi069.gsebav (mgr.14180) 319 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:49.790926+0000 mon.smithi069 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:50.130220+0000 mon.smithi069 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:50.132054+0000 mon.smithi069 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:50.133180+0000 mon.smithi069 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:50.139069+0000 mon.smithi069 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: cluster 2024-01-21T11:35:50.140125+0000 mgr.smithi069.gsebav (mgr.14180) 320 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 709 B/s wr, 2 op/s 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:50.145877+0000 mon.smithi069 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: audit 2024-01-21T11:35:50.156067+0000 mon.smithi069 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:35:51.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:50 smithi069 bash[14120]: cephadm 2024-01-21T11:35:50.160195+0000 mgr.smithi069.gsebav (mgr.14180) 321 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.jhxfth on smithi118 2024-01-21T11:35:51.234 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:51 smithi118 bash[17975]: cluster 2024-01-21T11:35:51.137241+0000 mon.smithi069 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:35:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:51 smithi118 bash[17975]: cluster 2024-01-21T11:35:51.137300+0000 mon.smithi069 (mon.0) 725 : cluster [INF] Cluster is now healthy 2024-01-21T11:35:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:51 smithi069 bash[14120]: cluster 2024-01-21T11:35:51.137241+0000 mon.smithi069 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:35:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:51 smithi069 bash[14120]: cluster 2024-01-21T11:35:51.137300+0000 mon.smithi069 (mon.0) 725 : cluster [INF] Cluster is now healthy 2024-01-21T11:35:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:52 smithi118 bash[17975]: cluster 2024-01-21T11:35:52.140968+0000 mgr.smithi069.gsebav (mgr.14180) 322 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 709 B/s wr, 2 op/s 2024-01-21T11:35:53.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:52 smithi069 bash[14120]: cluster 2024-01-21T11:35:52.140968+0000 mgr.smithi069.gsebav (mgr.14180) 322 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 709 B/s wr, 2 op/s 2024-01-21T11:35:54.466 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:54.466 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:50.120451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:49.782253Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:50.120636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:39.758729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.antgin on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-antgin\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.antgin\nDeploy daemon haproxy.nfs.foo.smithi118.antgin ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:44.144200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lmwrmf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lmwrmf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lmwrmf\nDeploy daemon haproxy.nfs.foo.smithi069.lmwrmf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:44.153377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xcyyle on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:44.155094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:54.012434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jhxfth on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\nDeploy daemon haproxy.nfs.foo.smithi118.jhxfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:35:49.783154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:49.782445Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:49.782554Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:35:49.783252Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:49.782656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:49.782755Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:50.120818Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:54.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:54 smithi118 bash[17975]: audit 2024-01-21T11:35:54.011609+0000 mon.smithi069 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.jhxfth"}]: dispatch 2024-01-21T11:35:54.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:54 smithi069 bash[14120]: audit 2024-01-21T11:35:54.011609+0000 mon.smithi069 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.jhxfth"}]: dispatch 2024-01-21T11:35:55.154 INFO:tasks.cephadm:nfs.foo has 2/2 2024-01-21T11:35:55.155 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:35:55.165 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T11:35:55.165 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: cephadm 2024-01-21T11:35:54.010818+0000 mgr.smithi069.gsebav (mgr.14180) 323 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.jhxfth ... 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:55.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.jhxfth ... 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: cephadm 2024-01-21T11:35:54.011144+0000 mgr.smithi069.gsebav (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: cephadm 2024-01-21T11:35:54.012568+0000 mgr.smithi069.gsebav (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.jhxfth on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.jhxfth ... 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: cephadm 2024-01-21T11:35:54.014894+0000 mgr.smithi069.gsebav (mgr.14180) 326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.xdclaf on smithi069 2024-01-21T11:35:55.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:55 smithi118 bash[17975]: cluster 2024-01-21T11:35:54.141724+0000 mgr.smithi069.gsebav (mgr.14180) 327 : cluster [DBG] pgmap v273: 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 2024-01-21T11:35:55.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: cephadm 2024-01-21T11:35:54.010818+0000 mgr.smithi069.gsebav (mgr.14180) 323 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:55.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.jhxfth ... 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:55.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.jhxfth ... 2024-01-21T11:35:55.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: cephadm 2024-01-21T11:35:54.011144+0000 mgr.smithi069.gsebav (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: cephadm 2024-01-21T11:35:54.012568+0000 mgr.smithi069.gsebav (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.jhxfth on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth 2024-01-21T11:35:55.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.jhxfth ... 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: cephadm 2024-01-21T11:35:54.014894+0000 mgr.smithi069.gsebav (mgr.14180) 326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.xdclaf on smithi069 2024-01-21T11:35:55.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:55 smithi069 bash[14120]: cluster 2024-01-21T11:35:54.141724+0000 mgr.smithi069.gsebav (mgr.14180) 327 : cluster [DBG] pgmap v273: 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 2024-01-21T11:35:56.451 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:56 smithi069 bash[14120]: audit 2024-01-21T11:35:54.457152+0000 mgr.smithi069.gsebav (mgr.14180) 328 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:56.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:56 smithi118 bash[17975]: audit 2024-01-21T11:35:54.457152+0000 mgr.smithi069.gsebav (mgr.14180) 328 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:57 smithi118 bash[17975]: cluster 2024-01-21T11:35:56.142603+0000 mgr.smithi069.gsebav (mgr.14180) 329 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:35:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:57 smithi069 bash[14120]: cluster 2024-01-21T11:35:56.142603+0000 mgr.smithi069.gsebav (mgr.14180) 329 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:35:58.056 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:35:58.056 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:50.120451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:49.782253Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:50.120636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:44.155094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:54.012434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jhxfth on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\nDeploy daemon haproxy.nfs.foo.smithi118.jhxfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:57.987788Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.xdclaf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf\nDeploy daemon haproxy.nfs.foo.smithi069.xdclaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:57.991953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fihszk on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:35:49.783154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:49.782445Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:49.782554Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:35:49.783252Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:49.782656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:49.782755Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:50.120818Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:35:58.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:58 smithi118 bash[17975]: audit 2024-01-21T11:35:57.986783+0000 mon.smithi069 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.xdclaf"}]: dispatch 2024-01-21T11:35:58.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:58 smithi118 bash[17975]: audit 2024-01-21T11:35:57.997491+0000 mon.smithi069 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:58.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:58 smithi069 bash[14120]: audit 2024-01-21T11:35:57.986783+0000 mon.smithi069 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.xdclaf"}]: dispatch 2024-01-21T11:35:58.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:58 smithi069 bash[14120]: audit 2024-01-21T11:35:57.997491+0000 mon.smithi069 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:58.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cephadm 2024-01-21T11:35:57.985768+0000 mgr.smithi069.gsebav (mgr.14180) 330 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.600 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:59.600 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.600 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.xdclaf ... 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:35:59.601 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.xdclaf ... 2024-01-21T11:35:59.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.603 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:59.603 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:59.603 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:59.603 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.603 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cephadm 2024-01-21T11:35:57.986238+0000 mgr.smithi069.gsebav (mgr.14180) 331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.603 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cephadm 2024-01-21T11:35:57.988052+0000 mgr.smithi069.gsebav (mgr.14180) 332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.xdclaf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.xdclaf ... 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cephadm 2024-01-21T11:35:57.992056+0000 mgr.smithi069.gsebav (mgr.14180) 333 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.fihszk on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cephadm 2024-01-21T11:35:57.993926+0000 mgr.smithi069.gsebav (mgr.14180) 334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:59.604 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cluster 2024-01-21T11:35:57.995183+0000 mgr.smithi069.gsebav (mgr.14180) 335 : cluster [DBG] pgmap v275: 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 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: audit 2024-01-21T11:35:58.046239+0000 mgr.smithi069.gsebav (mgr.14180) 336 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:35:59 smithi118 bash[17975]: cluster 2024-01-21T11:35:58.283726+0000 mon.smithi069 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cephadm 2024-01-21T11:35:57.985768+0000 mgr.smithi069.gsebav (mgr.14180) 330 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.xdclaf ... 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:59.605 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.606 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.xdclaf ... 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cephadm 2024-01-21T11:35:57.986238+0000 mgr.smithi069.gsebav (mgr.14180) 331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cephadm 2024-01-21T11:35:57.988052+0000 mgr.smithi069.gsebav (mgr.14180) 332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.xdclaf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.xdclaf ... 2024-01-21T11:35:59.607 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cephadm 2024-01-21T11:35:57.992056+0000 mgr.smithi069.gsebav (mgr.14180) 333 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.fihszk on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cephadm 2024-01-21T11:35:57.993926+0000 mgr.smithi069.gsebav (mgr.14180) 334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cluster 2024-01-21T11:35:57.995183+0000 mgr.smithi069.gsebav (mgr.14180) 335 : cluster [DBG] pgmap v275: 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 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: audit 2024-01-21T11:35:58.046239+0000 mgr.smithi069.gsebav (mgr.14180) 336 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:59.608 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:35:59 smithi069 bash[14120]: cluster 2024-01-21T11:35:58.283726+0000 mon.smithi069 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:35:59.782 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:01.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:01 smithi118 bash[17975]: cluster 2024-01-21T11:35:59.996253+0000 mgr.smithi069.gsebav (mgr.14180) 337 : cluster [DBG] pgmap v276: 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 2024-01-21T11:36:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:01 smithi069 bash[14120]: cluster 2024-01-21T11:35:59.996253+0000 mgr.smithi069.gsebav (mgr.14180) 337 : cluster [DBG] pgmap v276: 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 2024-01-21T11:36:02.817 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:02.817 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:35:50.120451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:35:49.782253Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:35:50.120636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:44.155094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:54.012434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jhxfth on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\nDeploy daemon haproxy.nfs.foo.smithi118.jhxfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:57.987788Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.xdclaf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf\nDeploy daemon haproxy.nfs.foo.smithi069.xdclaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:57.991953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fihszk on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:35:49.783154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:35:49.782445Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:35:49.782554Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:35:49.783252Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:35:49.782656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:35:49.782755Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:35:50.120818Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:02 smithi069 bash[14120]: audit 2024-01-21T11:36:01.607382+0000 mon.smithi069 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:02 smithi069 bash[14120]: cluster 2024-01-21T11:36:01.997388+0000 mgr.smithi069.gsebav (mgr.14180) 338 : 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 2024-01-21T11:36:03.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:02 smithi118 bash[17975]: audit 2024-01-21T11:36:01.607382+0000 mon.smithi069 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:03.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:02 smithi118 bash[17975]: cluster 2024-01-21T11:36:01.997388+0000 mgr.smithi069.gsebav (mgr.14180) 338 : 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 2024-01-21T11:36:03.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:04.535 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:04.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:02.807689+0000 mgr.smithi069.gsebav (mgr.14180) 339 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:04.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.635272+0000 mon.smithi069 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.948229+0000 mon.smithi069 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.949737+0000 mon.smithi069 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:36:04.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.951040+0000 mon.smithi069 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:36:04.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.958302+0000 mon.smithi069 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.965429+0000 mon.smithi069 (mon.0) 736 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:36:04.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:04 smithi069 bash[14120]: audit 2024-01-21T11:36:03.981393+0000 mon.smithi069 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:02.807689+0000 mgr.smithi069.gsebav (mgr.14180) 339 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.635272+0000 mon.smithi069 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.948229+0000 mon.smithi069 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.949737+0000 mon.smithi069 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:36:04.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.951040+0000 mon.smithi069 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:36:04.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.958302+0000 mon.smithi069 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:04.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.965429+0000 mon.smithi069 (mon.0) 736 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:36:04.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:04 smithi118 bash[17975]: audit 2024-01-21T11:36:03.981393+0000 mon.smithi069 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:05 smithi118 bash[17975]: cluster 2024-01-21T11:36:03.959272+0000 mgr.smithi069.gsebav (mgr.14180) 340 : cluster [DBG] pgmap v278: 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 2024-01-21T11:36:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:05 smithi118 bash[17975]: cephadm 2024-01-21T11:36:03.985946+0000 mgr.smithi069.gsebav (mgr.14180) 341 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.absvyj on smithi118 2024-01-21T11:36:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:05 smithi118 bash[17975]: cluster 2024-01-21T11:36:04.955483+0000 mon.smithi069 (mon.0) 738 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:36:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:05 smithi118 bash[17975]: cluster 2024-01-21T11:36:04.955542+0000 mon.smithi069 (mon.0) 739 : cluster [INF] Cluster is now healthy 2024-01-21T11:36:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:05 smithi069 bash[14120]: cluster 2024-01-21T11:36:03.959272+0000 mgr.smithi069.gsebav (mgr.14180) 340 : cluster [DBG] pgmap v278: 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 2024-01-21T11:36:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:05 smithi069 bash[14120]: cephadm 2024-01-21T11:36:03.985946+0000 mgr.smithi069.gsebav (mgr.14180) 341 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.absvyj on smithi118 2024-01-21T11:36:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:05 smithi069 bash[14120]: cluster 2024-01-21T11:36:04.955483+0000 mon.smithi069 (mon.0) 738 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:36:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:05 smithi069 bash[14120]: cluster 2024-01-21T11:36:04.955542+0000 mon.smithi069 (mon.0) 739 : cluster [INF] Cluster is now healthy 2024-01-21T11:36:07.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:07 smithi118 bash[17975]: cluster 2024-01-21T11:36:05.959980+0000 mgr.smithi069.gsebav (mgr.14180) 342 : cluster [DBG] pgmap v279: 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 2024-01-21T11:36:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:07 smithi069 bash[14120]: cluster 2024-01-21T11:36:05.959980+0000 mgr.smithi069.gsebav (mgr.14180) 342 : cluster [DBG] pgmap v279: 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 2024-01-21T11:36:07.655 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:07.655 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:44.155094Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nttine on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:54.012434Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jhxfth on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jhxfth\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jhxfth\nDeploy daemon haproxy.nfs.foo.smithi118.jhxfth ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:57.987788Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.xdclaf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-xdclaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.xdclaf\nDeploy daemon haproxy.nfs.foo.smithi069.xdclaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:57.991953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fihszk on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:08.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:08.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:08 smithi118 bash[17975]: audit 2024-01-21T11:36:07.826884+0000 mon.smithi069 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.absvyj"}]: dispatch 2024-01-21T11:36:08.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:08 smithi069 bash[14120]: audit 2024-01-21T11:36:07.826884+0000 mon.smithi069 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.absvyj"}]: dispatch 2024-01-21T11:36:09.389 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: audit 2024-01-21T11:36:07.649904+0000 mgr.smithi069.gsebav (mgr.14180) 343 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: cephadm 2024-01-21T11:36:07.826119+0000 mgr.smithi069.gsebav (mgr.14180) 344 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.absvyj ... 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.absvyj ... 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: cephadm 2024-01-21T11:36:07.826390+0000 mgr.smithi069.gsebav (mgr.14180) 345 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: cephadm 2024-01-21T11:36:07.828616+0000 mgr.smithi069.gsebav (mgr.14180) 346 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:09.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.absvyj ... 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: cephadm 2024-01-21T11:36:07.833536+0000 mgr.smithi069.gsebav (mgr.14180) 347 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.cjkwyf on smithi069 2024-01-21T11:36:09.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:09 smithi118 bash[17975]: cluster 2024-01-21T11:36:07.960891+0000 mgr.smithi069.gsebav (mgr.14180) 348 : cluster [DBG] pgmap v280: 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 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: audit 2024-01-21T11:36:07.649904+0000 mgr.smithi069.gsebav (mgr.14180) 343 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: cephadm 2024-01-21T11:36:07.826119+0000 mgr.smithi069.gsebav (mgr.14180) 344 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.absvyj ... 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:09.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:09.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.absvyj ... 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: cephadm 2024-01-21T11:36:07.826390+0000 mgr.smithi069.gsebav (mgr.14180) 345 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: cephadm 2024-01-21T11:36:07.828616+0000 mgr.smithi069.gsebav (mgr.14180) 346 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.absvyj ... 2024-01-21T11:36:09.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:09.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:09.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:09.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:09.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: cephadm 2024-01-21T11:36:07.833536+0000 mgr.smithi069.gsebav (mgr.14180) 347 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.cjkwyf on smithi069 2024-01-21T11:36:09.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:09 smithi069 bash[14120]: cluster 2024-01-21T11:36:07.960891+0000 mgr.smithi069.gsebav (mgr.14180) 348 : cluster [DBG] pgmap v280: 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 2024-01-21T11:36:11.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:11 smithi118 bash[17975]: cluster 2024-01-21T11:36:09.961627+0000 mgr.smithi069.gsebav (mgr.14180) 349 : cluster [DBG] pgmap v281: 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 2024-01-21T11:36:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:11 smithi069 bash[14120]: cluster 2024-01-21T11:36:09.961627+0000 mgr.smithi069.gsebav (mgr.14180) 349 : cluster [DBG] pgmap v281: 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 2024-01-21T11:36:12.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:12 smithi118 bash[17975]: audit 2024-01-21T11:36:12.065755+0000 mon.smithi069 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.cjkwyf"}]: dispatch 2024-01-21T11:36:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:12 smithi069 bash[14120]: audit 2024-01-21T11:36:12.065755+0000 mon.smithi069 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.cjkwyf"}]: dispatch 2024-01-21T11:36:12.692 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:12.692 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:13.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cluster 2024-01-21T11:36:11.962232+0000 mgr.smithi069.gsebav (mgr.14180) 350 : 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 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cephadm 2024-01-21T11:36:12.064736+0000 mgr.smithi069.gsebav (mgr.14180) 351 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.cjkwyf ... 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.cjkwyf ... 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cephadm 2024-01-21T11:36:12.065172+0000 mgr.smithi069.gsebav (mgr.14180) 352 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cephadm 2024-01-21T11:36:12.067069+0000 mgr.smithi069.gsebav (mgr.14180) 353 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.cjkwyf ... 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cephadm 2024-01-21T11:36:12.071758+0000 mgr.smithi069.gsebav (mgr.14180) 354 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cephadm 2024-01-21T11:36:12.073761+0000 mgr.smithi069.gsebav (mgr.14180) 355 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cluster 2024-01-21T11:36:12.074720+0000 mgr.smithi069.gsebav (mgr.14180) 356 : cluster [DBG] pgmap v283: 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 2024-01-21T11:36:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:13 smithi118 bash[17975]: cluster 2024-01-21T11:36:12.287415+0000 mon.smithi069 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cluster 2024-01-21T11:36:11.962232+0000 mgr.smithi069.gsebav (mgr.14180) 350 : 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 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cephadm 2024-01-21T11:36:12.064736+0000 mgr.smithi069.gsebav (mgr.14180) 351 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:13.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.cjkwyf ... 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:13.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.cjkwyf ... 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:13.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cephadm 2024-01-21T11:36:12.065172+0000 mgr.smithi069.gsebav (mgr.14180) 352 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cephadm 2024-01-21T11:36:12.067069+0000 mgr.smithi069.gsebav (mgr.14180) 353 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.cjkwyf ... 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cephadm 2024-01-21T11:36:12.071758+0000 mgr.smithi069.gsebav (mgr.14180) 354 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:13.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cephadm 2024-01-21T11:36:12.073761+0000 mgr.smithi069.gsebav (mgr.14180) 355 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:13.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cluster 2024-01-21T11:36:12.074720+0000 mgr.smithi069.gsebav (mgr.14180) 356 : cluster [DBG] pgmap v283: 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 2024-01-21T11:36:13.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:13 smithi069 bash[14120]: cluster 2024-01-21T11:36:12.287415+0000 mon.smithi069 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:36:14.522 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:14.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:14 smithi118 bash[17975]: audit 2024-01-21T11:36:12.682742+0000 mgr.smithi069.gsebav (mgr.14180) 357 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:14.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:14 smithi069 bash[14120]: audit 2024-01-21T11:36:12.682742+0000 mgr.smithi069.gsebav (mgr.14180) 357 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:15.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:15 smithi118 bash[17975]: cluster 2024-01-21T11:36:14.076095+0000 mgr.smithi069.gsebav (mgr.14180) 358 : cluster [DBG] pgmap v284: 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 2024-01-21T11:36:15.588 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:15 smithi069 bash[14120]: cluster 2024-01-21T11:36:14.076095+0000 mgr.smithi069.gsebav (mgr.14180) 358 : cluster [DBG] pgmap v284: 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 2024-01-21T11:36:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:17 smithi118 bash[17975]: cluster 2024-01-21T11:36:16.076818+0000 mgr.smithi069.gsebav (mgr.14180) 359 : cluster [DBG] pgmap v285: 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 2024-01-21T11:36:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:17 smithi118 bash[17975]: audit 2024-01-21T11:36:16.623369+0000 mon.smithi069 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:17.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:17 smithi069 bash[14120]: cluster 2024-01-21T11:36:16.076818+0000 mgr.smithi069.gsebav (mgr.14180) 359 : cluster [DBG] pgmap v285: 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 2024-01-21T11:36:17.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:17 smithi069 bash[14120]: audit 2024-01-21T11:36:16.623369+0000 mon.smithi069 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:17.726 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:17.727 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:18.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:19.501 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:19 smithi069 bash[14120]: audit 2024-01-21T11:36:17.718111+0000 mgr.smithi069.gsebav (mgr.14180) 360 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:19 smithi069 bash[14120]: cluster 2024-01-21T11:36:18.077601+0000 mgr.smithi069.gsebav (mgr.14180) 361 : cluster [DBG] pgmap v286: 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 2024-01-21T11:36:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:19 smithi118 bash[17975]: audit 2024-01-21T11:36:17.718111+0000 mgr.smithi069.gsebav (mgr.14180) 360 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:19 smithi118 bash[17975]: cluster 2024-01-21T11:36:18.077601+0000 mgr.smithi069.gsebav (mgr.14180) 361 : cluster [DBG] pgmap v286: 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 2024-01-21T11:36:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:21 smithi118 bash[17975]: cluster 2024-01-21T11:36:20.078537+0000 mgr.smithi069.gsebav (mgr.14180) 362 : cluster [DBG] pgmap v287: 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 2024-01-21T11:36:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:21 smithi069 bash[14120]: cluster 2024-01-21T11:36:20.078537+0000 mgr.smithi069.gsebav (mgr.14180) 362 : cluster [DBG] pgmap v287: 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 2024-01-21T11:36:22.588 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:22.588 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:23.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:23 smithi069 bash[14120]: cluster 2024-01-21T11:36:22.079738+0000 mgr.smithi069.gsebav (mgr.14180) 363 : cluster [DBG] pgmap v288: 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 2024-01-21T11:36:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:23 smithi118 bash[17975]: cluster 2024-01-21T11:36:22.079738+0000 mgr.smithi069.gsebav (mgr.14180) 363 : cluster [DBG] pgmap v288: 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 2024-01-21T11:36:24.345 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:24 smithi118 bash[17975]: audit 2024-01-21T11:36:22.578860+0000 mgr.smithi069.gsebav (mgr.14180) 364 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:24 smithi069 bash[14120]: audit 2024-01-21T11:36:22.578860+0000 mgr.smithi069.gsebav (mgr.14180) 364 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:25.720 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:25 smithi069 bash[14120]: cluster 2024-01-21T11:36:24.081060+0000 mgr.smithi069.gsebav (mgr.14180) 365 : cluster [DBG] pgmap v289: 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 2024-01-21T11:36:25.720 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:25 smithi069 bash[14120]: audit 2024-01-21T11:36:25.136554+0000 mon.smithi069 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:25 smithi118 bash[17975]: cluster 2024-01-21T11:36:24.081060+0000 mgr.smithi069.gsebav (mgr.14180) 365 : cluster [DBG] pgmap v289: 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 2024-01-21T11:36:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:25 smithi118 bash[17975]: audit 2024-01-21T11:36:25.136554+0000 mon.smithi069 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:36:27.509 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:27.510 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:27.712 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:27 smithi069 bash[14120]: cluster 2024-01-21T11:36:26.081949+0000 mgr.smithi069.gsebav (mgr.14180) 366 : 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 2024-01-21T11:36:27.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:27 smithi118 bash[17975]: cluster 2024-01-21T11:36:26.081949+0000 mgr.smithi069.gsebav (mgr.14180) 366 : 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 2024-01-21T11:36:28.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:29.295 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:29 smithi069 bash[14120]: audit 2024-01-21T11:36:27.499560+0000 mgr.smithi069.gsebav (mgr.14180) 367 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:29.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:29 smithi069 bash[14120]: cluster 2024-01-21T11:36:28.083345+0000 mgr.smithi069.gsebav (mgr.14180) 368 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:29 smithi118 bash[17975]: audit 2024-01-21T11:36:27.499560+0000 mgr.smithi069.gsebav (mgr.14180) 367 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:29 smithi118 bash[17975]: cluster 2024-01-21T11:36:28.083345+0000 mgr.smithi069.gsebav (mgr.14180) 368 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:31 smithi069 bash[14120]: cluster 2024-01-21T11:36:30.084293+0000 mgr.smithi069.gsebav (mgr.14180) 369 : 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 2024-01-21T11:36:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:31 smithi118 bash[17975]: cluster 2024-01-21T11:36:30.084293+0000 mgr.smithi069.gsebav (mgr.14180) 369 : 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 2024-01-21T11:36:32.313 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:32.313 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:33.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:33 smithi118 bash[17975]: cluster 2024-01-21T11:36:32.084908+0000 mgr.smithi069.gsebav (mgr.14180) 370 : 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 2024-01-21T11:36:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:33 smithi118 bash[17975]: audit 2024-01-21T11:36:32.303071+0000 mgr.smithi069.gsebav (mgr.14180) 371 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:33 smithi069 bash[14120]: cluster 2024-01-21T11:36:32.084908+0000 mgr.smithi069.gsebav (mgr.14180) 370 : 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 2024-01-21T11:36:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:33 smithi069 bash[14120]: audit 2024-01-21T11:36:32.303071+0000 mgr.smithi069.gsebav (mgr.14180) 371 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:34.030 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:35 smithi118 bash[17975]: cluster 2024-01-21T11:36:34.086118+0000 mgr.smithi069.gsebav (mgr.14180) 372 : cluster [DBG] pgmap v294: 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 2024-01-21T11:36:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:35 smithi069 bash[14120]: cluster 2024-01-21T11:36:34.086118+0000 mgr.smithi069.gsebav (mgr.14180) 372 : cluster [DBG] pgmap v294: 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 2024-01-21T11:36:37.170 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:37.170 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:37 smithi069 bash[14120]: cluster 2024-01-21T11:36:36.087193+0000 mgr.smithi069.gsebav (mgr.14180) 373 : 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 2024-01-21T11:36:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:37 smithi118 bash[17975]: cluster 2024-01-21T11:36:36.087193+0000 mgr.smithi069.gsebav (mgr.14180) 373 : 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 2024-01-21T11:36:37.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:38 smithi118 bash[17975]: audit 2024-01-21T11:36:37.161152+0000 mgr.smithi069.gsebav (mgr.14180) 374 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:38.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:38 smithi069 bash[14120]: audit 2024-01-21T11:36:37.161152+0000 mgr.smithi069.gsebav (mgr.14180) 374 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:38.896 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:39 smithi118 bash[17975]: cluster 2024-01-21T11:36:38.088496+0000 mgr.smithi069.gsebav (mgr.14180) 375 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:39 smithi069 bash[14120]: cluster 2024-01-21T11:36:38.088496+0000 mgr.smithi069.gsebav (mgr.14180) 375 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:41.793 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:41.793 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:41 smithi118 bash[17975]: cluster 2024-01-21T11:36:40.089503+0000 mgr.smithi069.gsebav (mgr.14180) 376 : 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 2024-01-21T11:36:41.827 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:41 smithi069 bash[14120]: cluster 2024-01-21T11:36:40.089503+0000 mgr.smithi069.gsebav (mgr.14180) 376 : 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 2024-01-21T11:36:42.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:43.540 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:43.731 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:43 smithi069 bash[14120]: audit 2024-01-21T11:36:41.782530+0000 mgr.smithi069.gsebav (mgr.14180) 377 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:43.731 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:43 smithi069 bash[14120]: cluster 2024-01-21T11:36:42.090689+0000 mgr.smithi069.gsebav (mgr.14180) 378 : 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 2024-01-21T11:36:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:43 smithi118 bash[17975]: audit 2024-01-21T11:36:41.782530+0000 mgr.smithi069.gsebav (mgr.14180) 377 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:43 smithi118 bash[17975]: cluster 2024-01-21T11:36:42.090689+0000 mgr.smithi069.gsebav (mgr.14180) 378 : 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 2024-01-21T11:36:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:45 smithi118 bash[17975]: cluster 2024-01-21T11:36:44.091412+0000 mgr.smithi069.gsebav (mgr.14180) 379 : cluster [DBG] pgmap v299: 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 2024-01-21T11:36:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:45 smithi069 bash[14120]: cluster 2024-01-21T11:36:44.091412+0000 mgr.smithi069.gsebav (mgr.14180) 379 : cluster [DBG] pgmap v299: 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 2024-01-21T11:36:46.524 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:46.524 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:47.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:47 smithi069 bash[14120]: cluster 2024-01-21T11:36:46.092407+0000 mgr.smithi069.gsebav (mgr.14180) 380 : 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 2024-01-21T11:36:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:47 smithi118 bash[17975]: cluster 2024-01-21T11:36:46.092407+0000 mgr.smithi069.gsebav (mgr.14180) 380 : 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 2024-01-21T11:36:48.318 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:48.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:48 smithi069 bash[14120]: audit 2024-01-21T11:36:46.514684+0000 mgr.smithi069.gsebav (mgr.14180) 381 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:48 smithi118 bash[17975]: audit 2024-01-21T11:36:46.514684+0000 mgr.smithi069.gsebav (mgr.14180) 381 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:49 smithi069 bash[14120]: cluster 2024-01-21T11:36:48.093850+0000 mgr.smithi069.gsebav (mgr.14180) 382 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:49 smithi118 bash[17975]: cluster 2024-01-21T11:36:48.093850+0000 mgr.smithi069.gsebav (mgr.14180) 382 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:50.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:50 smithi069 bash[14120]: cluster 2024-01-21T11:36:50.094488+0000 mgr.smithi069.gsebav (mgr.14180) 383 : 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 2024-01-21T11:36:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:50 smithi118 bash[17975]: cluster 2024-01-21T11:36:50.094488+0000 mgr.smithi069.gsebav (mgr.14180) 383 : 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 2024-01-21T11:36:51.437 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:51.437 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:51 smithi118 bash[17975]: audit 2024-01-21T11:36:51.427358+0000 mgr.smithi069.gsebav (mgr.14180) 384 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:51 smithi069 bash[14120]: audit 2024-01-21T11:36:51.427358+0000 mgr.smithi069.gsebav (mgr.14180) 384 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:52.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:52 smithi118 bash[17975]: cluster 2024-01-21T11:36:52.095685+0000 mgr.smithi069.gsebav (mgr.14180) 385 : 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 2024-01-21T11:36:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:52 smithi069 bash[14120]: cluster 2024-01-21T11:36:52.095685+0000 mgr.smithi069.gsebav (mgr.14180) 385 : 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 2024-01-21T11:36:53.214 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:55.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:55 smithi118 bash[17975]: cluster 2024-01-21T11:36:54.096508+0000 mgr.smithi069.gsebav (mgr.14180) 386 : cluster [DBG] pgmap v304: 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 2024-01-21T11:36:55.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:55 smithi069 bash[14120]: cluster 2024-01-21T11:36:54.096508+0000 mgr.smithi069.gsebav (mgr.14180) 386 : cluster [DBG] pgmap v304: 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 2024-01-21T11:36:56.231 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:36:56.231 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:36:56.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:57 smithi118 bash[17975]: cluster 2024-01-21T11:36:56.097418+0000 mgr.smithi069.gsebav (mgr.14180) 387 : 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 2024-01-21T11:36:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:57 smithi118 bash[17975]: audit 2024-01-21T11:36:56.222176+0000 mgr.smithi069.gsebav (mgr.14180) 388 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:57 smithi069 bash[14120]: cluster 2024-01-21T11:36:56.097418+0000 mgr.smithi069.gsebav (mgr.14180) 387 : 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 2024-01-21T11:36:57.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:57 smithi069 bash[14120]: audit 2024-01-21T11:36:56.222176+0000 mgr.smithi069.gsebav (mgr.14180) 388 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:57.935 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:36:59 smithi118 bash[17975]: cluster 2024-01-21T11:36:58.098708+0000 mgr.smithi069.gsebav (mgr.14180) 389 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:59.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:36:59 smithi069 bash[14120]: cluster 2024-01-21T11:36:58.098708+0000 mgr.smithi069.gsebav (mgr.14180) 389 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:01.132 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:01.132 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:01 smithi118 bash[17975]: cluster 2024-01-21T11:37:00.099717+0000 mgr.smithi069.gsebav (mgr.14180) 390 : 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 2024-01-21T11:37:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:01 smithi069 bash[14120]: cluster 2024-01-21T11:37:00.099717+0000 mgr.smithi069.gsebav (mgr.14180) 390 : 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 2024-01-21T11:37:01.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:02.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:02 smithi118 bash[17975]: audit 2024-01-21T11:37:01.125733+0000 mgr.smithi069.gsebav (mgr.14180) 391 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:02.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:02 smithi069 bash[14120]: audit 2024-01-21T11:37:01.125733+0000 mgr.smithi069.gsebav (mgr.14180) 391 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:02.840 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:03.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:03 smithi118 bash[17975]: cluster 2024-01-21T11:37:02.100852+0000 mgr.smithi069.gsebav (mgr.14180) 392 : 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 2024-01-21T11:37:03.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:03 smithi069 bash[14120]: cluster 2024-01-21T11:37:02.100852+0000 mgr.smithi069.gsebav (mgr.14180) 392 : 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 2024-01-21T11:37:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:05 smithi118 bash[17975]: cluster 2024-01-21T11:37:04.101666+0000 mgr.smithi069.gsebav (mgr.14180) 393 : cluster [DBG] pgmap v309: 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 2024-01-21T11:37:05.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:05 smithi069 bash[14120]: cluster 2024-01-21T11:37:04.101666+0000 mgr.smithi069.gsebav (mgr.14180) 393 : cluster [DBG] pgmap v309: 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 2024-01-21T11:37:05.994 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:05.995 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:06.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:07 smithi069 bash[14120]: audit 2024-01-21T11:37:05.986705+0000 mgr.smithi069.gsebav (mgr.14180) 394 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:07.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:07 smithi069 bash[14120]: cluster 2024-01-21T11:37:06.102606+0000 mgr.smithi069.gsebav (mgr.14180) 395 : 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 2024-01-21T11:37:07.810 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:07 smithi118 bash[17975]: audit 2024-01-21T11:37:05.986705+0000 mgr.smithi069.gsebav (mgr.14180) 394 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:07 smithi118 bash[17975]: cluster 2024-01-21T11:37:06.102606+0000 mgr.smithi069.gsebav (mgr.14180) 395 : 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 2024-01-21T11:37:09.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:09 smithi069 bash[14120]: cluster 2024-01-21T11:37:08.103837+0000 mgr.smithi069.gsebav (mgr.14180) 396 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:09 smithi118 bash[17975]: cluster 2024-01-21T11:37:08.103837+0000 mgr.smithi069.gsebav (mgr.14180) 396 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:10.969 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:10.969 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:11 smithi069 bash[14120]: cluster 2024-01-21T11:37:10.104488+0000 mgr.smithi069.gsebav (mgr.14180) 397 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:11.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:11.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:11 smithi118 bash[17975]: cluster 2024-01-21T11:37:10.104488+0000 mgr.smithi069.gsebav (mgr.14180) 397 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:12.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:12 smithi069 bash[14120]: audit 2024-01-21T11:37:10.962864+0000 mgr.smithi069.gsebav (mgr.14180) 398 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:12.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:12 smithi069 bash[14120]: audit 2024-01-21T11:37:12.078342+0000 mon.smithi069 (mon.0) 745 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:37:12.729 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:12 smithi118 bash[17975]: audit 2024-01-21T11:37:10.962864+0000 mgr.smithi069.gsebav (mgr.14180) 398 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:12 smithi118 bash[17975]: audit 2024-01-21T11:37:12.078342+0000 mon.smithi069 (mon.0) 745 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:37:13.632 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:13 smithi069 bash[14120]: cluster 2024-01-21T11:37:12.105521+0000 mgr.smithi069.gsebav (mgr.14180) 399 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:13.632 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:13 smithi069 bash[14120]: audit 2024-01-21T11:37:12.352773+0000 mon.smithi069 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:13 smithi118 bash[17975]: cluster 2024-01-21T11:37:12.105521+0000 mgr.smithi069.gsebav (mgr.14180) 399 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:13 smithi118 bash[17975]: audit 2024-01-21T11:37:12.352773+0000 mon.smithi069 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:15.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:15 smithi069 bash[14120]: cluster 2024-01-21T11:37:14.106498+0000 mgr.smithi069.gsebav (mgr.14180) 400 : cluster [DBG] pgmap v314: 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 2024-01-21T11:37:15.603 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:15.603 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:36:03.934906Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:36:03.622960Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:36:03.935363Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:36:03.624800Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:36:03.623276Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:36:03.623493Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:36:03.625004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:36:03.623724Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:36:03.623986Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:36:03.935824Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:15 smithi118 bash[17975]: cluster 2024-01-21T11:37:14.106498+0000 mgr.smithi069.gsebav (mgr.14180) 400 : cluster [DBG] pgmap v314: 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 2024-01-21T11:37:16.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:17.417 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:17 smithi069 bash[14120]: audit 2024-01-21T11:37:15.594720+0000 mgr.smithi069.gsebav (mgr.14180) 401 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:17 smithi069 bash[14120]: cluster 2024-01-21T11:37:16.106996+0000 mgr.smithi069.gsebav (mgr.14180) 402 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:17 smithi118 bash[17975]: audit 2024-01-21T11:37:15.594720+0000 mgr.smithi069.gsebav (mgr.14180) 401 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:17 smithi118 bash[17975]: cluster 2024-01-21T11:37:16.106996+0000 mgr.smithi069.gsebav (mgr.14180) 402 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:19.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:17.690818+0000 mon.smithi069 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: cluster 2024-01-21T11:37:18.108162+0000 mgr.smithi069.gsebav (mgr.14180) 403 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:18.332012+0000 mon.smithi069 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:18.612837+0000 mon.smithi069 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:18.614167+0000 mon.smithi069 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:18.623142+0000 mon.smithi069 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:18.631096+0000 mon.smithi069 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:37:19.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:18 smithi118 bash[17975]: audit 2024-01-21T11:37:18.643753+0000 mon.smithi069 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:17.690818+0000 mon.smithi069 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: cluster 2024-01-21T11:37:18.108162+0000 mgr.smithi069.gsebav (mgr.14180) 403 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:18.332012+0000 mon.smithi069 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:18.612837+0000 mon.smithi069 (mon.0) 749 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:18.614167+0000 mon.smithi069 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:18.623142+0000 mon.smithi069 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:19.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:18.631096+0000 mon.smithi069 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:37:19.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:18 smithi069 bash[14120]: audit 2024-01-21T11:37:18.643753+0000 mon.smithi069 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:20.032 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:19 smithi069 bash[14120]: cluster 2024-01-21T11:37:18.623837+0000 mgr.smithi069.gsebav (mgr.14180) 404 : cluster [DBG] pgmap v317: 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 2024-01-21T11:37:20.032 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:19 smithi069 bash[14120]: cephadm 2024-01-21T11:37:18.648670+0000 mgr.smithi069.gsebav (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.cyflnb on smithi118 2024-01-21T11:37:20.033 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:19 smithi069 bash[14120]: cluster 2024-01-21T11:37:18.687342+0000 mon.smithi069 (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:37:20.033 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:19 smithi069 bash[14120]: cluster 2024-01-21T11:37:18.687390+0000 mon.smithi069 (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-01-21T11:37:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:19 smithi118 bash[17975]: cluster 2024-01-21T11:37:18.623837+0000 mgr.smithi069.gsebav (mgr.14180) 404 : cluster [DBG] pgmap v317: 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 2024-01-21T11:37:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:19 smithi118 bash[17975]: cephadm 2024-01-21T11:37:18.648670+0000 mgr.smithi069.gsebav (mgr.14180) 405 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.cyflnb on smithi118 2024-01-21T11:37:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:19 smithi118 bash[17975]: cluster 2024-01-21T11:37:18.687342+0000 mon.smithi069 (mon.0) 754 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:37:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:19 smithi118 bash[17975]: cluster 2024-01-21T11:37:18.687390+0000 mon.smithi069 (mon.0) 755 : cluster [INF] Cluster is now healthy 2024-01-21T11:37:20.456 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:20.456 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:57.993826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.knsxxb on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:20 smithi069 bash[14120]: audit 2024-01-21T11:37:20.444556+0000 mgr.smithi069.gsebav (mgr.14180) 406 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:21.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:20 smithi118 bash[17975]: audit 2024-01-21T11:37:20.444556+0000 mgr.smithi069.gsebav (mgr.14180) 406 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:21.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:22.001 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:21 smithi118 bash[17975]: cluster 2024-01-21T11:37:20.624527+0000 mgr.smithi069.gsebav (mgr.14180) 407 : cluster [DBG] pgmap v318: 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 2024-01-21T11:37:22.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:21 smithi069 bash[14120]: cluster 2024-01-21T11:37:20.624527+0000 mgr.smithi069.gsebav (mgr.14180) 407 : cluster [DBG] pgmap v318: 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 2024-01-21T11:37:22.200 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: cluster 2024-01-21T11:37:22.625697+0000 mgr.smithi069.gsebav (mgr.14180) 408 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2024-01-21T11:37:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: cephadm 2024-01-21T11:37:22.731037+0000 mgr.smithi069.gsebav (mgr.14180) 409 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.cyflnb ... 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.cyflnb ... 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: cephadm 2024-01-21T11:37:22.731460+0000 mgr.smithi069.gsebav (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: audit 2024-01-21T11:37:22.731956+0000 mon.smithi069 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.cyflnb"}]: dispatch 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: cephadm 2024-01-21T11:37:22.733086+0000 mgr.smithi069.gsebav (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.cyflnb ... 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:23.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:23 smithi069 bash[14120]: cephadm 2024-01-21T11:37:22.737275+0000 mgr.smithi069.gsebav (mgr.14180) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.fizbek on smithi069 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: cluster 2024-01-21T11:37:22.625697+0000 mgr.smithi069.gsebav (mgr.14180) 408 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: cephadm 2024-01-21T11:37:22.731037+0000 mgr.smithi069.gsebav (mgr.14180) 409 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.cyflnb ... 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:24.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.cyflnb ... 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: cephadm 2024-01-21T11:37:22.731460+0000 mgr.smithi069.gsebav (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: audit 2024-01-21T11:37:22.731956+0000 mon.smithi069 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.cyflnb"}]: dispatch 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: cephadm 2024-01-21T11:37:22.733086+0000 mgr.smithi069.gsebav (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:24.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.cyflnb ... 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:24.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:23 smithi118 bash[17975]: cephadm 2024-01-21T11:37:22.737275+0000 mgr.smithi069.gsebav (mgr.14180) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.fizbek on smithi069 2024-01-21T11:37:25.380 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:25.380 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:07.828252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.absvyj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-absvyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.absvyj\nDeploy daemon haproxy.nfs.foo.smithi118.absvyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.066822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.cjkwyf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-cjkwyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.cjkwyf\nDeploy daemon haproxy.nfs.foo.smithi069.cjkwyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:12.071628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bzxiuy on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:26.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:26.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:26 smithi069 bash[14120]: cluster 2024-01-21T11:37:24.626567+0000 mgr.smithi069.gsebav (mgr.14180) 413 : cluster [DBG] pgmap v320: 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 2024-01-21T11:37:26.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:26 smithi069 bash[14120]: audit 2024-01-21T11:37:25.136897+0000 mon.smithi069 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:26.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:26 smithi069 bash[14120]: audit 2024-01-21T11:37:25.368034+0000 mgr.smithi069.gsebav (mgr.14180) 414 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:26.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:26 smithi118 bash[17975]: cluster 2024-01-21T11:37:24.626567+0000 mgr.smithi069.gsebav (mgr.14180) 413 : cluster [DBG] pgmap v320: 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 2024-01-21T11:37:26.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:26 smithi118 bash[17975]: audit 2024-01-21T11:37:25.136897+0000 mon.smithi069 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:26.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:26 smithi118 bash[17975]: audit 2024-01-21T11:37:25.368034+0000 mgr.smithi069.gsebav (mgr.14180) 414 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:27.121 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:27 smithi118 bash[17975]: audit 2024-01-21T11:37:26.477651+0000 mon.smithi069 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.fizbek"}]: dispatch 2024-01-21T11:37:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:27 smithi118 bash[17975]: audit 2024-01-21T11:37:26.668502+0000 mon.smithi069 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:27 smithi069 bash[14120]: audit 2024-01-21T11:37:26.477651+0000 mon.smithi069 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.fizbek"}]: dispatch 2024-01-21T11:37:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:27 smithi069 bash[14120]: audit 2024-01-21T11:37:26.668502+0000 mon.smithi069 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:28.520 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cephadm 2024-01-21T11:37:26.476407+0000 mgr.smithi069.gsebav (mgr.14180) 415 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.fizbek ... 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:28.521 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.fizbek ... 2024-01-21T11:37:28.522 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cephadm 2024-01-21T11:37:26.476904+0000 mgr.smithi069.gsebav (mgr.14180) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cephadm 2024-01-21T11:37:26.479333+0000 mgr.smithi069.gsebav (mgr.14180) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.523 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.fizbek ... 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cephadm 2024-01-21T11:37:26.483377+0000 mgr.smithi069.gsebav (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cephadm 2024-01-21T11:37:26.485648+0000 mgr.smithi069.gsebav (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cluster 2024-01-21T11:37:26.486803+0000 mgr.smithi069.gsebav (mgr.14180) 420 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:37:28.524 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:28 smithi069 bash[14120]: cluster 2024-01-21T11:37:27.137042+0000 mon.smithi069 (mon.0) 760 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cephadm 2024-01-21T11:37:26.476407+0000 mgr.smithi069.gsebav (mgr.14180) 415 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.fizbek ... 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:28.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.fizbek ... 2024-01-21T11:37:28.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cephadm 2024-01-21T11:37:26.476904+0000 mgr.smithi069.gsebav (mgr.14180) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cephadm 2024-01-21T11:37:26.479333+0000 mgr.smithi069.gsebav (mgr.14180) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.fizbek ... 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cephadm 2024-01-21T11:37:26.483377+0000 mgr.smithi069.gsebav (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cephadm 2024-01-21T11:37:26.485648+0000 mgr.smithi069.gsebav (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cluster 2024-01-21T11:37:26.486803+0000 mgr.smithi069.gsebav (mgr.14180) 420 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:37:28.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:28 smithi118 bash[17975]: cluster 2024-01-21T11:37:27.137042+0000 mon.smithi069 (mon.0) 760 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:37:30.314 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:30.314 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:30.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:30 smithi069 bash[14120]: cluster 2024-01-21T11:37:28.487628+0000 mgr.smithi069.gsebav (mgr.14180) 421 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:37:30.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:30 smithi118 bash[17975]: cluster 2024-01-21T11:37:28.487628+0000 mgr.smithi069.gsebav (mgr.14180) 421 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:37:31.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:31.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:31 smithi069 bash[14120]: audit 2024-01-21T11:37:30.305520+0000 mgr.smithi069.gsebav (mgr.14180) 422 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:31 smithi118 bash[17975]: audit 2024-01-21T11:37:30.305520+0000 mgr.smithi069.gsebav (mgr.14180) 422 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:32.077 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:32.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:32 smithi069 bash[14120]: cluster 2024-01-21T11:37:30.488532+0000 mgr.smithi069.gsebav (mgr.14180) 423 : cluster [DBG] pgmap v323: 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 2024-01-21T11:37:32.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:32 smithi118 bash[17975]: cluster 2024-01-21T11:37:30.488532+0000 mgr.smithi069.gsebav (mgr.14180) 423 : cluster [DBG] pgmap v323: 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 2024-01-21T11:37:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:34 smithi118 bash[17975]: cluster 2024-01-21T11:37:32.489874+0000 mgr.smithi069.gsebav (mgr.14180) 424 : cluster [DBG] pgmap v324: 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 2024-01-21T11:37:34.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:34 smithi069 bash[14120]: cluster 2024-01-21T11:37:32.489874+0000 mgr.smithi069.gsebav (mgr.14180) 424 : cluster [DBG] pgmap v324: 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 2024-01-21T11:37:35.252 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:35.252 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:36.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:36.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:36 smithi118 bash[17975]: cluster 2024-01-21T11:37:34.491067+0000 mgr.smithi069.gsebav (mgr.14180) 425 : cluster [DBG] pgmap v325: 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 2024-01-21T11:37:36.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:36 smithi118 bash[17975]: audit 2024-01-21T11:37:35.247341+0000 mgr.smithi069.gsebav (mgr.14180) 426 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:36 smithi069 bash[14120]: cluster 2024-01-21T11:37:34.491067+0000 mgr.smithi069.gsebav (mgr.14180) 425 : cluster [DBG] pgmap v325: 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 2024-01-21T11:37:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:36 smithi069 bash[14120]: audit 2024-01-21T11:37:35.247341+0000 mgr.smithi069.gsebav (mgr.14180) 426 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:37.064 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:38.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:38 smithi069 bash[14120]: cluster 2024-01-21T11:37:36.492202+0000 mgr.smithi069.gsebav (mgr.14180) 427 : cluster [DBG] pgmap v326: 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 2024-01-21T11:37:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:38 smithi118 bash[17975]: cluster 2024-01-21T11:37:36.492202+0000 mgr.smithi069.gsebav (mgr.14180) 427 : cluster [DBG] pgmap v326: 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 2024-01-21T11:37:40.204 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:40.205 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:40 smithi069 bash[14120]: cluster 2024-01-21T11:37:38.493494+0000 mgr.smithi069.gsebav (mgr.14180) 428 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:40 smithi069 bash[14120]: audit 2024-01-21T11:37:40.137728+0000 mon.smithi069 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:40 smithi118 bash[17975]: cluster 2024-01-21T11:37:38.493494+0000 mgr.smithi069.gsebav (mgr.14180) 428 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:40 smithi118 bash[17975]: audit 2024-01-21T11:37:40.137728+0000 mon.smithi069 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:37:40.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:41 smithi069 bash[14120]: audit 2024-01-21T11:37:40.195461+0000 mgr.smithi069.gsebav (mgr.14180) 429 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:41 smithi118 bash[17975]: audit 2024-01-21T11:37:40.195461+0000 mgr.smithi069.gsebav (mgr.14180) 429 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:41.987 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:42.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:42 smithi069 bash[14120]: cluster 2024-01-21T11:37:40.494126+0000 mgr.smithi069.gsebav (mgr.14180) 430 : 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 2024-01-21T11:37:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:42 smithi118 bash[17975]: cluster 2024-01-21T11:37:40.494126+0000 mgr.smithi069.gsebav (mgr.14180) 430 : 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 2024-01-21T11:37:44.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:44 smithi069 bash[14120]: cluster 2024-01-21T11:37:42.495386+0000 mgr.smithi069.gsebav (mgr.14180) 431 : cluster [DBG] pgmap v329: 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 2024-01-21T11:37:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:44 smithi118 bash[17975]: cluster 2024-01-21T11:37:42.495386+0000 mgr.smithi069.gsebav (mgr.14180) 431 : cluster [DBG] pgmap v329: 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 2024-01-21T11:37:45.212 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:45.213 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:45.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:46 smithi118 bash[17975]: cluster 2024-01-21T11:37:44.496612+0000 mgr.smithi069.gsebav (mgr.14180) 432 : 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 2024-01-21T11:37:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:46 smithi118 bash[17975]: audit 2024-01-21T11:37:45.207468+0000 mgr.smithi069.gsebav (mgr.14180) 433 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:46.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:46 smithi069 bash[14120]: cluster 2024-01-21T11:37:44.496612+0000 mgr.smithi069.gsebav (mgr.14180) 432 : 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 2024-01-21T11:37:46.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:46 smithi069 bash[14120]: audit 2024-01-21T11:37:45.207468+0000 mgr.smithi069.gsebav (mgr.14180) 433 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:46.977 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:48.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:48 smithi069 bash[14120]: cluster 2024-01-21T11:37:46.497650+0000 mgr.smithi069.gsebav (mgr.14180) 434 : 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 2024-01-21T11:37:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:48 smithi118 bash[17975]: cluster 2024-01-21T11:37:46.497650+0000 mgr.smithi069.gsebav (mgr.14180) 434 : 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 2024-01-21T11:37:50.101 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:50.101 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:50.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:50 smithi069 bash[14120]: cluster 2024-01-21T11:37:48.498561+0000 mgr.smithi069.gsebav (mgr.14180) 435 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:50 smithi118 bash[17975]: cluster 2024-01-21T11:37:48.498561+0000 mgr.smithi069.gsebav (mgr.14180) 435 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:50.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:51 smithi118 bash[17975]: audit 2024-01-21T11:37:50.095426+0000 mgr.smithi069.gsebav (mgr.14180) 436 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:51 smithi069 bash[14120]: audit 2024-01-21T11:37:50.095426+0000 mgr.smithi069.gsebav (mgr.14180) 436 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:51.884 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:52 smithi118 bash[17975]: cluster 2024-01-21T11:37:50.499483+0000 mgr.smithi069.gsebav (mgr.14180) 437 : 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 2024-01-21T11:37:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:52 smithi069 bash[14120]: cluster 2024-01-21T11:37:50.499483+0000 mgr.smithi069.gsebav (mgr.14180) 437 : 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 2024-01-21T11:37:54.712 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:54 smithi069 bash[14120]: cluster 2024-01-21T11:37:52.500797+0000 mgr.smithi069.gsebav (mgr.14180) 438 : cluster [DBG] pgmap v334: 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 2024-01-21T11:37:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:54 smithi118 bash[17975]: cluster 2024-01-21T11:37:52.500797+0000 mgr.smithi069.gsebav (mgr.14180) 438 : cluster [DBG] pgmap v334: 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 2024-01-21T11:37:55.098 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:37:55.098 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:37:55.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:56 smithi118 bash[17975]: cluster 2024-01-21T11:37:54.502017+0000 mgr.smithi069.gsebav (mgr.14180) 439 : 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 2024-01-21T11:37:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:56 smithi118 bash[17975]: audit 2024-01-21T11:37:55.088128+0000 mgr.smithi069.gsebav (mgr.14180) 440 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:56 smithi069 bash[14120]: cluster 2024-01-21T11:37:54.502017+0000 mgr.smithi069.gsebav (mgr.14180) 439 : 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 2024-01-21T11:37:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:56 smithi069 bash[14120]: audit 2024-01-21T11:37:55.088128+0000 mgr.smithi069.gsebav (mgr.14180) 440 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:56.875 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:58.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:37:58 smithi069 bash[14120]: cluster 2024-01-21T11:37:56.503028+0000 mgr.smithi069.gsebav (mgr.14180) 441 : 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 2024-01-21T11:37:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:37:58 smithi118 bash[17975]: cluster 2024-01-21T11:37:56.503028+0000 mgr.smithi069.gsebav (mgr.14180) 441 : 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 2024-01-21T11:38:00.136 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:00.136 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:00 smithi069 bash[14120]: cluster 2024-01-21T11:37:58.504085+0000 mgr.smithi069.gsebav (mgr.14180) 442 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:00 smithi118 bash[17975]: cluster 2024-01-21T11:37:58.504085+0000 mgr.smithi069.gsebav (mgr.14180) 442 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:00.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:01.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:01 smithi118 bash[17975]: audit 2024-01-21T11:38:00.124459+0000 mgr.smithi069.gsebav (mgr.14180) 443 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:01 smithi069 bash[14120]: audit 2024-01-21T11:38:00.124459+0000 mgr.smithi069.gsebav (mgr.14180) 443 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:01.941 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:02 smithi118 bash[17975]: cluster 2024-01-21T11:38:00.504966+0000 mgr.smithi069.gsebav (mgr.14180) 444 : 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 2024-01-21T11:38:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:02 smithi069 bash[14120]: cluster 2024-01-21T11:38:00.504966+0000 mgr.smithi069.gsebav (mgr.14180) 444 : 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 2024-01-21T11:38:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:04 smithi118 bash[17975]: cluster 2024-01-21T11:38:02.506322+0000 mgr.smithi069.gsebav (mgr.14180) 445 : cluster [DBG] pgmap v339: 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 2024-01-21T11:38:04.833 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:04 smithi069 bash[14120]: cluster 2024-01-21T11:38:02.506322+0000 mgr.smithi069.gsebav (mgr.14180) 445 : cluster [DBG] pgmap v339: 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 2024-01-21T11:38:05.221 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:05.222 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:06.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:06 smithi118 bash[17975]: cluster 2024-01-21T11:38:04.507492+0000 mgr.smithi069.gsebav (mgr.14180) 446 : 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 2024-01-21T11:38:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:06 smithi118 bash[17975]: audit 2024-01-21T11:38:05.211334+0000 mgr.smithi069.gsebav (mgr.14180) 447 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:06 smithi069 bash[14120]: cluster 2024-01-21T11:38:04.507492+0000 mgr.smithi069.gsebav (mgr.14180) 446 : 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 2024-01-21T11:38:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:06 smithi069 bash[14120]: audit 2024-01-21T11:38:05.211334+0000 mgr.smithi069.gsebav (mgr.14180) 447 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:07.035 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:08 smithi118 bash[17975]: cluster 2024-01-21T11:38:06.508639+0000 mgr.smithi069.gsebav (mgr.14180) 448 : 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 2024-01-21T11:38:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:08 smithi069 bash[14120]: cluster 2024-01-21T11:38:06.508639+0000 mgr.smithi069.gsebav (mgr.14180) 448 : 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 2024-01-21T11:38:10.153 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:10.153 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:10.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:10 smithi069 bash[14120]: cluster 2024-01-21T11:38:08.509832+0000 mgr.smithi069.gsebav (mgr.14180) 449 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:10 smithi118 bash[17975]: cluster 2024-01-21T11:38:08.509832+0000 mgr.smithi069.gsebav (mgr.14180) 449 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:11.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:11 smithi118 bash[17975]: audit 2024-01-21T11:38:10.148146+0000 mgr.smithi069.gsebav (mgr.14180) 450 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:11 smithi069 bash[14120]: audit 2024-01-21T11:38:10.148146+0000 mgr.smithi069.gsebav (mgr.14180) 450 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:12.049 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:12 smithi069 bash[14120]: cluster 2024-01-21T11:38:10.510832+0000 mgr.smithi069.gsebav (mgr.14180) 451 : 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 2024-01-21T11:38:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:12 smithi118 bash[17975]: cluster 2024-01-21T11:38:10.510832+0000 mgr.smithi069.gsebav (mgr.14180) 451 : 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 2024-01-21T11:38:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:14 smithi118 bash[17975]: cluster 2024-01-21T11:38:12.512131+0000 mgr.smithi069.gsebav (mgr.14180) 452 : cluster [DBG] pgmap v344: 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 2024-01-21T11:38:14.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:14 smithi069 bash[14120]: cluster 2024-01-21T11:38:12.512131+0000 mgr.smithi069.gsebav (mgr.14180) 452 : cluster [DBG] pgmap v344: 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 2024-01-21T11:38:15.321 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:15.321 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:16.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:16 smithi118 bash[17975]: cluster 2024-01-21T11:38:14.513099+0000 mgr.smithi069.gsebav (mgr.14180) 453 : 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 2024-01-21T11:38:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:16 smithi118 bash[17975]: audit 2024-01-21T11:38:15.310780+0000 mgr.smithi069.gsebav (mgr.14180) 454 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:16 smithi069 bash[14120]: cluster 2024-01-21T11:38:14.513099+0000 mgr.smithi069.gsebav (mgr.14180) 453 : 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 2024-01-21T11:38:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:16 smithi069 bash[14120]: audit 2024-01-21T11:38:15.310780+0000 mgr.smithi069.gsebav (mgr.14180) 454 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:17.148 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:18.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:18 smithi069 bash[14120]: cluster 2024-01-21T11:38:16.514182+0000 mgr.smithi069.gsebav (mgr.14180) 455 : 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 2024-01-21T11:38:18.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:18 smithi118 bash[17975]: cluster 2024-01-21T11:38:16.514182+0000 mgr.smithi069.gsebav (mgr.14180) 455 : 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 2024-01-21T11:38:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:19 smithi118 bash[17975]: cluster 2024-01-21T11:38:18.515395+0000 mgr.smithi069.gsebav (mgr.14180) 456 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:19.839 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:19 smithi069 bash[14120]: cluster 2024-01-21T11:38:18.515395+0000 mgr.smithi069.gsebav (mgr.14180) 456 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:20.231 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:20.231 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:20.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:20 smithi069 bash[14120]: audit 2024-01-21T11:38:20.222033+0000 mgr.smithi069.gsebav (mgr.14180) 457 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:20 smithi118 bash[17975]: audit 2024-01-21T11:38:20.222033+0000 mgr.smithi069.gsebav (mgr.14180) 457 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:21.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:21 smithi069 bash[14120]: cluster 2024-01-21T11:38:20.516107+0000 mgr.smithi069.gsebav (mgr.14180) 458 : 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 2024-01-21T11:38:22.005 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:21 smithi118 bash[17975]: cluster 2024-01-21T11:38:20.516107+0000 mgr.smithi069.gsebav (mgr.14180) 458 : 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 2024-01-21T11:38:24.571 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:24 smithi069 bash[14120]: cluster 2024-01-21T11:38:22.516791+0000 mgr.smithi069.gsebav (mgr.14180) 459 : cluster [DBG] pgmap v349: 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 2024-01-21T11:38:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:24 smithi118 bash[17975]: cluster 2024-01-21T11:38:22.516791+0000 mgr.smithi069.gsebav (mgr.14180) 459 : cluster [DBG] pgmap v349: 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 2024-01-21T11:38:24.949 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:24.949 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:25.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:26.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:26 smithi118 bash[17975]: cluster 2024-01-21T11:38:24.517870+0000 mgr.smithi069.gsebav (mgr.14180) 460 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:26.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:26 smithi118 bash[17975]: audit 2024-01-21T11:38:24.940726+0000 mgr.smithi069.gsebav (mgr.14180) 461 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:26.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:26 smithi069 bash[14120]: cluster 2024-01-21T11:38:24.517870+0000 mgr.smithi069.gsebav (mgr.14180) 460 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:26.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:26 smithi069 bash[14120]: audit 2024-01-21T11:38:24.940726+0000 mgr.smithi069.gsebav (mgr.14180) 461 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:26.735 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:27 smithi118 bash[17975]: audit 2024-01-21T11:38:26.490246+0000 mon.smithi069 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:38:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:27 smithi069 bash[14120]: audit 2024-01-21T11:38:26.490246+0000 mon.smithi069 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:38:28.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:28 smithi069 bash[14120]: cluster 2024-01-21T11:38:26.519059+0000 mgr.smithi069.gsebav (mgr.14180) 462 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:28.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:28 smithi118 bash[17975]: cluster 2024-01-21T11:38:26.519059+0000 mgr.smithi069.gsebav (mgr.14180) 462 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:29.698 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:29.698 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:37:18.319133Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:37:17.677911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:37:18.319568Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:37:17.679407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:37:17.678176Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:37:17.678347Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:37:17.679561Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:37:17.678530Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:37:17.678750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:37:18.320116Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:30.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:30.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:30 smithi069 bash[14120]: cluster 2024-01-21T11:38:28.520445+0000 mgr.smithi069.gsebav (mgr.14180) 463 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:30 smithi118 bash[17975]: cluster 2024-01-21T11:38:28.520445+0000 mgr.smithi069.gsebav (mgr.14180) 463 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:31.489 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:31 smithi069 bash[14120]: audit 2024-01-21T11:38:29.688623+0000 mgr.smithi069.gsebav (mgr.14180) 464 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:31 smithi118 bash[17975]: audit 2024-01-21T11:38:29.688623+0000 mgr.smithi069.gsebav (mgr.14180) 464 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:32.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:32 smithi069 bash[14120]: cluster 2024-01-21T11:38:30.521430+0000 mgr.smithi069.gsebav (mgr.14180) 465 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:32.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:32 smithi069 bash[14120]: audit 2024-01-21T11:38:32.140073+0000 mon.smithi069 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:32 smithi118 bash[17975]: cluster 2024-01-21T11:38:30.521430+0000 mgr.smithi069.gsebav (mgr.14180) 465 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:32 smithi118 bash[17975]: audit 2024-01-21T11:38:32.140073+0000 mon.smithi069 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:34.529 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:34.529 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:12.073645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gijfma on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:34.560 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: cluster 2024-01-21T11:38:32.522504+0000 mgr.smithi069.gsebav (mgr.14180) 466 : cluster [DBG] pgmap v354: 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 2024-01-21T11:38:34.561 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: audit 2024-01-21T11:38:33.184154+0000 mon.smithi069 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:34.561 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: audit 2024-01-21T11:38:33.457813+0000 mon.smithi069 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:38:34.561 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: audit 2024-01-21T11:38:33.458780+0000 mon.smithi069 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:38:34.561 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: audit 2024-01-21T11:38:33.464470+0000 mon.smithi069 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:34.561 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: audit 2024-01-21T11:38:33.469472+0000 mon.smithi069 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:38:34.561 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:34 smithi069 bash[14120]: audit 2024-01-21T11:38:33.480244+0000 mon.smithi069 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: cluster 2024-01-21T11:38:32.522504+0000 mgr.smithi069.gsebav (mgr.14180) 466 : cluster [DBG] pgmap v354: 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 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: audit 2024-01-21T11:38:33.184154+0000 mon.smithi069 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: audit 2024-01-21T11:38:33.457813+0000 mon.smithi069 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: audit 2024-01-21T11:38:33.458780+0000 mon.smithi069 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: audit 2024-01-21T11:38:33.464470+0000 mon.smithi069 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: audit 2024-01-21T11:38:33.469472+0000 mon.smithi069 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:38:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:34 smithi118 bash[17975]: audit 2024-01-21T11:38:33.480244+0000 mon.smithi069 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:35.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:35 smithi118 bash[17975]: cluster 2024-01-21T11:38:33.465121+0000 mgr.smithi069.gsebav (mgr.14180) 467 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:35 smithi118 bash[17975]: cephadm 2024-01-21T11:38:33.482856+0000 mgr.smithi069.gsebav (mgr.14180) 468 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.acfmjn on smithi118 2024-01-21T11:38:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:35 smithi118 bash[17975]: cluster 2024-01-21T11:38:34.462262+0000 mon.smithi069 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:38:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:35 smithi118 bash[17975]: cluster 2024-01-21T11:38:34.462311+0000 mon.smithi069 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-01-21T11:38:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:35 smithi069 bash[14120]: cluster 2024-01-21T11:38:33.465121+0000 mgr.smithi069.gsebav (mgr.14180) 467 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:35 smithi069 bash[14120]: cephadm 2024-01-21T11:38:33.482856+0000 mgr.smithi069.gsebav (mgr.14180) 468 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.acfmjn on smithi118 2024-01-21T11:38:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:35 smithi069 bash[14120]: cluster 2024-01-21T11:38:34.462262+0000 mon.smithi069 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:38:35.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:35 smithi069 bash[14120]: cluster 2024-01-21T11:38:34.462311+0000 mon.smithi069 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-01-21T11:38:36.257 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:36.458 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:36 smithi069 bash[14120]: audit 2024-01-21T11:38:34.518740+0000 mgr.smithi069.gsebav (mgr.14180) 469 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:36.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:36 smithi118 bash[17975]: audit 2024-01-21T11:38:34.518740+0000 mgr.smithi069.gsebav (mgr.14180) 469 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:37.458 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:37 smithi069 bash[14120]: cluster 2024-01-21T11:38:35.465748+0000 mgr.smithi069.gsebav (mgr.14180) 470 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:37.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:37 smithi118 bash[17975]: cluster 2024-01-21T11:38:35.465748+0000 mgr.smithi069.gsebav (mgr.14180) 470 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: cephadm 2024-01-21T11:38:37.377454+0000 mgr.smithi069.gsebav (mgr.14180) 471 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.acfmjn ... 2024-01-21T11:38:38.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.acfmjn ... 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: cephadm 2024-01-21T11:38:37.377957+0000 mgr.smithi069.gsebav (mgr.14180) 472 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: audit 2024-01-21T11:38:37.378529+0000 mon.smithi069 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.acfmjn"}]: dispatch 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: cephadm 2024-01-21T11:38:37.380020+0000 mgr.smithi069.gsebav (mgr.14180) 473 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:38.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.acfmjn ... 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:38 smithi118 bash[17975]: cephadm 2024-01-21T11:38:37.384644+0000 mgr.smithi069.gsebav (mgr.14180) 474 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.yrtkbh on smithi069 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: cephadm 2024-01-21T11:38:37.377454+0000 mgr.smithi069.gsebav (mgr.14180) 471 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.acfmjn ... 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:38.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.acfmjn ... 2024-01-21T11:38:38.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: cephadm 2024-01-21T11:38:37.377957+0000 mgr.smithi069.gsebav (mgr.14180) 472 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: audit 2024-01-21T11:38:37.378529+0000 mon.smithi069 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.acfmjn"}]: dispatch 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: cephadm 2024-01-21T11:38:37.380020+0000 mgr.smithi069.gsebav (mgr.14180) 473 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:38.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.acfmjn ... 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:38.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:38 smithi069 bash[14120]: cephadm 2024-01-21T11:38:37.384644+0000 mgr.smithi069.gsebav (mgr.14180) 474 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.yrtkbh on smithi069 2024-01-21T11:38:39.566 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:39.567 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:22.732914Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cyflnb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cyflnb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cyflnb\nDeploy daemon haproxy.nfs.foo.smithi118.cyflnb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.479114Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.fizbek on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-fizbek\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.fizbek\nDeploy daemon haproxy.nfs.foo.smithi069.fizbek ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:26.483181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sptkbc on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:39 smithi118 bash[17975]: cluster 2024-01-21T11:38:37.466625+0000 mgr.smithi069.gsebav (mgr.14180) 475 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:39 smithi069 bash[14120]: cluster 2024-01-21T11:38:37.466625+0000 mgr.smithi069.gsebav (mgr.14180) 475 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:40.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:41.268 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:41.280 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:41 smithi069 bash[14120]: cluster 2024-01-21T11:38:39.467548+0000 mgr.smithi069.gsebav (mgr.14180) 476 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:41.280 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:41 smithi069 bash[14120]: audit 2024-01-21T11:38:39.556635+0000 mgr.smithi069.gsebav (mgr.14180) 477 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:41.280 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:41 smithi069 bash[14120]: audit 2024-01-21T11:38:40.139167+0000 mon.smithi069 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:41 smithi118 bash[17975]: cluster 2024-01-21T11:38:39.467548+0000 mgr.smithi069.gsebav (mgr.14180) 476 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-21T11:38:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:41 smithi118 bash[17975]: audit 2024-01-21T11:38:39.556635+0000 mgr.smithi069.gsebav (mgr.14180) 477 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:41 smithi118 bash[17975]: audit 2024-01-21T11:38:40.139167+0000 mon.smithi069 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:42.458 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: cephadm 2024-01-21T11:38:41.379108+0000 mgr.smithi069.gsebav (mgr.14180) 478 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.458 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.yrtkbh ... 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:38:42.459 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.yrtkbh ... 2024-01-21T11:38:42.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: cephadm 2024-01-21T11:38:41.379658+0000 mgr.smithi069.gsebav (mgr.14180) 479 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: audit 2024-01-21T11:38:41.380387+0000 mon.smithi069 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.yrtkbh"}]: dispatch 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: cephadm 2024-01-21T11:38:41.381972+0000 mgr.smithi069.gsebav (mgr.14180) 480 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.yrtkbh ... 2024-01-21T11:38:42.461 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: cephadm 2024-01-21T11:38:41.386234+0000 mgr.smithi069.gsebav (mgr.14180) 481 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: cephadm 2024-01-21T11:38:41.388621+0000 mgr.smithi069.gsebav (mgr.14180) 482 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: cluster 2024-01-21T11:38:41.389592+0000 mgr.smithi069.gsebav (mgr.14180) 483 : cluster [DBG] pgmap v359: 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 2024-01-21T11:38:42.462 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:42 smithi069 bash[14120]: audit 2024-01-21T11:38:41.723656+0000 mon.smithi069 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: cephadm 2024-01-21T11:38:41.379108+0000 mgr.smithi069.gsebav (mgr.14180) 478 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.yrtkbh ... 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.yrtkbh ... 2024-01-21T11:38:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: cephadm 2024-01-21T11:38:41.379658+0000 mgr.smithi069.gsebav (mgr.14180) 479 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: audit 2024-01-21T11:38:41.380387+0000 mon.smithi069 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.yrtkbh"}]: dispatch 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: cephadm 2024-01-21T11:38:41.381972+0000 mgr.smithi069.gsebav (mgr.14180) 480 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:38:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.yrtkbh ... 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: cephadm 2024-01-21T11:38:41.386234+0000 mgr.smithi069.gsebav (mgr.14180) 481 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: cephadm 2024-01-21T11:38:41.388621+0000 mgr.smithi069.gsebav (mgr.14180) 482 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: cluster 2024-01-21T11:38:41.389592+0000 mgr.smithi069.gsebav (mgr.14180) 483 : cluster [DBG] pgmap v359: 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 2024-01-21T11:38:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:42 smithi118 bash[17975]: audit 2024-01-21T11:38:41.723656+0000 mon.smithi069 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:43.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:43 smithi118 bash[17975]: cluster 2024-01-21T11:38:42.139095+0000 mon.smithi069 (mon.0) 776 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:38:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:43 smithi069 bash[14120]: cluster 2024-01-21T11:38:42.139095+0000 mon.smithi069 (mon.0) 776 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:38:44.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:44 smithi069 bash[14120]: cluster 2024-01-21T11:38:43.390893+0000 mgr.smithi069.gsebav (mgr.14180) 484 : cluster [DBG] pgmap v360: 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 2024-01-21T11:38:44.461 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:44.461 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:44.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:44 smithi118 bash[17975]: cluster 2024-01-21T11:38:43.390893+0000 mgr.smithi069.gsebav (mgr.14180) 484 : cluster [DBG] pgmap v360: 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 2024-01-21T11:38:45.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:45.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:45 smithi069 bash[14120]: audit 2024-01-21T11:38:44.449368+0000 mgr.smithi069.gsebav (mgr.14180) 485 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:45 smithi118 bash[17975]: audit 2024-01-21T11:38:44.449368+0000 mgr.smithi069.gsebav (mgr.14180) 485 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:46.201 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:46.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:46 smithi069 bash[14120]: cluster 2024-01-21T11:38:45.391908+0000 mgr.smithi069.gsebav (mgr.14180) 486 : cluster [DBG] pgmap v361: 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 2024-01-21T11:38:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:46 smithi118 bash[17975]: cluster 2024-01-21T11:38:45.391908+0000 mgr.smithi069.gsebav (mgr.14180) 486 : cluster [DBG] pgmap v361: 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 2024-01-21T11:38:48.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:48 smithi069 bash[14120]: cluster 2024-01-21T11:38:47.393061+0000 mgr.smithi069.gsebav (mgr.14180) 487 : cluster [DBG] pgmap v362: 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 2024-01-21T11:38:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:48 smithi118 bash[17975]: cluster 2024-01-21T11:38:47.393061+0000 mgr.smithi069.gsebav (mgr.14180) 487 : cluster [DBG] pgmap v362: 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 2024-01-21T11:38:49.624 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:49.624 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:50.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:50 smithi118 bash[17975]: cluster 2024-01-21T11:38:49.394258+0000 mgr.smithi069.gsebav (mgr.14180) 488 : cluster [DBG] pgmap v363: 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 2024-01-21T11:38:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:50 smithi069 bash[14120]: cluster 2024-01-21T11:38:49.394258+0000 mgr.smithi069.gsebav (mgr.14180) 488 : cluster [DBG] pgmap v363: 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 2024-01-21T11:38:51.370 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:51 smithi118 bash[17975]: audit 2024-01-21T11:38:49.615080+0000 mgr.smithi069.gsebav (mgr.14180) 489 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:51 smithi069 bash[14120]: audit 2024-01-21T11:38:49.615080+0000 mgr.smithi069.gsebav (mgr.14180) 489 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:52.725 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:52 smithi069 bash[14120]: cluster 2024-01-21T11:38:51.395236+0000 mgr.smithi069.gsebav (mgr.14180) 490 : cluster [DBG] pgmap v364: 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 2024-01-21T11:38:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:52 smithi118 bash[17975]: cluster 2024-01-21T11:38:51.395236+0000 mgr.smithi069.gsebav (mgr.14180) 490 : cluster [DBG] pgmap v364: 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 2024-01-21T11:38:54.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:54 smithi069 bash[14120]: cluster 2024-01-21T11:38:53.396455+0000 mgr.smithi069.gsebav (mgr.14180) 491 : cluster [DBG] pgmap v365: 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 2024-01-21T11:38:54.624 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:54.624 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:38:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:54 smithi118 bash[17975]: cluster 2024-01-21T11:38:53.396455+0000 mgr.smithi069.gsebav (mgr.14180) 491 : cluster [DBG] pgmap v365: 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 2024-01-21T11:38:55.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:56.436 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:56.450 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:56 smithi069 bash[14120]: audit 2024-01-21T11:38:54.614770+0000 mgr.smithi069.gsebav (mgr.14180) 492 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:56.450 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:56 smithi069 bash[14120]: audit 2024-01-21T11:38:55.138381+0000 mon.smithi069 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:56.450 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:56 smithi069 bash[14120]: cluster 2024-01-21T11:38:55.397452+0000 mgr.smithi069.gsebav (mgr.14180) 493 : 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 2024-01-21T11:38:56.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:56 smithi118 bash[17975]: audit 2024-01-21T11:38:54.614770+0000 mgr.smithi069.gsebav (mgr.14180) 492 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:56.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:56 smithi118 bash[17975]: audit 2024-01-21T11:38:55.138381+0000 mon.smithi069 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:38:56.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:56 smithi118 bash[17975]: cluster 2024-01-21T11:38:55.397452+0000 mgr.smithi069.gsebav (mgr.14180) 493 : 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 2024-01-21T11:38:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:38:58 smithi118 bash[17975]: cluster 2024-01-21T11:38:57.398226+0000 mgr.smithi069.gsebav (mgr.14180) 494 : 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 2024-01-21T11:38:58.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:38:58 smithi069 bash[14120]: cluster 2024-01-21T11:38:57.398226+0000 mgr.smithi069.gsebav (mgr.14180) 494 : 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 2024-01-21T11:38:59.600 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:38:59.600 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:00.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:00.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:00 smithi069 bash[14120]: cluster 2024-01-21T11:38:59.399255+0000 mgr.smithi069.gsebav (mgr.14180) 495 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:00 smithi118 bash[17975]: cluster 2024-01-21T11:38:59.399255+0000 mgr.smithi069.gsebav (mgr.14180) 495 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:01.327 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:01 smithi069 bash[14120]: audit 2024-01-21T11:38:59.594517+0000 mgr.smithi069.gsebav (mgr.14180) 496 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:01 smithi118 bash[17975]: audit 2024-01-21T11:38:59.594517+0000 mgr.smithi069.gsebav (mgr.14180) 496 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:02.755 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:02 smithi069 bash[14120]: cluster 2024-01-21T11:39:01.400342+0000 mgr.smithi069.gsebav (mgr.14180) 497 : 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 2024-01-21T11:39:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:02 smithi118 bash[17975]: cluster 2024-01-21T11:39:01.400342+0000 mgr.smithi069.gsebav (mgr.14180) 497 : 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 2024-01-21T11:39:04.382 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:04.383 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:04 smithi069 bash[14120]: cluster 2024-01-21T11:39:03.401625+0000 mgr.smithi069.gsebav (mgr.14180) 498 : cluster [DBG] pgmap v370: 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 2024-01-21T11:39:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:04 smithi118 bash[17975]: cluster 2024-01-21T11:39:03.401625+0000 mgr.smithi069.gsebav (mgr.14180) 498 : cluster [DBG] pgmap v370: 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 2024-01-21T11:39:05.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:05.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:05 smithi069 bash[14120]: audit 2024-01-21T11:39:04.374696+0000 mgr.smithi069.gsebav (mgr.14180) 499 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:05 smithi118 bash[17975]: audit 2024-01-21T11:39:04.374696+0000 mgr.smithi069.gsebav (mgr.14180) 499 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:06.169 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:06 smithi069 bash[14120]: cluster 2024-01-21T11:39:05.402684+0000 mgr.smithi069.gsebav (mgr.14180) 500 : 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 2024-01-21T11:39:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:06 smithi118 bash[17975]: cluster 2024-01-21T11:39:05.402684+0000 mgr.smithi069.gsebav (mgr.14180) 500 : 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 2024-01-21T11:39:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:08 smithi118 bash[17975]: cluster 2024-01-21T11:39:07.403972+0000 mgr.smithi069.gsebav (mgr.14180) 501 : 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 2024-01-21T11:39:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:08 smithi069 bash[14120]: cluster 2024-01-21T11:39:07.403972+0000 mgr.smithi069.gsebav (mgr.14180) 501 : 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 2024-01-21T11:39:09.331 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:09.331 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:10.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:10 smithi118 bash[17975]: audit 2024-01-21T11:39:09.326413+0000 mgr.smithi069.gsebav (mgr.14180) 502 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:10 smithi118 bash[17975]: cluster 2024-01-21T11:39:09.405001+0000 mgr.smithi069.gsebav (mgr.14180) 503 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:10 smithi069 bash[14120]: audit 2024-01-21T11:39:09.326413+0000 mgr.smithi069.gsebav (mgr.14180) 502 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:10 smithi069 bash[14120]: cluster 2024-01-21T11:39:09.405001+0000 mgr.smithi069.gsebav (mgr.14180) 503 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:11.081 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:12 smithi118 bash[17975]: cluster 2024-01-21T11:39:11.406189+0000 mgr.smithi069.gsebav (mgr.14180) 504 : 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 2024-01-21T11:39:12.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:12 smithi069 bash[14120]: cluster 2024-01-21T11:39:11.406189+0000 mgr.smithi069.gsebav (mgr.14180) 504 : 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 2024-01-21T11:39:14.066 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:14.066 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:14.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:14 smithi069 bash[14120]: cluster 2024-01-21T11:39:13.407530+0000 mgr.smithi069.gsebav (mgr.14180) 505 : cluster [DBG] pgmap v375: 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 2024-01-21T11:39:14.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:14 smithi118 bash[17975]: cluster 2024-01-21T11:39:13.407530+0000 mgr.smithi069.gsebav (mgr.14180) 505 : cluster [DBG] pgmap v375: 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 2024-01-21T11:39:15.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:15 smithi069 bash[14120]: audit 2024-01-21T11:39:14.055708+0000 mgr.smithi069.gsebav (mgr.14180) 506 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:15.766 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:15 smithi118 bash[17975]: audit 2024-01-21T11:39:14.055708+0000 mgr.smithi069.gsebav (mgr.14180) 506 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:16.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:16 smithi069 bash[14120]: cluster 2024-01-21T11:39:15.408531+0000 mgr.smithi069.gsebav (mgr.14180) 507 : 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 2024-01-21T11:39:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:16 smithi118 bash[17975]: cluster 2024-01-21T11:39:15.408531+0000 mgr.smithi069.gsebav (mgr.14180) 507 : 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 2024-01-21T11:39:18.804 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:18.804 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:18.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:18 smithi118 bash[17975]: cluster 2024-01-21T11:39:17.409718+0000 mgr.smithi069.gsebav (mgr.14180) 508 : 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 2024-01-21T11:39:18.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:18 smithi069 bash[14120]: cluster 2024-01-21T11:39:17.409718+0000 mgr.smithi069.gsebav (mgr.14180) 508 : 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 2024-01-21T11:39:19.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:20.537 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:20.735 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:20 smithi069 bash[14120]: audit 2024-01-21T11:39:18.798602+0000 mgr.smithi069.gsebav (mgr.14180) 509 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:20.735 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:20 smithi069 bash[14120]: cluster 2024-01-21T11:39:19.410899+0000 mgr.smithi069.gsebav (mgr.14180) 510 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:20 smithi118 bash[17975]: audit 2024-01-21T11:39:18.798602+0000 mgr.smithi069.gsebav (mgr.14180) 509 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:20 smithi118 bash[17975]: cluster 2024-01-21T11:39:19.410899+0000 mgr.smithi069.gsebav (mgr.14180) 510 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:21 smithi118 bash[17975]: cluster 2024-01-21T11:39:21.411562+0000 mgr.smithi069.gsebav (mgr.14180) 511 : 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 2024-01-21T11:39:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:21 smithi069 bash[14120]: cluster 2024-01-21T11:39:21.411562+0000 mgr.smithi069.gsebav (mgr.14180) 511 : 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 2024-01-21T11:39:23.725 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:23.725 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:24.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:24.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:24 smithi069 bash[14120]: cluster 2024-01-21T11:39:23.412847+0000 mgr.smithi069.gsebav (mgr.14180) 512 : cluster [DBG] pgmap v380: 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 2024-01-21T11:39:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:24 smithi118 bash[17975]: cluster 2024-01-21T11:39:23.412847+0000 mgr.smithi069.gsebav (mgr.14180) 512 : cluster [DBG] pgmap v380: 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 2024-01-21T11:39:25.432 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:25 smithi069 bash[14120]: audit 2024-01-21T11:39:23.716441+0000 mgr.smithi069.gsebav (mgr.14180) 513 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:25 smithi118 bash[17975]: audit 2024-01-21T11:39:23.716441+0000 mgr.smithi069.gsebav (mgr.14180) 513 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:26.650 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:26 smithi069 bash[14120]: cluster 2024-01-21T11:39:25.413926+0000 mgr.smithi069.gsebav (mgr.14180) 514 : 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 2024-01-21T11:39:26.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:26 smithi118 bash[17975]: cluster 2024-01-21T11:39:25.413926+0000 mgr.smithi069.gsebav (mgr.14180) 514 : 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 2024-01-21T11:39:28.533 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:28.533 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:28.767 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:28 smithi069 bash[14120]: cluster 2024-01-21T11:39:27.415186+0000 mgr.smithi069.gsebav (mgr.14180) 515 : 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 2024-01-21T11:39:28.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:28 smithi118 bash[17975]: cluster 2024-01-21T11:39:27.415186+0000 mgr.smithi069.gsebav (mgr.14180) 515 : 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 2024-01-21T11:39:29.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:30.301 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:30.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:30 smithi069 bash[14120]: audit 2024-01-21T11:39:28.521683+0000 mgr.smithi069.gsebav (mgr.14180) 516 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:30.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:30 smithi069 bash[14120]: cluster 2024-01-21T11:39:29.416557+0000 mgr.smithi069.gsebav (mgr.14180) 517 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:30 smithi118 bash[17975]: audit 2024-01-21T11:39:28.521683+0000 mgr.smithi069.gsebav (mgr.14180) 516 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:30 smithi118 bash[17975]: cluster 2024-01-21T11:39:29.416557+0000 mgr.smithi069.gsebav (mgr.14180) 517 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:31 smithi069 bash[14120]: cluster 2024-01-21T11:39:31.417690+0000 mgr.smithi069.gsebav (mgr.14180) 518 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:31 smithi118 bash[17975]: cluster 2024-01-21T11:39:31.417690+0000 mgr.smithi069.gsebav (mgr.14180) 518 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:33.433 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:33.433 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:34.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:34.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:34 smithi069 bash[14120]: cluster 2024-01-21T11:39:33.418957+0000 mgr.smithi069.gsebav (mgr.14180) 519 : cluster [DBG] pgmap v385: 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 2024-01-21T11:39:34.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:34 smithi069 bash[14120]: audit 2024-01-21T11:39:33.424156+0000 mgr.smithi069.gsebav (mgr.14180) 520 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:34 smithi118 bash[17975]: cluster 2024-01-21T11:39:33.418957+0000 mgr.smithi069.gsebav (mgr.14180) 519 : cluster [DBG] pgmap v385: 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 2024-01-21T11:39:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:34 smithi118 bash[17975]: audit 2024-01-21T11:39:33.424156+0000 mgr.smithi069.gsebav (mgr.14180) 520 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:35.173 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:36 smithi118 bash[17975]: cluster 2024-01-21T11:39:35.419994+0000 mgr.smithi069.gsebav (mgr.14180) 521 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:36 smithi069 bash[14120]: cluster 2024-01-21T11:39:35.419994+0000 mgr.smithi069.gsebav (mgr.14180) 521 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:37.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:37 smithi069 bash[14120]: cluster 2024-01-21T11:39:37.420809+0000 mgr.smithi069.gsebav (mgr.14180) 522 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:37 smithi118 bash[17975]: cluster 2024-01-21T11:39:37.420809+0000 mgr.smithi069.gsebav (mgr.14180) 522 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:38.256 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:38.256 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:39.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:39 smithi069 bash[14120]: audit 2024-01-21T11:39:38.247089+0000 mgr.smithi069.gsebav (mgr.14180) 523 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:39 smithi118 bash[17975]: audit 2024-01-21T11:39:38.247089+0000 mgr.smithi069.gsebav (mgr.14180) 523 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:40.020 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:40 smithi069 bash[14120]: cluster 2024-01-21T11:39:39.422013+0000 mgr.smithi069.gsebav (mgr.14180) 524 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:40 smithi118 bash[17975]: cluster 2024-01-21T11:39:39.422013+0000 mgr.smithi069.gsebav (mgr.14180) 524 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:41.498 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:41 smithi069 bash[14120]: audit 2024-01-21T11:39:41.392423+0000 mon.smithi069 (mon.0) 778 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:39:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:41 smithi118 bash[17975]: audit 2024-01-21T11:39:41.392423+0000 mon.smithi069 (mon.0) 778 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:39:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: cluster 2024-01-21T11:39:41.422921+0000 mgr.smithi069.gsebav (mgr.14180) 525 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: audit 2024-01-21T11:39:41.669579+0000 mon.smithi069 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: audit 2024-01-21T11:39:41.960635+0000 mon.smithi069 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:39:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: audit 2024-01-21T11:39:41.962251+0000 mon.smithi069 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:39:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: audit 2024-01-21T11:39:41.970383+0000 mon.smithi069 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: audit 2024-01-21T11:39:41.976698+0000 mon.smithi069 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:39:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:42 smithi118 bash[17975]: audit 2024-01-21T11:39:41.991494+0000 mon.smithi069 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:42.827 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: cluster 2024-01-21T11:39:41.422921+0000 mgr.smithi069.gsebav (mgr.14180) 525 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:42.827 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: audit 2024-01-21T11:39:41.669579+0000 mon.smithi069 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:42.827 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: audit 2024-01-21T11:39:41.960635+0000 mon.smithi069 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:39:42.827 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: audit 2024-01-21T11:39:41.962251+0000 mon.smithi069 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:39:42.827 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: audit 2024-01-21T11:39:41.970383+0000 mon.smithi069 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:42.828 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: audit 2024-01-21T11:39:41.976698+0000 mon.smithi069 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:39:42.828 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:42 smithi069 bash[14120]: audit 2024-01-21T11:39:41.991494+0000 mon.smithi069 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:43.237 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:43.237 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:26.485525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rthoxg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:43.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:43 smithi069 bash[14120]: cluster 2024-01-21T11:39:41.971434+0000 mgr.smithi069.gsebav (mgr.14180) 526 : cluster [DBG] pgmap v390: 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 2024-01-21T11:39:43.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:43 smithi069 bash[14120]: cephadm 2024-01-21T11:39:41.997214+0000 mgr.smithi069.gsebav (mgr.14180) 527 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.qggapb on smithi118 2024-01-21T11:39:43.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:43 smithi069 bash[14120]: cluster 2024-01-21T11:39:42.966879+0000 mon.smithi069 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:39:43.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:43 smithi069 bash[14120]: cluster 2024-01-21T11:39:42.966912+0000 mon.smithi069 (mon.0) 786 : cluster [INF] Cluster is now healthy 2024-01-21T11:39:43.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:43 smithi069 bash[14120]: audit 2024-01-21T11:39:43.228329+0000 mgr.smithi069.gsebav (mgr.14180) 528 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:43 smithi118 bash[17975]: cluster 2024-01-21T11:39:41.971434+0000 mgr.smithi069.gsebav (mgr.14180) 526 : cluster [DBG] pgmap v390: 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 2024-01-21T11:39:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:43 smithi118 bash[17975]: cephadm 2024-01-21T11:39:41.997214+0000 mgr.smithi069.gsebav (mgr.14180) 527 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.qggapb on smithi118 2024-01-21T11:39:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:43 smithi118 bash[17975]: cluster 2024-01-21T11:39:42.966879+0000 mon.smithi069 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:39:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:43 smithi118 bash[17975]: cluster 2024-01-21T11:39:42.966912+0000 mon.smithi069 (mon.0) 786 : cluster [INF] Cluster is now healthy 2024-01-21T11:39:43.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:43 smithi118 bash[17975]: audit 2024-01-21T11:39:43.228329+0000 mgr.smithi069.gsebav (mgr.14180) 528 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:44.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:44 smithi118 bash[17975]: cluster 2024-01-21T11:39:43.972518+0000 mgr.smithi069.gsebav (mgr.14180) 529 : cluster [DBG] pgmap v391: 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 2024-01-21T11:39:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:44 smithi069 bash[14120]: cluster 2024-01-21T11:39:43.972518+0000 mgr.smithi069.gsebav (mgr.14180) 529 : cluster [DBG] pgmap v391: 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 2024-01-21T11:39:45.009 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:47.255 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: cluster 2024-01-21T11:39:45.973039+0000 mgr.smithi069.gsebav (mgr.14180) 530 : cluster [DBG] pgmap v392: 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 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: cephadm 2024-01-21T11:39:46.162495+0000 mgr.smithi069.gsebav (mgr.14180) 531 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:47.256 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:47.257 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: cluster 2024-01-21T11:39:45.973039+0000 mgr.smithi069.gsebav (mgr.14180) 530 : cluster [DBG] pgmap v392: 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 2024-01-21T11:39:47.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: cephadm 2024-01-21T11:39:46.162495+0000 mgr.smithi069.gsebav (mgr.14180) 531 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:47.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: cephadm 2024-01-21T11:39:46.162885+0000 mgr.smithi069.gsebav (mgr.14180) 532 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: audit 2024-01-21T11:39:46.163420+0000 mon.smithi069 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.qggapb"}]: dispatch 2024-01-21T11:39:47.326 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: cephadm 2024-01-21T11:39:46.165034+0000 mgr.smithi069.gsebav (mgr.14180) 533 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.327 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:47 smithi118 bash[17975]: cephadm 2024-01-21T11:39:46.169272+0000 mgr.smithi069.gsebav (mgr.14180) 534 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zoyvgg on smithi069 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:47.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: cephadm 2024-01-21T11:39:46.162885+0000 mgr.smithi069.gsebav (mgr.14180) 532 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: audit 2024-01-21T11:39:46.163420+0000 mon.smithi069 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.qggapb"}]: dispatch 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: cephadm 2024-01-21T11:39:46.165034+0000 mgr.smithi069.gsebav (mgr.14180) 533 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:47.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:47 smithi069 bash[14120]: cephadm 2024-01-21T11:39:46.169272+0000 mgr.smithi069.gsebav (mgr.14180) 534 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zoyvgg on smithi069 2024-01-21T11:39:48.170 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:48.170 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:37.379648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.acfmjn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-acfmjn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.acfmjn\nDeploy daemon haproxy.nfs.foo.smithi118.acfmjn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.381722Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yrtkbh on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yrtkbh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yrtkbh\nDeploy daemon haproxy.nfs.foo.smithi069.yrtkbh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:41.386024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.bfntha on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:48.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:49 smithi069 bash[14120]: cluster 2024-01-21T11:39:47.974154+0000 mgr.smithi069.gsebav (mgr.14180) 535 : cluster [DBG] pgmap v393: 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 2024-01-21T11:39:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:49 smithi069 bash[14120]: audit 2024-01-21T11:39:48.165316+0000 mgr.smithi069.gsebav (mgr.14180) 536 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:49 smithi118 bash[17975]: cluster 2024-01-21T11:39:47.974154+0000 mgr.smithi069.gsebav (mgr.14180) 535 : cluster [DBG] pgmap v393: 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 2024-01-21T11:39:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:49 smithi118 bash[17975]: audit 2024-01-21T11:39:48.165316+0000 mgr.smithi069.gsebav (mgr.14180) 536 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:49.910 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:50.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:50 smithi069 bash[14120]: audit 2024-01-21T11:39:50.131275+0000 mon.smithi069 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zoyvgg"}]: dispatch 2024-01-21T11:39:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:50 smithi118 bash[17975]: audit 2024-01-21T11:39:50.131275+0000 mon.smithi069 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zoyvgg"}]: dispatch 2024-01-21T11:39:51.491 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cluster 2024-01-21T11:39:49.975077+0000 mgr.smithi069.gsebav (mgr.14180) 537 : cluster [DBG] pgmap v394: 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 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cephadm 2024-01-21T11:39:50.130265+0000 mgr.smithi069.gsebav (mgr.14180) 538 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:51.492 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:39:51.493 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cephadm 2024-01-21T11:39:50.130747+0000 mgr.smithi069.gsebav (mgr.14180) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cephadm 2024-01-21T11:39:50.132245+0000 mgr.smithi069.gsebav (mgr.14180) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cephadm 2024-01-21T11:39:50.136091+0000 mgr.smithi069.gsebav (mgr.14180) 541 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cephadm 2024-01-21T11:39:50.138299+0000 mgr.smithi069.gsebav (mgr.14180) 542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cluster 2024-01-21T11:39:50.139449+0000 mgr.smithi069.gsebav (mgr.14180) 543 : cluster [DBG] pgmap v395: 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 2024-01-21T11:39:51.495 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:51 smithi069 bash[14120]: cluster 2024-01-21T11:39:50.338334+0000 mon.smithi069 (mon.0) 789 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:39:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cluster 2024-01-21T11:39:49.975077+0000 mgr.smithi069.gsebav (mgr.14180) 537 : cluster [DBG] pgmap v394: 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 2024-01-21T11:39:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cephadm 2024-01-21T11:39:50.130265+0000 mgr.smithi069.gsebav (mgr.14180) 538 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cephadm 2024-01-21T11:39:50.130747+0000 mgr.smithi069.gsebav (mgr.14180) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cephadm 2024-01-21T11:39:50.132245+0000 mgr.smithi069.gsebav (mgr.14180) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:39:51.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cephadm 2024-01-21T11:39:50.136091+0000 mgr.smithi069.gsebav (mgr.14180) 541 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cephadm 2024-01-21T11:39:50.138299+0000 mgr.smithi069.gsebav (mgr.14180) 542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cluster 2024-01-21T11:39:50.139449+0000 mgr.smithi069.gsebav (mgr.14180) 543 : cluster [DBG] pgmap v395: 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 2024-01-21T11:39:51.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:51 smithi118 bash[17975]: cluster 2024-01-21T11:39:50.338334+0000 mon.smithi069 (mon.0) 789 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:39:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:52 smithi118 bash[17975]: audit 2024-01-21T11:39:51.766549+0000 mon.smithi069 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:52 smithi118 bash[17975]: cluster 2024-01-21T11:39:52.140624+0000 mgr.smithi069.gsebav (mgr.14180) 544 : cluster [DBG] pgmap v396: 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 2024-01-21T11:39:53.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:52 smithi069 bash[14120]: audit 2024-01-21T11:39:51.766549+0000 mon.smithi069 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:39:53.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:52 smithi069 bash[14120]: cluster 2024-01-21T11:39:52.140624+0000 mgr.smithi069.gsebav (mgr.14180) 544 : cluster [DBG] pgmap v396: 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 2024-01-21T11:39:53.267 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:53.267 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:54.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:54.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:54 smithi069 bash[14120]: audit 2024-01-21T11:39:53.257777+0000 mgr.smithi069.gsebav (mgr.14180) 545 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:54 smithi118 bash[17975]: audit 2024-01-21T11:39:53.257777+0000 mgr.smithi069.gsebav (mgr.14180) 545 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:55.023 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:55.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:55 smithi069 bash[14120]: cluster 2024-01-21T11:39:54.141841+0000 mgr.smithi069.gsebav (mgr.14180) 546 : cluster [DBG] pgmap v397: 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 2024-01-21T11:39:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:55 smithi118 bash[17975]: cluster 2024-01-21T11:39:54.141841+0000 mgr.smithi069.gsebav (mgr.14180) 546 : cluster [DBG] pgmap v397: 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 2024-01-21T11:39:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:57 smithi069 bash[14120]: cluster 2024-01-21T11:39:56.142471+0000 mgr.smithi069.gsebav (mgr.14180) 547 : cluster [DBG] pgmap v398: 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 2024-01-21T11:39:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:57 smithi118 bash[17975]: cluster 2024-01-21T11:39:56.142471+0000 mgr.smithi069.gsebav (mgr.14180) 547 : cluster [DBG] pgmap v398: 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 2024-01-21T11:39:58.283 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:39:58.283 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:39:59.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:59 smithi118 bash[17975]: cluster 2024-01-21T11:39:58.143775+0000 mgr.smithi069.gsebav (mgr.14180) 548 : cluster [DBG] pgmap v399: 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 2024-01-21T11:39:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:39:59 smithi118 bash[17975]: audit 2024-01-21T11:39:58.273881+0000 mgr.smithi069.gsebav (mgr.14180) 549 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:59 smithi069 bash[14120]: cluster 2024-01-21T11:39:58.143775+0000 mgr.smithi069.gsebav (mgr.14180) 548 : cluster [DBG] pgmap v399: 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 2024-01-21T11:39:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:39:59 smithi069 bash[14120]: audit 2024-01-21T11:39:58.273881+0000 mgr.smithi069.gsebav (mgr.14180) 549 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:00.071 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000178+0000 mon.smithi069 (mon.0) 791 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:40:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000226+0000 mon.smithi069 (mon.0) 792 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T11:40:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000246+0000 mon.smithi069 (mon.0) 793 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:40:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000265+0000 mon.smithi069 (mon.0) 794 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000339+0000 mon.smithi069 (mon.0) 795 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000372+0000 mon.smithi069 (mon.0) 796 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000397+0000 mon.smithi069 (mon.0) 797 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000418+0000 mon.smithi069 (mon.0) 798 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000442+0000 mon.smithi069 (mon.0) 799 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000464+0000 mon.smithi069 (mon.0) 800 : 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000488+0000 mon.smithi069 (mon.0) 801 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000510+0000 mon.smithi069 (mon.0) 802 : 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. 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000532+0000 mon.smithi069 (mon.0) 803 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000555+0000 mon.smithi069 (mon.0) 804 : 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000607+0000 mon.smithi069 (mon.0) 805 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000659+0000 mon.smithi069 (mon.0) 806 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000708+0000 mon.smithi069 (mon.0) 807 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:40:00.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000733+0000 mon.smithi069 (mon.0) 808 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000754+0000 mon.smithi069 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000778+0000 mon.smithi069 (mon.0) 810 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000799+0000 mon.smithi069 (mon.0) 811 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000833+0000 mon.smithi069 (mon.0) 812 : 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000859+0000 mon.smithi069 (mon.0) 813 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000883+0000 mon.smithi069 (mon.0) 814 : 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. 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000906+0000 mon.smithi069 (mon.0) 815 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000930+0000 mon.smithi069 (mon.0) 816 : 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000952+0000 mon.smithi069 (mon.0) 817 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:40:00.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.000987+0000 mon.smithi069 (mon.0) 818 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000178+0000 mon.smithi069 (mon.0) 791 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000226+0000 mon.smithi069 (mon.0) 792 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000246+0000 mon.smithi069 (mon.0) 793 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000265+0000 mon.smithi069 (mon.0) 794 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000339+0000 mon.smithi069 (mon.0) 795 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000372+0000 mon.smithi069 (mon.0) 796 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000397+0000 mon.smithi069 (mon.0) 797 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000418+0000 mon.smithi069 (mon.0) 798 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb 2024-01-21T11:40:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000442+0000 mon.smithi069 (mon.0) 799 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi118.qggapb ... 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000464+0000 mon.smithi069 (mon.0) 800 : 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000488+0000 mon.smithi069 (mon.0) 801 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000510+0000 mon.smithi069 (mon.0) 802 : 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. 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000532+0000 mon.smithi069 (mon.0) 803 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000555+0000 mon.smithi069 (mon.0) 804 : 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=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000607+0000 mon.smithi069 (mon.0) 805 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000659+0000 mon.smithi069 (mon.0) 806 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000708+0000 mon.smithi069 (mon.0) 807 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000733+0000 mon.smithi069 (mon.0) 808 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000754+0000 mon.smithi069 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000778+0000 mon.smithi069 (mon.0) 810 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000799+0000 mon.smithi069 (mon.0) 811 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi069.zoyvgg ... 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000833+0000 mon.smithi069 (mon.0) 812 : 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000859+0000 mon.smithi069 (mon.0) 813 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000883+0000 mon.smithi069 (mon.0) 814 : 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. 2024-01-21T11:40:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000906+0000 mon.smithi069 (mon.0) 815 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:40:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000930+0000 mon.smithi069 (mon.0) 816 : 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000952+0000 mon.smithi069 (mon.0) 817 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:40:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.000987+0000 mon.smithi069 (mon.0) 818 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:40:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:01 smithi069 bash[14120]: cluster 2024-01-21T11:40:00.144874+0000 mgr.smithi069.gsebav (mgr.14180) 550 : cluster [DBG] pgmap v400: 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 2024-01-21T11:40:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:01 smithi118 bash[17975]: cluster 2024-01-21T11:40:00.144874+0000 mgr.smithi069.gsebav (mgr.14180) 550 : cluster [DBG] pgmap v400: 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 2024-01-21T11:40:03.398 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:03.399 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:03 smithi118 bash[17975]: cluster 2024-01-21T11:40:02.146054+0000 mgr.smithi069.gsebav (mgr.14180) 551 : 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 2024-01-21T11:40:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:03 smithi069 bash[14120]: cluster 2024-01-21T11:40:02.146054+0000 mgr.smithi069.gsebav (mgr.14180) 551 : 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 2024-01-21T11:40:04.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:04 smithi118 bash[17975]: audit 2024-01-21T11:40:03.388949+0000 mgr.smithi069.gsebav (mgr.14180) 552 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:04 smithi069 bash[14120]: audit 2024-01-21T11:40:03.388949+0000 mgr.smithi069.gsebav (mgr.14180) 552 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:05.075 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:05 smithi118 bash[17975]: cluster 2024-01-21T11:40:04.147281+0000 mgr.smithi069.gsebav (mgr.14180) 553 : cluster [DBG] pgmap v402: 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 2024-01-21T11:40:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:05 smithi069 bash[14120]: cluster 2024-01-21T11:40:04.147281+0000 mgr.smithi069.gsebav (mgr.14180) 553 : cluster [DBG] pgmap v402: 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 2024-01-21T11:40:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:07 smithi069 bash[14120]: cluster 2024-01-21T11:40:06.148363+0000 mgr.smithi069.gsebav (mgr.14180) 554 : 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 2024-01-21T11:40:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:07 smithi118 bash[17975]: cluster 2024-01-21T11:40:06.148363+0000 mgr.smithi069.gsebav (mgr.14180) 554 : 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 2024-01-21T11:40:08.216 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:08.216 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:08.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:09 smithi118 bash[17975]: cluster 2024-01-21T11:40:08.149664+0000 mgr.smithi069.gsebav (mgr.14180) 555 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:09 smithi118 bash[17975]: audit 2024-01-21T11:40:08.211010+0000 mgr.smithi069.gsebav (mgr.14180) 556 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:09 smithi069 bash[14120]: cluster 2024-01-21T11:40:08.149664+0000 mgr.smithi069.gsebav (mgr.14180) 555 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:09 smithi069 bash[14120]: audit 2024-01-21T11:40:08.211010+0000 mgr.smithi069.gsebav (mgr.14180) 556 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:09.993 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:11 smithi118 bash[17975]: cluster 2024-01-21T11:40:10.153037+0000 mgr.smithi069.gsebav (mgr.14180) 557 : 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 2024-01-21T11:40:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:11 smithi069 bash[14120]: cluster 2024-01-21T11:40:10.153037+0000 mgr.smithi069.gsebav (mgr.14180) 557 : 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 2024-01-21T11:40:13.223 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:13.224 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:13.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:13 smithi069 bash[14120]: cluster 2024-01-21T11:40:12.154208+0000 mgr.smithi069.gsebav (mgr.14180) 558 : 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 2024-01-21T11:40:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:13 smithi118 bash[17975]: cluster 2024-01-21T11:40:12.154208+0000 mgr.smithi069.gsebav (mgr.14180) 558 : 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 2024-01-21T11:40:14.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:14 smithi118 bash[17975]: audit 2024-01-21T11:40:13.218908+0000 mgr.smithi069.gsebav (mgr.14180) 559 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:14.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:14 smithi069 bash[14120]: audit 2024-01-21T11:40:13.218908+0000 mgr.smithi069.gsebav (mgr.14180) 559 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:15.029 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:15 smithi118 bash[17975]: cluster 2024-01-21T11:40:14.155537+0000 mgr.smithi069.gsebav (mgr.14180) 560 : cluster [DBG] pgmap v407: 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 2024-01-21T11:40:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:15 smithi069 bash[14120]: cluster 2024-01-21T11:40:14.155537+0000 mgr.smithi069.gsebav (mgr.14180) 560 : cluster [DBG] pgmap v407: 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 2024-01-21T11:40:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:17 smithi069 bash[14120]: cluster 2024-01-21T11:40:16.156735+0000 mgr.smithi069.gsebav (mgr.14180) 561 : 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 2024-01-21T11:40:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:17 smithi118 bash[17975]: cluster 2024-01-21T11:40:16.156735+0000 mgr.smithi069.gsebav (mgr.14180) 561 : 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 2024-01-21T11:40:18.120 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:18.120 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:18.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:19 smithi118 bash[17975]: audit 2024-01-21T11:40:18.113888+0000 mgr.smithi069.gsebav (mgr.14180) 562 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:19.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:19 smithi118 bash[17975]: cluster 2024-01-21T11:40:18.158164+0000 mgr.smithi069.gsebav (mgr.14180) 563 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:19 smithi069 bash[14120]: audit 2024-01-21T11:40:18.113888+0000 mgr.smithi069.gsebav (mgr.14180) 562 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:19 smithi069 bash[14120]: cluster 2024-01-21T11:40:18.158164+0000 mgr.smithi069.gsebav (mgr.14180) 563 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:19.960 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:21 smithi069 bash[14120]: cluster 2024-01-21T11:40:20.159187+0000 mgr.smithi069.gsebav (mgr.14180) 564 : 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 2024-01-21T11:40:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:21 smithi118 bash[17975]: cluster 2024-01-21T11:40:20.159187+0000 mgr.smithi069.gsebav (mgr.14180) 564 : 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 2024-01-21T11:40:23.041 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:23.041 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:23 smithi069 bash[14120]: cluster 2024-01-21T11:40:22.159968+0000 mgr.smithi069.gsebav (mgr.14180) 565 : 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 2024-01-21T11:40:23.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:23 smithi118 bash[17975]: cluster 2024-01-21T11:40:22.159968+0000 mgr.smithi069.gsebav (mgr.14180) 565 : 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 2024-01-21T11:40:24.781 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:24.793 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:24 smithi069 bash[14120]: audit 2024-01-21T11:40:23.030034+0000 mgr.smithi069.gsebav (mgr.14180) 566 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:24 smithi118 bash[17975]: audit 2024-01-21T11:40:23.030034+0000 mgr.smithi069.gsebav (mgr.14180) 566 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:25.768 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:25 smithi069 bash[14120]: cluster 2024-01-21T11:40:24.161269+0000 mgr.smithi069.gsebav (mgr.14180) 567 : cluster [DBG] pgmap v412: 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 2024-01-21T11:40:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:25 smithi118 bash[17975]: cluster 2024-01-21T11:40:24.161269+0000 mgr.smithi069.gsebav (mgr.14180) 567 : cluster [DBG] pgmap v412: 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 2024-01-21T11:40:27.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:27 smithi069 bash[14120]: cluster 2024-01-21T11:40:26.162032+0000 mgr.smithi069.gsebav (mgr.14180) 568 : 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 2024-01-21T11:40:27.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:27 smithi118 bash[17975]: cluster 2024-01-21T11:40:26.162032+0000 mgr.smithi069.gsebav (mgr.14180) 568 : 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 2024-01-21T11:40:27.918 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:27.918 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:28.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:29.646 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:29 smithi118 bash[17975]: audit 2024-01-21T11:40:27.907471+0000 mgr.smithi069.gsebav (mgr.14180) 569 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:29 smithi118 bash[17975]: cluster 2024-01-21T11:40:28.162928+0000 mgr.smithi069.gsebav (mgr.14180) 570 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:29.843 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:29 smithi069 bash[14120]: audit 2024-01-21T11:40:27.907471+0000 mgr.smithi069.gsebav (mgr.14180) 569 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:29.843 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:29 smithi069 bash[14120]: cluster 2024-01-21T11:40:28.162928+0000 mgr.smithi069.gsebav (mgr.14180) 570 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:31 smithi118 bash[17975]: cluster 2024-01-21T11:40:30.163622+0000 mgr.smithi069.gsebav (mgr.14180) 571 : 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 2024-01-21T11:40:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:31 smithi069 bash[14120]: cluster 2024-01-21T11:40:30.163622+0000 mgr.smithi069.gsebav (mgr.14180) 571 : 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 2024-01-21T11:40:32.633 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:32.633 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:33.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:33 smithi118 bash[17975]: cluster 2024-01-21T11:40:32.164708+0000 mgr.smithi069.gsebav (mgr.14180) 572 : 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 2024-01-21T11:40:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:33 smithi069 bash[14120]: cluster 2024-01-21T11:40:32.164708+0000 mgr.smithi069.gsebav (mgr.14180) 572 : 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 2024-01-21T11:40:34.354 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:34 smithi118 bash[17975]: audit 2024-01-21T11:40:32.622229+0000 mgr.smithi069.gsebav (mgr.14180) 573 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:34 smithi069 bash[14120]: audit 2024-01-21T11:40:32.622229+0000 mgr.smithi069.gsebav (mgr.14180) 573 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:35.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:35 smithi069 bash[14120]: cluster 2024-01-21T11:40:34.166060+0000 mgr.smithi069.gsebav (mgr.14180) 574 : cluster [DBG] pgmap v417: 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 2024-01-21T11:40:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:35 smithi118 bash[17975]: cluster 2024-01-21T11:40:34.166060+0000 mgr.smithi069.gsebav (mgr.14180) 574 : cluster [DBG] pgmap v417: 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 2024-01-21T11:40:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:36 smithi118 bash[17975]: cluster 2024-01-21T11:40:36.167187+0000 mgr.smithi069.gsebav (mgr.14180) 575 : 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 2024-01-21T11:40:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:36 smithi069 bash[14120]: cluster 2024-01-21T11:40:36.167187+0000 mgr.smithi069.gsebav (mgr.14180) 575 : 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 2024-01-21T11:40:37.292 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:37.293 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:37 smithi069 bash[14120]: audit 2024-01-21T11:40:37.287447+0000 mgr.smithi069.gsebav (mgr.14180) 576 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:37 smithi118 bash[17975]: audit 2024-01-21T11:40:37.287447+0000 mgr.smithi069.gsebav (mgr.14180) 576 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:38.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:39.064 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:39 smithi069 bash[14120]: cluster 2024-01-21T11:40:38.168543+0000 mgr.smithi069.gsebav (mgr.14180) 577 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:39 smithi118 bash[17975]: cluster 2024-01-21T11:40:38.168543+0000 mgr.smithi069.gsebav (mgr.14180) 577 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:41.634 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:41 smithi069 bash[14120]: cluster 2024-01-21T11:40:40.169249+0000 mgr.smithi069.gsebav (mgr.14180) 578 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:41 smithi118 bash[17975]: cluster 2024-01-21T11:40:40.169249+0000 mgr.smithi069.gsebav (mgr.14180) 578 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:42.049 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:42.049 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:42.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:43 smithi118 bash[17975]: audit 2024-01-21T11:40:42.038734+0000 mgr.smithi069.gsebav (mgr.14180) 579 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:43 smithi118 bash[17975]: cluster 2024-01-21T11:40:42.170087+0000 mgr.smithi069.gsebav (mgr.14180) 580 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:43 smithi069 bash[14120]: audit 2024-01-21T11:40:42.038734+0000 mgr.smithi069.gsebav (mgr.14180) 579 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:43.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:43 smithi069 bash[14120]: cluster 2024-01-21T11:40:42.170087+0000 mgr.smithi069.gsebav (mgr.14180) 580 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:43.848 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:45.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:45 smithi069 bash[14120]: cluster 2024-01-21T11:40:44.171313+0000 mgr.smithi069.gsebav (mgr.14180) 581 : cluster [DBG] pgmap v422: 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 2024-01-21T11:40:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:45 smithi118 bash[17975]: cluster 2024-01-21T11:40:44.171313+0000 mgr.smithi069.gsebav (mgr.14180) 581 : cluster [DBG] pgmap v422: 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 2024-01-21T11:40:47.088 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:47.088 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:47 smithi069 bash[14120]: cluster 2024-01-21T11:40:46.172431+0000 mgr.smithi069.gsebav (mgr.14180) 582 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:47.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:47 smithi118 bash[17975]: cluster 2024-01-21T11:40:46.172431+0000 mgr.smithi069.gsebav (mgr.14180) 582 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:48.807 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:48.820 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:48 smithi069 bash[14120]: audit 2024-01-21T11:40:47.078713+0000 mgr.smithi069.gsebav (mgr.14180) 583 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:48 smithi118 bash[17975]: audit 2024-01-21T11:40:47.078713+0000 mgr.smithi069.gsebav (mgr.14180) 583 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:49 smithi118 bash[17975]: cluster 2024-01-21T11:40:48.173844+0000 mgr.smithi069.gsebav (mgr.14180) 584 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:49 smithi069 bash[14120]: cluster 2024-01-21T11:40:48.173844+0000 mgr.smithi069.gsebav (mgr.14180) 584 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:50.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:50 smithi069 bash[14120]: audit 2024-01-21T11:40:50.142060+0000 mon.smithi069 (mon.0) 819 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:40:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:50 smithi118 bash[17975]: audit 2024-01-21T11:40:50.142060+0000 mon.smithi069 (mon.0) 819 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: cluster 2024-01-21T11:40:50.174491+0000 mgr.smithi069.gsebav (mgr.14180) 585 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: audit 2024-01-21T11:40:50.436087+0000 mon.smithi069 (mon.0) 820 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: audit 2024-01-21T11:40:50.436847+0000 mon.smithi069 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: audit 2024-01-21T11:40:50.441938+0000 mon.smithi069 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: cluster 2024-01-21T11:40:50.442861+0000 mgr.smithi069.gsebav (mgr.14180) 586 : cluster [DBG] pgmap v426: 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 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: audit 2024-01-21T11:40:50.450286+0000 mon.smithi069 (mon.0) 823 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: audit 2024-01-21T11:40:50.459640+0000 mon.smithi069 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:40:51.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:51 smithi118 bash[17975]: cephadm 2024-01-21T11:40:50.462757+0000 mgr.smithi069.gsebav (mgr.14180) 587 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ixshgr on smithi118 2024-01-21T11:40:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: cluster 2024-01-21T11:40:50.174491+0000 mgr.smithi069.gsebav (mgr.14180) 585 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: audit 2024-01-21T11:40:50.436087+0000 mon.smithi069 (mon.0) 820 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:40:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: audit 2024-01-21T11:40:50.436847+0000 mon.smithi069 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:40:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: audit 2024-01-21T11:40:50.441938+0000 mon.smithi069 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:40:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: cluster 2024-01-21T11:40:50.442861+0000 mgr.smithi069.gsebav (mgr.14180) 586 : cluster [DBG] pgmap v426: 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 2024-01-21T11:40:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: audit 2024-01-21T11:40:50.450286+0000 mon.smithi069 (mon.0) 823 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:40:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: audit 2024-01-21T11:40:50.459640+0000 mon.smithi069 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:40:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:51 smithi069 bash[14120]: cephadm 2024-01-21T11:40:50.462757+0000 mgr.smithi069.gsebav (mgr.14180) 587 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ixshgr on smithi118 2024-01-21T11:40:51.918 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:51.918 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:41.388528Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rgfbcq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:52.660 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:52 smithi069 bash[14120]: cluster 2024-01-21T11:40:51.440011+0000 mon.smithi069 (mon.0) 825 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:40:52.660 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:52 smithi069 bash[14120]: cluster 2024-01-21T11:40:51.440045+0000 mon.smithi069 (mon.0) 826 : cluster [INF] Cluster is now healthy 2024-01-21T11:40:52.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:52 smithi118 bash[17975]: cluster 2024-01-21T11:40:51.440011+0000 mon.smithi069 (mon.0) 825 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:40:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:52 smithi118 bash[17975]: cluster 2024-01-21T11:40:51.440045+0000 mon.smithi069 (mon.0) 826 : cluster [INF] Cluster is now healthy 2024-01-21T11:40:53.662 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:53.674 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:53 smithi069 bash[14120]: audit 2024-01-21T11:40:51.908935+0000 mgr.smithi069.gsebav (mgr.14180) 588 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:53.674 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:53 smithi069 bash[14120]: cluster 2024-01-21T11:40:52.443841+0000 mgr.smithi069.gsebav (mgr.14180) 589 : cluster [DBG] pgmap v427: 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 2024-01-21T11:40:53.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:53 smithi118 bash[17975]: audit 2024-01-21T11:40:51.908935+0000 mgr.smithi069.gsebav (mgr.14180) 588 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:53.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:53 smithi118 bash[17975]: cluster 2024-01-21T11:40:52.443841+0000 mgr.smithi069.gsebav (mgr.14180) 589 : cluster [DBG] pgmap v427: 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 2024-01-21T11:40:54.818 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:54 smithi069 bash[14120]: cluster 2024-01-21T11:40:54.444739+0000 mgr.smithi069.gsebav (mgr.14180) 590 : cluster [DBG] pgmap v428: 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 2024-01-21T11:40:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:54 smithi118 bash[17975]: cluster 2024-01-21T11:40:54.444739+0000 mgr.smithi069.gsebav (mgr.14180) 590 : cluster [DBG] pgmap v428: 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 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: cephadm 2024-01-21T11:40:54.655459+0000 mgr.smithi069.gsebav (mgr.14180) 591 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.ixshgr ... 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.ixshgr ... 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: cephadm 2024-01-21T11:40:54.655949+0000 mgr.smithi069.gsebav (mgr.14180) 592 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: audit 2024-01-21T11:40:54.656654+0000 mon.smithi069 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ixshgr"}]: dispatch 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: cephadm 2024-01-21T11:40:54.658317+0000 mgr.smithi069.gsebav (mgr.14180) 593 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.ixshgr ... 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: cephadm 2024-01-21T11:40:54.663441+0000 mgr.smithi069.gsebav (mgr.14180) 594 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.rczgdq on smithi069 2024-01-21T11:40:55.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:55 smithi118 bash[17975]: audit 2024-01-21T11:40:55.144022+0000 mon.smithi069 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: cephadm 2024-01-21T11:40:54.655459+0000 mgr.smithi069.gsebav (mgr.14180) 591 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.ixshgr ... 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.ixshgr ... 2024-01-21T11:40:55.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: cephadm 2024-01-21T11:40:54.655949+0000 mgr.smithi069.gsebav (mgr.14180) 592 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: audit 2024-01-21T11:40:54.656654+0000 mon.smithi069 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ixshgr"}]: dispatch 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: cephadm 2024-01-21T11:40:54.658317+0000 mgr.smithi069.gsebav (mgr.14180) 593 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.ixshgr ... 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:55.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:55.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:55.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: cephadm 2024-01-21T11:40:54.663441+0000 mgr.smithi069.gsebav (mgr.14180) 594 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.rczgdq on smithi069 2024-01-21T11:40:55.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:55 smithi069 bash[14120]: audit 2024-01-21T11:40:55.144022+0000 mon.smithi069 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:40:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:56 smithi118 bash[17975]: cluster 2024-01-21T11:40:56.445568+0000 mgr.smithi069.gsebav (mgr.14180) 595 : cluster [DBG] pgmap v429: 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 2024-01-21T11:40:56.834 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:40:56.834 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:46.164801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qggapb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qggapb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qggapb\nDeploy daemon haproxy.nfs.foo.smithi118.qggapb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.132020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zoyvgg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zoyvgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zoyvgg\nDeploy daemon haproxy.nfs.foo.smithi069.zoyvgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:50.135902Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.chbttl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:40:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:56 smithi069 bash[14120]: cluster 2024-01-21T11:40:56.445568+0000 mgr.smithi069.gsebav (mgr.14180) 595 : cluster [DBG] pgmap v429: 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 2024-01-21T11:40:57.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:57 smithi118 bash[17975]: audit 2024-01-21T11:40:56.824138+0000 mgr.smithi069.gsebav (mgr.14180) 596 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:57.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:57 smithi069 bash[14120]: audit 2024-01-21T11:40:56.824138+0000 mgr.smithi069.gsebav (mgr.14180) 596 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:58.577 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:59.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:59 smithi069 bash[14120]: cluster 2024-01-21T11:40:58.446631+0000 mgr.smithi069.gsebav (mgr.14180) 597 : cluster [DBG] pgmap v430: 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 2024-01-21T11:40:59.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:40:59 smithi069 bash[14120]: audit 2024-01-21T11:40:58.782389+0000 mon.smithi069 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.rczgdq"}]: dispatch 2024-01-21T11:40:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:59 smithi118 bash[17975]: cluster 2024-01-21T11:40:58.446631+0000 mgr.smithi069.gsebav (mgr.14180) 597 : cluster [DBG] pgmap v430: 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 2024-01-21T11:40:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:40:59 smithi118 bash[17975]: audit 2024-01-21T11:40:58.782389+0000 mon.smithi069 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.rczgdq"}]: dispatch 2024-01-21T11:41:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cephadm 2024-01-21T11:40:58.781662+0000 mgr.smithi069.gsebav (mgr.14180) 598 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.rczgdq ... 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:41:00.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.rczgdq ... 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:00.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cephadm 2024-01-21T11:40:58.781932+0000 mgr.smithi069.gsebav (mgr.14180) 599 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cephadm 2024-01-21T11:40:58.783201+0000 mgr.smithi069.gsebav (mgr.14180) 600 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.rczgdq ... 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cephadm 2024-01-21T11:40:58.784971+0000 mgr.smithi069.gsebav (mgr.14180) 601 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:00.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cephadm 2024-01-21T11:40:58.786406+0000 mgr.smithi069.gsebav (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:00.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:58.787177+0000 mgr.smithi069.gsebav (mgr.14180) 603 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-01-21T11:41:00.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:00 smithi118 bash[17975]: cluster 2024-01-21T11:40:59.353384+0000 mon.smithi069 (mon.0) 830 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cephadm 2024-01-21T11:40:58.781662+0000 mgr.smithi069.gsebav (mgr.14180) 598 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.rczgdq ... 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:41:00.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.rczgdq ... 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cephadm 2024-01-21T11:40:58.781932+0000 mgr.smithi069.gsebav (mgr.14180) 599 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cephadm 2024-01-21T11:40:58.783201+0000 mgr.smithi069.gsebav (mgr.14180) 600 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:41:00.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.rczgdq ... 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cephadm 2024-01-21T11:40:58.784971+0000 mgr.smithi069.gsebav (mgr.14180) 601 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cephadm 2024-01-21T11:40:58.786406+0000 mgr.smithi069.gsebav (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:58.787177+0000 mgr.smithi069.gsebav (mgr.14180) 603 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-01-21T11:41:00.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:00 smithi069 bash[14120]: cluster 2024-01-21T11:40:59.353384+0000 mon.smithi069 (mon.0) 830 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:41:01.789 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:01.789 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:02.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:02 smithi118 bash[17975]: cluster 2024-01-21T11:41:00.788188+0000 mgr.smithi069.gsebav (mgr.14180) 604 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:02 smithi118 bash[17975]: audit 2024-01-21T11:41:01.810922+0000 mon.smithi069 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:02 smithi069 bash[14120]: cluster 2024-01-21T11:41:00.788188+0000 mgr.smithi069.gsebav (mgr.14180) 604 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:02 smithi069 bash[14120]: audit 2024-01-21T11:41:01.810922+0000 mon.smithi069 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:03.595 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:03.796 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:03 smithi069 bash[14120]: audit 2024-01-21T11:41:01.779672+0000 mgr.smithi069.gsebav (mgr.14180) 605 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:03 smithi118 bash[17975]: audit 2024-01-21T11:41:01.779672+0000 mgr.smithi069.gsebav (mgr.14180) 605 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:04.644 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:04 smithi069 bash[14120]: cluster 2024-01-21T11:41:02.789724+0000 mgr.smithi069.gsebav (mgr.14180) 606 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 395 B/s rd, 0 op/s 2024-01-21T11:41:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:04 smithi118 bash[17975]: cluster 2024-01-21T11:41:02.789724+0000 mgr.smithi069.gsebav (mgr.14180) 606 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 395 B/s rd, 0 op/s 2024-01-21T11:41:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:06 smithi069 bash[14120]: cluster 2024-01-21T11:41:04.790573+0000 mgr.smithi069.gsebav (mgr.14180) 607 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:06.705 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:06.705 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:06 smithi118 bash[17975]: cluster 2024-01-21T11:41:04.790573+0000 mgr.smithi069.gsebav (mgr.14180) 607 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:07.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:08.436 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:08 smithi118 bash[17975]: audit 2024-01-21T11:41:06.694708+0000 mgr.smithi069.gsebav (mgr.14180) 608 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:08 smithi118 bash[17975]: cluster 2024-01-21T11:41:06.791687+0000 mgr.smithi069.gsebav (mgr.14180) 609 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:08 smithi069 bash[14120]: audit 2024-01-21T11:41:06.694708+0000 mgr.smithi069.gsebav (mgr.14180) 608 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:08 smithi069 bash[14120]: cluster 2024-01-21T11:41:06.791687+0000 mgr.smithi069.gsebav (mgr.14180) 609 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:10 smithi118 bash[17975]: cluster 2024-01-21T11:41:08.793006+0000 mgr.smithi069.gsebav (mgr.14180) 610 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:10 smithi118 bash[17975]: audit 2024-01-21T11:41:10.142541+0000 mon.smithi069 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:10 smithi069 bash[14120]: cluster 2024-01-21T11:41:08.793006+0000 mgr.smithi069.gsebav (mgr.14180) 610 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-21T11:41:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:10 smithi069 bash[14120]: audit 2024-01-21T11:41:10.142541+0000 mon.smithi069 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:11.543 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:11.543 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:12.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:12 smithi069 bash[14120]: cluster 2024-01-21T11:41:10.793958+0000 mgr.smithi069.gsebav (mgr.14180) 611 : 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 2024-01-21T11:41:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:12 smithi118 bash[17975]: cluster 2024-01-21T11:41:10.793958+0000 mgr.smithi069.gsebav (mgr.14180) 611 : 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 2024-01-21T11:41:13.311 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:13.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:13 smithi069 bash[14120]: audit 2024-01-21T11:41:11.536651+0000 mgr.smithi069.gsebav (mgr.14180) 612 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:13 smithi118 bash[17975]: audit 2024-01-21T11:41:11.536651+0000 mgr.smithi069.gsebav (mgr.14180) 612 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:14.533 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:14 smithi069 bash[14120]: cluster 2024-01-21T11:41:12.795320+0000 mgr.smithi069.gsebav (mgr.14180) 613 : cluster [DBG] pgmap v438: 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 2024-01-21T11:41:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:14 smithi118 bash[17975]: cluster 2024-01-21T11:41:12.795320+0000 mgr.smithi069.gsebav (mgr.14180) 613 : cluster [DBG] pgmap v438: 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 2024-01-21T11:41:16.208 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:16.208 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:16.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:16 smithi069 bash[14120]: cluster 2024-01-21T11:41:14.796107+0000 mgr.smithi069.gsebav (mgr.14180) 614 : 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 2024-01-21T11:41:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:16 smithi118 bash[17975]: cluster 2024-01-21T11:41:14.796107+0000 mgr.smithi069.gsebav (mgr.14180) 614 : 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 2024-01-21T11:41:17.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:17 smithi069 bash[14120]: audit 2024-01-21T11:41:16.197165+0000 mgr.smithi069.gsebav (mgr.14180) 615 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:17 smithi118 bash[17975]: audit 2024-01-21T11:41:16.197165+0000 mgr.smithi069.gsebav (mgr.14180) 615 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:18.004 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:18.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:18 smithi118 bash[17975]: cluster 2024-01-21T11:41:16.797118+0000 mgr.smithi069.gsebav (mgr.14180) 616 : 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 2024-01-21T11:41:18.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:18 smithi069 bash[14120]: cluster 2024-01-21T11:41:16.797118+0000 mgr.smithi069.gsebav (mgr.14180) 616 : 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 2024-01-21T11:41:20.713 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:20 smithi069 bash[14120]: cluster 2024-01-21T11:41:18.798416+0000 mgr.smithi069.gsebav (mgr.14180) 617 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:20 smithi118 bash[17975]: cluster 2024-01-21T11:41:18.798416+0000 mgr.smithi069.gsebav (mgr.14180) 617 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:21.089 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:21.089 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:21.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:22.803 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:22.815 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:22 smithi069 bash[14120]: cluster 2024-01-21T11:41:20.798992+0000 mgr.smithi069.gsebav (mgr.14180) 618 : 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 2024-01-21T11:41:22.816 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:22 smithi069 bash[14120]: audit 2024-01-21T11:41:21.078715+0000 mgr.smithi069.gsebav (mgr.14180) 619 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:22.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:22 smithi118 bash[17975]: cluster 2024-01-21T11:41:20.798992+0000 mgr.smithi069.gsebav (mgr.14180) 618 : 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 2024-01-21T11:41:22.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:22 smithi118 bash[17975]: audit 2024-01-21T11:41:21.078715+0000 mgr.smithi069.gsebav (mgr.14180) 619 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:24 smithi118 bash[17975]: cluster 2024-01-21T11:41:22.800322+0000 mgr.smithi069.gsebav (mgr.14180) 620 : cluster [DBG] pgmap v443: 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 2024-01-21T11:41:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:24 smithi069 bash[14120]: cluster 2024-01-21T11:41:22.800322+0000 mgr.smithi069.gsebav (mgr.14180) 620 : cluster [DBG] pgmap v443: 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 2024-01-21T11:41:25.882 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:25.882 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:26.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:26.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:26 smithi118 bash[17975]: cluster 2024-01-21T11:41:24.801374+0000 mgr.smithi069.gsebav (mgr.14180) 621 : 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 2024-01-21T11:41:26.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:26 smithi069 bash[14120]: cluster 2024-01-21T11:41:24.801374+0000 mgr.smithi069.gsebav (mgr.14180) 621 : 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 2024-01-21T11:41:27.672 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:27.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:27 smithi069 bash[14120]: audit 2024-01-21T11:41:25.872298+0000 mgr.smithi069.gsebav (mgr.14180) 622 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:27.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:27 smithi118 bash[17975]: audit 2024-01-21T11:41:25.872298+0000 mgr.smithi069.gsebav (mgr.14180) 622 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:28.758 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:28 smithi069 bash[14120]: cluster 2024-01-21T11:41:26.802510+0000 mgr.smithi069.gsebav (mgr.14180) 623 : 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 2024-01-21T11:41:28.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:28 smithi118 bash[17975]: cluster 2024-01-21T11:41:26.802510+0000 mgr.smithi069.gsebav (mgr.14180) 623 : 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 2024-01-21T11:41:30.821 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:30.821 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:30 smithi118 bash[17975]: cluster 2024-01-21T11:41:28.803905+0000 mgr.smithi069.gsebav (mgr.14180) 624 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:30.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:30 smithi069 bash[14120]: cluster 2024-01-21T11:41:28.803905+0000 mgr.smithi069.gsebav (mgr.14180) 624 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:31.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:32.630 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:32 smithi118 bash[17975]: cluster 2024-01-21T11:41:30.804524+0000 mgr.smithi069.gsebav (mgr.14180) 625 : 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 2024-01-21T11:41:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:32 smithi118 bash[17975]: audit 2024-01-21T11:41:30.811887+0000 mgr.smithi069.gsebav (mgr.14180) 626 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:32 smithi069 bash[14120]: cluster 2024-01-21T11:41:30.804524+0000 mgr.smithi069.gsebav (mgr.14180) 625 : 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 2024-01-21T11:41:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:32 smithi069 bash[14120]: audit 2024-01-21T11:41:30.811887+0000 mgr.smithi069.gsebav (mgr.14180) 626 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:34 smithi118 bash[17975]: cluster 2024-01-21T11:41:32.806146+0000 mgr.smithi069.gsebav (mgr.14180) 627 : cluster [DBG] pgmap v448: 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 2024-01-21T11:41:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:34 smithi069 bash[14120]: cluster 2024-01-21T11:41:32.806146+0000 mgr.smithi069.gsebav (mgr.14180) 627 : cluster [DBG] pgmap v448: 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 2024-01-21T11:41:35.559 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:35.559 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:36.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:36.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:36 smithi069 bash[14120]: cluster 2024-01-21T11:41:34.807201+0000 mgr.smithi069.gsebav (mgr.14180) 628 : 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 2024-01-21T11:41:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:36 smithi118 bash[17975]: cluster 2024-01-21T11:41:34.807201+0000 mgr.smithi069.gsebav (mgr.14180) 628 : 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 2024-01-21T11:41:37.331 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:37 smithi069 bash[14120]: audit 2024-01-21T11:41:35.549033+0000 mgr.smithi069.gsebav (mgr.14180) 629 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:37 smithi118 bash[17975]: audit 2024-01-21T11:41:35.549033+0000 mgr.smithi069.gsebav (mgr.14180) 629 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:38 smithi118 bash[17975]: cluster 2024-01-21T11:41:36.808345+0000 mgr.smithi069.gsebav (mgr.14180) 630 : 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 2024-01-21T11:41:38.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:38 smithi069 bash[14120]: cluster 2024-01-21T11:41:36.808345+0000 mgr.smithi069.gsebav (mgr.14180) 630 : 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 2024-01-21T11:41:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:39 smithi118 bash[17975]: cluster 2024-01-21T11:41:38.809668+0000 mgr.smithi069.gsebav (mgr.14180) 631 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:39 smithi069 bash[14120]: cluster 2024-01-21T11:41:38.809668+0000 mgr.smithi069.gsebav (mgr.14180) 631 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:40.509 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:40.509 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:40 smithi118 bash[17975]: audit 2024-01-21T11:41:40.499569+0000 mgr.smithi069.gsebav (mgr.14180) 632 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:40 smithi069 bash[14120]: audit 2024-01-21T11:41:40.499569+0000 mgr.smithi069.gsebav (mgr.14180) 632 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:41.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:41 smithi118 bash[17975]: cluster 2024-01-21T11:41:40.810682+0000 mgr.smithi069.gsebav (mgr.14180) 633 : 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 2024-01-21T11:41:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:41 smithi069 bash[14120]: cluster 2024-01-21T11:41:40.810682+0000 mgr.smithi069.gsebav (mgr.14180) 633 : 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 2024-01-21T11:41:42.220 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:44 smithi118 bash[17975]: cluster 2024-01-21T11:41:42.811589+0000 mgr.smithi069.gsebav (mgr.14180) 634 : cluster [DBG] pgmap v453: 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 2024-01-21T11:41:44.832 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:44 smithi069 bash[14120]: cluster 2024-01-21T11:41:42.811589+0000 mgr.smithi069.gsebav (mgr.14180) 634 : cluster [DBG] pgmap v453: 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 2024-01-21T11:41:45.241 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:45.241 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:46.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:46 smithi118 bash[17975]: cluster 2024-01-21T11:41:44.812592+0000 mgr.smithi069.gsebav (mgr.14180) 635 : 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 2024-01-21T11:41:46.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:46 smithi118 bash[17975]: audit 2024-01-21T11:41:45.230551+0000 mgr.smithi069.gsebav (mgr.14180) 636 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:46 smithi069 bash[14120]: cluster 2024-01-21T11:41:44.812592+0000 mgr.smithi069.gsebav (mgr.14180) 635 : 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 2024-01-21T11:41:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:46 smithi069 bash[14120]: audit 2024-01-21T11:41:45.230551+0000 mgr.smithi069.gsebav (mgr.14180) 636 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:47.010 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:48.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:48 smithi069 bash[14120]: cluster 2024-01-21T11:41:46.813672+0000 mgr.smithi069.gsebav (mgr.14180) 637 : 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 2024-01-21T11:41:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:48 smithi118 bash[17975]: cluster 2024-01-21T11:41:46.813672+0000 mgr.smithi069.gsebav (mgr.14180) 637 : 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 2024-01-21T11:41:49.998 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:49.998 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:50.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:50 smithi069 bash[14120]: cluster 2024-01-21T11:41:48.814431+0000 mgr.smithi069.gsebav (mgr.14180) 638 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:50.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:50 smithi118 bash[17975]: cluster 2024-01-21T11:41:48.814431+0000 mgr.smithi069.gsebav (mgr.14180) 638 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:51.776 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:51.787 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:51 smithi069 bash[14120]: audit 2024-01-21T11:41:49.989200+0000 mgr.smithi069.gsebav (mgr.14180) 639 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:51 smithi118 bash[17975]: audit 2024-01-21T11:41:49.989200+0000 mgr.smithi069.gsebav (mgr.14180) 639 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:52.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:52 smithi069 bash[14120]: cluster 2024-01-21T11:41:50.815342+0000 mgr.smithi069.gsebav (mgr.14180) 640 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:52 smithi118 bash[17975]: cluster 2024-01-21T11:41:50.815342+0000 mgr.smithi069.gsebav (mgr.14180) 640 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:54.754 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:54.755 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:54.788 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:54 smithi069 bash[14120]: cluster 2024-01-21T11:41:52.816769+0000 mgr.smithi069.gsebav (mgr.14180) 641 : cluster [DBG] pgmap v458: 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 2024-01-21T11:41:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:54 smithi118 bash[17975]: cluster 2024-01-21T11:41:52.816769+0000 mgr.smithi069.gsebav (mgr.14180) 641 : cluster [DBG] pgmap v458: 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 2024-01-21T11:41:55.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:56.468 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:56.667 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:56 smithi069 bash[14120]: audit 2024-01-21T11:41:54.745597+0000 mgr.smithi069.gsebav (mgr.14180) 642 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:56.667 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:56 smithi069 bash[14120]: cluster 2024-01-21T11:41:54.817874+0000 mgr.smithi069.gsebav (mgr.14180) 643 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:56 smithi118 bash[17975]: audit 2024-01-21T11:41:54.745597+0000 mgr.smithi069.gsebav (mgr.14180) 642 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:56 smithi118 bash[17975]: cluster 2024-01-21T11:41:54.817874+0000 mgr.smithi069.gsebav (mgr.14180) 643 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:58.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:58 smithi069 bash[14120]: cluster 2024-01-21T11:41:56.818922+0000 mgr.smithi069.gsebav (mgr.14180) 644 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:58 smithi118 bash[17975]: cluster 2024-01-21T11:41:56.818922+0000 mgr.smithi069.gsebav (mgr.14180) 644 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:59.505 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:41:59.506 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:50.138174Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wzyyhh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:41:59.735 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:58.790352+0000 mon.smithi069 (mon.0) 833 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.083753+0000 mon.smithi069 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.085342+0000 mon.smithi069 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.086856+0000 mon.smithi069 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.088273+0000 mon.smithi069 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.091472+0000 mon.smithi069 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.095008+0000 mon.smithi069 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.096728+0000 mon.smithi069 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.097671+0000 mon.smithi069 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.098611+0000 mon.smithi069 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.103995+0000 mon.smithi069 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.105563+0000 mon.smithi069 (mon.0) 844 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:41:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.106481+0000 mon.smithi069 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:41:59.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.114080+0000 mon.smithi069 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.120125+0000 mon.smithi069 (mon.0) 847 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:41:59.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:41:59 smithi069 bash[14120]: audit 2024-01-21T11:41:59.134151+0000 mon.smithi069 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:58.790352+0000 mon.smithi069 (mon.0) 833 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.083753+0000 mon.smithi069 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.085342+0000 mon.smithi069 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.086856+0000 mon.smithi069 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.088273+0000 mon.smithi069 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.091472+0000 mon.smithi069 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.095008+0000 mon.smithi069 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.096728+0000 mon.smithi069 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.097671+0000 mon.smithi069 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.098611+0000 mon.smithi069 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.103995+0000 mon.smithi069 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.105563+0000 mon.smithi069 (mon.0) 844 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:41:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.106481+0000 mon.smithi069 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:41:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.114080+0000 mon.smithi069 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:41:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.120125+0000 mon.smithi069 (mon.0) 847 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:41:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:41:59 smithi118 bash[17975]: audit 2024-01-21T11:41:59.134151+0000 mon.smithi069 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:42:00.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:00.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cluster 2024-01-21T11:41:58.820041+0000 mgr.smithi069.gsebav (mgr.14180) 645 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cephadm 2024-01-21T11:41:59.090296+0000 mgr.smithi069.gsebav (mgr.14180) 646 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 2748M 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cephadm 2024-01-21T11:41:59.099281+0000 mgr.smithi069.gsebav (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 1980M 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cluster 2024-01-21T11:41:59.114712+0000 mgr.smithi069.gsebav (mgr.14180) 648 : cluster [DBG] pgmap v462: 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 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cephadm 2024-01-21T11:41:59.138093+0000 mgr.smithi069.gsebav (mgr.14180) 649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.capbyg on smithi118 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cluster 2024-01-21T11:41:59.415324+0000 mon.smithi069 (mon.0) 849 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: cluster 2024-01-21T11:41:59.415398+0000 mon.smithi069 (mon.0) 850 : cluster [INF] Cluster is now healthy 2024-01-21T11:42:00.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:00 smithi069 bash[14120]: audit 2024-01-21T11:41:59.497233+0000 mgr.smithi069.gsebav (mgr.14180) 650 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cluster 2024-01-21T11:41:58.820041+0000 mgr.smithi069.gsebav (mgr.14180) 645 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cephadm 2024-01-21T11:41:59.090296+0000 mgr.smithi069.gsebav (mgr.14180) 646 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 2748M 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cephadm 2024-01-21T11:41:59.099281+0000 mgr.smithi069.gsebav (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 1980M 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cluster 2024-01-21T11:41:59.114712+0000 mgr.smithi069.gsebav (mgr.14180) 648 : cluster [DBG] pgmap v462: 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 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cephadm 2024-01-21T11:41:59.138093+0000 mgr.smithi069.gsebav (mgr.14180) 649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.capbyg on smithi118 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cluster 2024-01-21T11:41:59.415324+0000 mon.smithi069 (mon.0) 849 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: cluster 2024-01-21T11:41:59.415398+0000 mon.smithi069 (mon.0) 850 : cluster [INF] Cluster is now healthy 2024-01-21T11:42:00.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:00 smithi118 bash[17975]: audit 2024-01-21T11:41:59.497233+0000 mgr.smithi069.gsebav (mgr.14180) 650 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:01.314 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:02.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:02 smithi069 bash[14120]: cluster 2024-01-21T11:42:01.115517+0000 mgr.smithi069.gsebav (mgr.14180) 651 : cluster [DBG] pgmap v463: 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 2024-01-21T11:42:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:02 smithi118 bash[17975]: cluster 2024-01-21T11:42:01.115517+0000 mgr.smithi069.gsebav (mgr.14180) 651 : cluster [DBG] pgmap v463: 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 2024-01-21T11:42:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:03 smithi118 bash[17975]: audit 2024-01-21T11:42:03.044224+0000 mon.smithi069 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.capbyg"}]: dispatch 2024-01-21T11:42:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:03 smithi069 bash[14120]: audit 2024-01-21T11:42:03.044224+0000 mon.smithi069 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.capbyg"}]: dispatch 2024-01-21T11:42:04.520 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:04.520 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:54.658051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ixshgr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-ixshgr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.ixshgr\nDeploy daemon haproxy.nfs.foo.smithi118.ixshgr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.783105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.rczgdq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-rczgdq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.rczgdq\nDeploy daemon haproxy.nfs.foo.smithi069.rczgdq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:40:58.784882Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.scuavv on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: cephadm 2024-01-21T11:42:03.042957+0000 mgr.smithi069.gsebav (mgr.14180) 652 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.capbyg ... 2024-01-21T11:42:04.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.capbyg ... 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: cephadm 2024-01-21T11:42:03.043647+0000 mgr.smithi069.gsebav (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: cephadm 2024-01-21T11:42:03.045503+0000 mgr.smithi069.gsebav (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.738 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.capbyg ... 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: cephadm 2024-01-21T11:42:03.049947+0000 mgr.smithi069.gsebav (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.hxvqkd on smithi069 2024-01-21T11:42:04.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:04 smithi069 bash[14120]: cluster 2024-01-21T11:42:03.116597+0000 mgr.smithi069.gsebav (mgr.14180) 656 : cluster [DBG] pgmap v464: 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 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: cephadm 2024-01-21T11:42:03.042957+0000 mgr.smithi069.gsebav (mgr.14180) 652 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.capbyg ... 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.capbyg ... 2024-01-21T11:42:04.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: cephadm 2024-01-21T11:42:03.043647+0000 mgr.smithi069.gsebav (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: cephadm 2024-01-21T11:42:03.045503+0000 mgr.smithi069.gsebav (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.capbyg ... 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:04.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:04.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:04.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:04.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: cephadm 2024-01-21T11:42:03.049947+0000 mgr.smithi069.gsebav (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.hxvqkd on smithi069 2024-01-21T11:42:04.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:04 smithi118 bash[17975]: cluster 2024-01-21T11:42:03.116597+0000 mgr.smithi069.gsebav (mgr.14180) 656 : cluster [DBG] pgmap v464: 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 2024-01-21T11:42:05.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:06.291 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:06 smithi069 bash[14120]: audit 2024-01-21T11:42:04.512076+0000 mgr.smithi069.gsebav (mgr.14180) 657 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:06 smithi069 bash[14120]: cluster 2024-01-21T11:42:05.117421+0000 mgr.smithi069.gsebav (mgr.14180) 658 : cluster [DBG] pgmap v465: 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 2024-01-21T11:42:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:06 smithi118 bash[17975]: audit 2024-01-21T11:42:04.512076+0000 mgr.smithi069.gsebav (mgr.14180) 657 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:06 smithi118 bash[17975]: cluster 2024-01-21T11:42:05.117421+0000 mgr.smithi069.gsebav (mgr.14180) 658 : cluster [DBG] pgmap v465: 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 2024-01-21T11:42:07.538 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:07 smithi069 bash[14120]: audit 2024-01-21T11:42:07.304804+0000 mon.smithi069 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.hxvqkd"}]: dispatch 2024-01-21T11:42:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:07 smithi118 bash[17975]: audit 2024-01-21T11:42:07.304804+0000 mon.smithi069 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.hxvqkd"}]: dispatch 2024-01-21T11:42:08.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cluster 2024-01-21T11:42:07.118020+0000 mgr.smithi069.gsebav (mgr.14180) 659 : cluster [DBG] pgmap v466: 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 2024-01-21T11:42:08.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cephadm 2024-01-21T11:42:07.303754+0000 mgr.smithi069.gsebav (mgr.14180) 660 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.hxvqkd ... 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:08.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.hxvqkd ... 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cephadm 2024-01-21T11:42:07.304203+0000 mgr.smithi069.gsebav (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cephadm 2024-01-21T11:42:07.306392+0000 mgr.smithi069.gsebav (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.hxvqkd ... 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cephadm 2024-01-21T11:42:07.310452+0000 mgr.smithi069.gsebav (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cephadm 2024-01-21T11:42:07.312378+0000 mgr.smithi069.gsebav (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:08.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cluster 2024-01-21T11:42:07.313278+0000 mgr.smithi069.gsebav (mgr.14180) 665 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-01-21T11:42:08.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:08 smithi069 bash[14120]: cluster 2024-01-21T11:42:07.449381+0000 mon.smithi069 (mon.0) 853 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:42:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cluster 2024-01-21T11:42:07.118020+0000 mgr.smithi069.gsebav (mgr.14180) 659 : cluster [DBG] pgmap v466: 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 2024-01-21T11:42:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cephadm 2024-01-21T11:42:07.303754+0000 mgr.smithi069.gsebav (mgr.14180) 660 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.hxvqkd ... 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:08.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.hxvqkd ... 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cephadm 2024-01-21T11:42:07.304203+0000 mgr.smithi069.gsebav (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cephadm 2024-01-21T11:42:07.306392+0000 mgr.smithi069.gsebav (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd 2024-01-21T11:42:08.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.hxvqkd ... 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cephadm 2024-01-21T11:42:07.310452+0000 mgr.smithi069.gsebav (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cephadm 2024-01-21T11:42:07.312378+0000 mgr.smithi069.gsebav (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cluster 2024-01-21T11:42:07.313278+0000 mgr.smithi069.gsebav (mgr.14180) 665 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-01-21T11:42:08.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:08 smithi118 bash[17975]: cluster 2024-01-21T11:42:07.449381+0000 mon.smithi069 (mon.0) 853 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:42:09.548 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:09.549 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:10.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:10.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:10 smithi069 bash[14120]: cluster 2024-01-21T11:42:09.314078+0000 mgr.smithi069.gsebav (mgr.14180) 666 : cluster [DBG] pgmap v468: 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 2024-01-21T11:42:10.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:10 smithi118 bash[17975]: cluster 2024-01-21T11:42:09.314078+0000 mgr.smithi069.gsebav (mgr.14180) 666 : cluster [DBG] pgmap v468: 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 2024-01-21T11:42:11.319 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:11.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:11 smithi069 bash[14120]: audit 2024-01-21T11:42:09.538272+0000 mgr.smithi069.gsebav (mgr.14180) 667 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:11 smithi118 bash[17975]: audit 2024-01-21T11:42:09.538272+0000 mgr.smithi069.gsebav (mgr.14180) 667 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:12 smithi069 bash[14120]: cluster 2024-01-21T11:42:11.315309+0000 mgr.smithi069.gsebav (mgr.14180) 668 : cluster [DBG] pgmap v469: 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 2024-01-21T11:42:12.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:12 smithi069 bash[14120]: audit 2024-01-21T11:42:11.861221+0000 mon.smithi069 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:42:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:12 smithi118 bash[17975]: cluster 2024-01-21T11:42:11.315309+0000 mgr.smithi069.gsebav (mgr.14180) 668 : cluster [DBG] pgmap v469: 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 2024-01-21T11:42:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:12 smithi118 bash[17975]: audit 2024-01-21T11:42:11.861221+0000 mon.smithi069 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:42:14.392 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:14.392 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:14 smithi118 bash[17975]: cluster 2024-01-21T11:42:13.316629+0000 mgr.smithi069.gsebav (mgr.14180) 669 : cluster [DBG] pgmap v470: 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 2024-01-21T11:42:14.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:14 smithi069 bash[14120]: cluster 2024-01-21T11:42:13.316629+0000 mgr.smithi069.gsebav (mgr.14180) 669 : cluster [DBG] pgmap v470: 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 2024-01-21T11:42:15.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:15.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:15 smithi118 bash[17975]: audit 2024-01-21T11:42:14.380392+0000 mgr.smithi069.gsebav (mgr.14180) 670 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:15 smithi069 bash[14120]: audit 2024-01-21T11:42:14.380392+0000 mgr.smithi069.gsebav (mgr.14180) 670 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:16.074 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:16.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:16 smithi069 bash[14120]: cluster 2024-01-21T11:42:15.317626+0000 mgr.smithi069.gsebav (mgr.14180) 671 : cluster [DBG] pgmap v471: 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 2024-01-21T11:42:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:16 smithi118 bash[17975]: cluster 2024-01-21T11:42:15.317626+0000 mgr.smithi069.gsebav (mgr.14180) 671 : cluster [DBG] pgmap v471: 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 2024-01-21T11:42:18.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:18 smithi118 bash[17975]: cluster 2024-01-21T11:42:17.318693+0000 mgr.smithi069.gsebav (mgr.14180) 672 : cluster [DBG] pgmap v472: 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 2024-01-21T11:42:18.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:18 smithi069 bash[14120]: cluster 2024-01-21T11:42:17.318693+0000 mgr.smithi069.gsebav (mgr.14180) 672 : cluster [DBG] pgmap v472: 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 2024-01-21T11:42:19.225 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:19.225 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:19 smithi118 bash[17975]: audit 2024-01-21T11:42:19.214063+0000 mgr.smithi069.gsebav (mgr.14180) 673 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:19 smithi118 bash[17975]: cluster 2024-01-21T11:42:19.319600+0000 mgr.smithi069.gsebav (mgr.14180) 674 : 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 2024-01-21T11:42:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:19 smithi069 bash[14120]: audit 2024-01-21T11:42:19.214063+0000 mgr.smithi069.gsebav (mgr.14180) 673 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:19 smithi069 bash[14120]: cluster 2024-01-21T11:42:19.319600+0000 mgr.smithi069.gsebav (mgr.14180) 674 : 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 2024-01-21T11:42:20.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:21.020 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:22.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:22 smithi118 bash[17975]: cluster 2024-01-21T11:42:21.320744+0000 mgr.smithi069.gsebav (mgr.14180) 675 : 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 2024-01-21T11:42:22.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:22 smithi069 bash[14120]: cluster 2024-01-21T11:42:21.320744+0000 mgr.smithi069.gsebav (mgr.14180) 675 : 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 2024-01-21T11:42:24.094 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:24.094 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:24.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:24 smithi069 bash[14120]: cluster 2024-01-21T11:42:23.322137+0000 mgr.smithi069.gsebav (mgr.14180) 676 : cluster [DBG] pgmap v475: 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 2024-01-21T11:42:24.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:24 smithi118 bash[17975]: cluster 2024-01-21T11:42:23.322137+0000 mgr.smithi069.gsebav (mgr.14180) 676 : cluster [DBG] pgmap v475: 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 2024-01-21T11:42:25.772 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:25.784 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:25 smithi069 bash[14120]: audit 2024-01-21T11:42:24.084692+0000 mgr.smithi069.gsebav (mgr.14180) 677 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:25 smithi118 bash[17975]: audit 2024-01-21T11:42:24.084692+0000 mgr.smithi069.gsebav (mgr.14180) 677 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:26.757 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:26 smithi069 bash[14120]: cluster 2024-01-21T11:42:25.323272+0000 mgr.smithi069.gsebav (mgr.14180) 678 : 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 2024-01-21T11:42:26.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:26 smithi118 bash[17975]: cluster 2024-01-21T11:42:25.323272+0000 mgr.smithi069.gsebav (mgr.14180) 678 : 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 2024-01-21T11:42:28.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:28 smithi118 bash[17975]: cluster 2024-01-21T11:42:27.324635+0000 mgr.smithi069.gsebav (mgr.14180) 679 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:28.844 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:28.844 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:28 smithi069 bash[14120]: cluster 2024-01-21T11:42:27.324635+0000 mgr.smithi069.gsebav (mgr.14180) 679 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:29.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:30.637 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:30 smithi118 bash[17975]: audit 2024-01-21T11:42:28.835096+0000 mgr.smithi069.gsebav (mgr.14180) 680 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:30 smithi118 bash[17975]: cluster 2024-01-21T11:42:29.325961+0000 mgr.smithi069.gsebav (mgr.14180) 681 : 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 2024-01-21T11:42:30.836 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:30 smithi069 bash[14120]: audit 2024-01-21T11:42:28.835096+0000 mgr.smithi069.gsebav (mgr.14180) 680 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:30.836 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:30 smithi069 bash[14120]: cluster 2024-01-21T11:42:29.325961+0000 mgr.smithi069.gsebav (mgr.14180) 681 : 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 2024-01-21T11:42:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:32 smithi118 bash[17975]: cluster 2024-01-21T11:42:31.326697+0000 mgr.smithi069.gsebav (mgr.14180) 682 : 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 2024-01-21T11:42:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:32 smithi069 bash[14120]: cluster 2024-01-21T11:42:31.326697+0000 mgr.smithi069.gsebav (mgr.14180) 682 : 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 2024-01-21T11:42:33.867 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:33.868 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:34.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:34 smithi118 bash[17975]: cluster 2024-01-21T11:42:33.327984+0000 mgr.smithi069.gsebav (mgr.14180) 683 : cluster [DBG] pgmap v480: 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 2024-01-21T11:42:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:34 smithi069 bash[14120]: cluster 2024-01-21T11:42:33.327984+0000 mgr.smithi069.gsebav (mgr.14180) 683 : cluster [DBG] pgmap v480: 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 2024-01-21T11:42:35.579 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:35.781 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:35 smithi069 bash[14120]: audit 2024-01-21T11:42:33.855496+0000 mgr.smithi069.gsebav (mgr.14180) 684 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:35 smithi118 bash[17975]: audit 2024-01-21T11:42:33.855496+0000 mgr.smithi069.gsebav (mgr.14180) 684 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:36.756 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:36 smithi069 bash[14120]: cluster 2024-01-21T11:42:35.328951+0000 mgr.smithi069.gsebav (mgr.14180) 685 : 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 2024-01-21T11:42:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:36 smithi118 bash[17975]: cluster 2024-01-21T11:42:35.328951+0000 mgr.smithi069.gsebav (mgr.14180) 685 : 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 2024-01-21T11:42:38.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:38 smithi069 bash[14120]: cluster 2024-01-21T11:42:37.330096+0000 mgr.smithi069.gsebav (mgr.14180) 686 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:38.598 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:38.598 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:38 smithi118 bash[17975]: cluster 2024-01-21T11:42:37.330096+0000 mgr.smithi069.gsebav (mgr.14180) 686 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:39.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:40.404 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:40 smithi118 bash[17975]: audit 2024-01-21T11:42:38.593161+0000 mgr.smithi069.gsebav (mgr.14180) 687 : audit [DBG] from='client.24701 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:40 smithi118 bash[17975]: cluster 2024-01-21T11:42:39.331398+0000 mgr.smithi069.gsebav (mgr.14180) 688 : 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 2024-01-21T11:42:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:40 smithi069 bash[14120]: audit 2024-01-21T11:42:38.593161+0000 mgr.smithi069.gsebav (mgr.14180) 687 : audit [DBG] from='client.24701 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:40 smithi069 bash[14120]: cluster 2024-01-21T11:42:39.331398+0000 mgr.smithi069.gsebav (mgr.14180) 688 : 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 2024-01-21T11:42:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:42 smithi118 bash[17975]: cluster 2024-01-21T11:42:41.332521+0000 mgr.smithi069.gsebav (mgr.14180) 689 : 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 2024-01-21T11:42:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:42 smithi069 bash[14120]: cluster 2024-01-21T11:42:41.332521+0000 mgr.smithi069.gsebav (mgr.14180) 689 : 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 2024-01-21T11:42:43.323 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:43.323 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:44.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:44 smithi118 bash[17975]: audit 2024-01-21T11:42:43.317986+0000 mgr.smithi069.gsebav (mgr.14180) 690 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:44.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:44 smithi118 bash[17975]: cluster 2024-01-21T11:42:43.333526+0000 mgr.smithi069.gsebav (mgr.14180) 691 : cluster [DBG] pgmap v485: 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 2024-01-21T11:42:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:44 smithi069 bash[14120]: audit 2024-01-21T11:42:43.317986+0000 mgr.smithi069.gsebav (mgr.14180) 690 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:44 smithi069 bash[14120]: cluster 2024-01-21T11:42:43.333526+0000 mgr.smithi069.gsebav (mgr.14180) 691 : cluster [DBG] pgmap v485: 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 2024-01-21T11:42:45.095 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:46 smithi118 bash[17975]: cluster 2024-01-21T11:42:45.334491+0000 mgr.smithi069.gsebav (mgr.14180) 692 : 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 2024-01-21T11:42:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:46 smithi069 bash[14120]: cluster 2024-01-21T11:42:45.334491+0000 mgr.smithi069.gsebav (mgr.14180) 692 : 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 2024-01-21T11:42:48.329 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:48.329 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:48 smithi118 bash[17975]: cluster 2024-01-21T11:42:47.335537+0000 mgr.smithi069.gsebav (mgr.14180) 693 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:48.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:48 smithi069 bash[14120]: cluster 2024-01-21T11:42:47.335537+0000 mgr.smithi069.gsebav (mgr.14180) 693 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:49.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:49 smithi118 bash[17975]: audit 2024-01-21T11:42:48.317877+0000 mgr.smithi069.gsebav (mgr.14180) 694 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:49 smithi069 bash[14120]: audit 2024-01-21T11:42:48.317877+0000 mgr.smithi069.gsebav (mgr.14180) 694 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:50.103 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:50.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:50 smithi069 bash[14120]: cluster 2024-01-21T11:42:49.336809+0000 mgr.smithi069.gsebav (mgr.14180) 695 : 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 2024-01-21T11:42:50.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:50 smithi118 bash[17975]: cluster 2024-01-21T11:42:49.336809+0000 mgr.smithi069.gsebav (mgr.14180) 695 : 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 2024-01-21T11:42:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:52 smithi118 bash[17975]: cluster 2024-01-21T11:42:51.337491+0000 mgr.smithi069.gsebav (mgr.14180) 696 : 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 2024-01-21T11:42:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:52 smithi069 bash[14120]: cluster 2024-01-21T11:42:51.337491+0000 mgr.smithi069.gsebav (mgr.14180) 696 : 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 2024-01-21T11:42:53.015 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:53.015 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:53.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:54.761 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:54.775 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:54 smithi069 bash[14120]: audit 2024-01-21T11:42:53.004776+0000 mgr.smithi069.gsebav (mgr.14180) 697 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:54.775 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:54 smithi069 bash[14120]: cluster 2024-01-21T11:42:53.338742+0000 mgr.smithi069.gsebav (mgr.14180) 698 : cluster [DBG] pgmap v490: 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 2024-01-21T11:42:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:54 smithi118 bash[17975]: audit 2024-01-21T11:42:53.004776+0000 mgr.smithi069.gsebav (mgr.14180) 697 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:54 smithi118 bash[17975]: cluster 2024-01-21T11:42:53.338742+0000 mgr.smithi069.gsebav (mgr.14180) 698 : cluster [DBG] pgmap v490: 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 2024-01-21T11:42:56.744 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:56 smithi069 bash[14120]: cluster 2024-01-21T11:42:55.339398+0000 mgr.smithi069.gsebav (mgr.14180) 699 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:56 smithi118 bash[17975]: cluster 2024-01-21T11:42:55.339398+0000 mgr.smithi069.gsebav (mgr.14180) 699 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:57.959 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:42:57.960 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:42:58.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:58 smithi118 bash[17975]: cluster 2024-01-21T11:42:57.340595+0000 mgr.smithi069.gsebav (mgr.14180) 700 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:58.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:58 smithi069 bash[14120]: cluster 2024-01-21T11:42:57.340595+0000 mgr.smithi069.gsebav (mgr.14180) 700 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:42:59.705 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:42:59 smithi118 bash[17975]: audit 2024-01-21T11:42:57.955249+0000 mgr.smithi069.gsebav (mgr.14180) 701 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:42:59 smithi069 bash[14120]: audit 2024-01-21T11:42:57.955249+0000 mgr.smithi069.gsebav (mgr.14180) 701 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:00 smithi118 bash[17975]: cluster 2024-01-21T11:42:59.341968+0000 mgr.smithi069.gsebav (mgr.14180) 702 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:00.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:00 smithi069 bash[14120]: cluster 2024-01-21T11:42:59.341968+0000 mgr.smithi069.gsebav (mgr.14180) 702 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:02.783 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:02.783 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:02 smithi118 bash[17975]: cluster 2024-01-21T11:43:01.343224+0000 mgr.smithi069.gsebav (mgr.14180) 703 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:02.833 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:02 smithi069 bash[14120]: cluster 2024-01-21T11:43:01.343224+0000 mgr.smithi069.gsebav (mgr.14180) 703 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:03.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:04.486 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:04.687 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:04 smithi069 bash[14120]: audit 2024-01-21T11:43:02.772012+0000 mgr.smithi069.gsebav (mgr.14180) 704 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:04.687 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:04 smithi069 bash[14120]: cluster 2024-01-21T11:43:03.344011+0000 mgr.smithi069.gsebav (mgr.14180) 705 : cluster [DBG] pgmap v495: 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 2024-01-21T11:43:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:04 smithi118 bash[17975]: audit 2024-01-21T11:43:02.772012+0000 mgr.smithi069.gsebav (mgr.14180) 704 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:04.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:04 smithi118 bash[17975]: cluster 2024-01-21T11:43:03.344011+0000 mgr.smithi069.gsebav (mgr.14180) 705 : cluster [DBG] pgmap v495: 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 2024-01-21T11:43:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:06 smithi118 bash[17975]: cluster 2024-01-21T11:43:05.344989+0000 mgr.smithi069.gsebav (mgr.14180) 706 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:06 smithi069 bash[14120]: cluster 2024-01-21T11:43:05.344989+0000 mgr.smithi069.gsebav (mgr.14180) 706 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:07 smithi069 bash[14120]: audit 2024-01-21T11:43:07.317264+0000 mon.smithi069 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:07.755 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:07.755 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:58.786322Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nsrpmx on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:07 smithi118 bash[17975]: audit 2024-01-21T11:43:07.317264+0000 mon.smithi069 (mon.0) 855 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:08.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:08 smithi118 bash[17975]: cluster 2024-01-21T11:43:07.345865+0000 mgr.smithi069.gsebav (mgr.14180) 707 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:08 smithi118 bash[17975]: audit 2024-01-21T11:43:07.623201+0000 mon.smithi069 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:43:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:08 smithi118 bash[17975]: audit 2024-01-21T11:43:07.624753+0000 mon.smithi069 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:43:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:08 smithi118 bash[17975]: audit 2024-01-21T11:43:07.632331+0000 mon.smithi069 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:08 smithi118 bash[17975]: audit 2024-01-21T11:43:07.640400+0000 mon.smithi069 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:43:08.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:08 smithi118 bash[17975]: audit 2024-01-21T11:43:07.654672+0000 mon.smithi069 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:08 smithi069 bash[14120]: cluster 2024-01-21T11:43:07.345865+0000 mgr.smithi069.gsebav (mgr.14180) 707 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:08 smithi069 bash[14120]: audit 2024-01-21T11:43:07.623201+0000 mon.smithi069 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:43:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:08 smithi069 bash[14120]: audit 2024-01-21T11:43:07.624753+0000 mon.smithi069 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:43:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:08 smithi069 bash[14120]: audit 2024-01-21T11:43:07.632331+0000 mon.smithi069 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:08 smithi069 bash[14120]: audit 2024-01-21T11:43:07.640400+0000 mon.smithi069 (mon.0) 859 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:43:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:08 smithi069 bash[14120]: audit 2024-01-21T11:43:07.654672+0000 mon.smithi069 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:09.462 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:09.659 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:09 smithi069 bash[14120]: cluster 2024-01-21T11:43:07.633346+0000 mgr.smithi069.gsebav (mgr.14180) 708 : cluster [DBG] pgmap v498: 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 2024-01-21T11:43:09.659 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:09 smithi069 bash[14120]: cephadm 2024-01-21T11:43:07.657989+0000 mgr.smithi069.gsebav (mgr.14180) 709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.mjwqpn on smithi118 2024-01-21T11:43:09.659 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:09 smithi069 bash[14120]: audit 2024-01-21T11:43:07.745382+0000 mgr.smithi069.gsebav (mgr.14180) 710 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:09.659 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:09 smithi069 bash[14120]: cluster 2024-01-21T11:43:08.628995+0000 mon.smithi069 (mon.0) 861 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:43:09.660 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:09 smithi069 bash[14120]: cluster 2024-01-21T11:43:08.629045+0000 mon.smithi069 (mon.0) 862 : cluster [INF] Cluster is now healthy 2024-01-21T11:43:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:09 smithi118 bash[17975]: cluster 2024-01-21T11:43:07.633346+0000 mgr.smithi069.gsebav (mgr.14180) 708 : cluster [DBG] pgmap v498: 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 2024-01-21T11:43:09.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:09 smithi118 bash[17975]: cephadm 2024-01-21T11:43:07.657989+0000 mgr.smithi069.gsebav (mgr.14180) 709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.mjwqpn on smithi118 2024-01-21T11:43:09.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:09 smithi118 bash[17975]: audit 2024-01-21T11:43:07.745382+0000 mgr.smithi069.gsebav (mgr.14180) 710 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:09.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:09 smithi118 bash[17975]: cluster 2024-01-21T11:43:08.628995+0000 mon.smithi069 (mon.0) 861 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:43:09.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:09 smithi118 bash[17975]: cluster 2024-01-21T11:43:08.629045+0000 mon.smithi069 (mon.0) 862 : cluster [INF] Cluster is now healthy 2024-01-21T11:43:11.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:11 smithi118 bash[17975]: cluster 2024-01-21T11:43:09.634208+0000 mgr.smithi069.gsebav (mgr.14180) 711 : cluster [DBG] pgmap v499: 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 2024-01-21T11:43:11.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:11 smithi118 bash[17975]: audit 2024-01-21T11:43:10.147216+0000 mon.smithi069 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:11.542 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:11 smithi069 bash[14120]: cluster 2024-01-21T11:43:09.634208+0000 mgr.smithi069.gsebav (mgr.14180) 711 : cluster [DBG] pgmap v499: 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 2024-01-21T11:43:11.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:11 smithi069 bash[14120]: audit 2024-01-21T11:43:10.147216+0000 mon.smithi069 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:12.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:12 smithi118 bash[17975]: audit 2024-01-21T11:43:11.544220+0000 mon.smithi069 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.mjwqpn"}]: dispatch 2024-01-21T11:43:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:12 smithi069 bash[14120]: audit 2024-01-21T11:43:11.544220+0000 mon.smithi069 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.mjwqpn"}]: dispatch 2024-01-21T11:43:12.701 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:12.701 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:03.045276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.capbyg on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-capbyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.capbyg\nDeploy daemon haproxy.nfs.foo.smithi118.capbyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.306115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hxvqkd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hxvqkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hxvqkd\nDeploy daemon haproxy.nfs.foo.smithi069.hxvqkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:07.310273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.zqdale on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:13.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: cephadm 2024-01-21T11:43:11.543172+0000 mgr.smithi069.gsebav (mgr.14180) 712 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:13.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.mjwqpn ... 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:43:13.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.mjwqpn ... 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: cephadm 2024-01-21T11:43:11.543711+0000 mgr.smithi069.gsebav (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: cephadm 2024-01-21T11:43:11.545418+0000 mgr.smithi069.gsebav (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:13.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.mjwqpn ... 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: cephadm 2024-01-21T11:43:11.547512+0000 mgr.smithi069.gsebav (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.iwzoxy on smithi069 2024-01-21T11:43:13.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:13 smithi069 bash[14120]: cluster 2024-01-21T11:43:11.634879+0000 mgr.smithi069.gsebav (mgr.14180) 716 : cluster [DBG] pgmap v500: 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 2024-01-21T11:43:13.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: cephadm 2024-01-21T11:43:11.543172+0000 mgr.smithi069.gsebav (mgr.14180) 712 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.mjwqpn ... 2024-01-21T11:43:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.mjwqpn ... 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: cephadm 2024-01-21T11:43:11.543711+0000 mgr.smithi069.gsebav (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: cephadm 2024-01-21T11:43:11.545418+0000 mgr.smithi069.gsebav (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn 2024-01-21T11:43:13.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.mjwqpn ... 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: cephadm 2024-01-21T11:43:11.547512+0000 mgr.smithi069.gsebav (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.iwzoxy on smithi069 2024-01-21T11:43:13.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:13 smithi118 bash[17975]: cluster 2024-01-21T11:43:11.634879+0000 mgr.smithi069.gsebav (mgr.14180) 716 : cluster [DBG] pgmap v500: 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 2024-01-21T11:43:14.469 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:14.668 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:14 smithi069 bash[14120]: audit 2024-01-21T11:43:12.692625+0000 mgr.smithi069.gsebav (mgr.14180) 717 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:14 smithi118 bash[17975]: audit 2024-01-21T11:43:12.692625+0000 mgr.smithi069.gsebav (mgr.14180) 717 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:15.653 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:15 smithi069 bash[14120]: cluster 2024-01-21T11:43:13.636027+0000 mgr.smithi069.gsebav (mgr.14180) 718 : cluster [DBG] pgmap v501: 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 2024-01-21T11:43:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:15 smithi118 bash[17975]: cluster 2024-01-21T11:43:13.636027+0000 mgr.smithi069.gsebav (mgr.14180) 718 : cluster [DBG] pgmap v501: 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 2024-01-21T11:43:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:16 smithi118 bash[17975]: audit 2024-01-21T11:43:15.563092+0000 mon.smithi069 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.iwzoxy"}]: dispatch 2024-01-21T11:43:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:16 smithi069 bash[14120]: audit 2024-01-21T11:43:15.563092+0000 mon.smithi069 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.iwzoxy"}]: dispatch 2024-01-21T11:43:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cephadm 2024-01-21T11:43:15.562102+0000 mgr.smithi069.gsebav (mgr.14180) 719 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.iwzoxy ... 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:43:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.iwzoxy ... 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:17.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cephadm 2024-01-21T11:43:15.562569+0000 mgr.smithi069.gsebav (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cephadm 2024-01-21T11:43:15.564195+0000 mgr.smithi069.gsebav (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.iwzoxy ... 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:17.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.750 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cephadm 2024-01-21T11:43:15.567282+0000 mgr.smithi069.gsebav (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:17.750 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cephadm 2024-01-21T11:43:15.570466+0000 mgr.smithi069.gsebav (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:17.750 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cluster 2024-01-21T11:43:15.571465+0000 mgr.smithi069.gsebav (mgr.14180) 724 : cluster [DBG] pgmap v502: 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 2024-01-21T11:43:17.750 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: cluster 2024-01-21T11:43:16.403419+0000 mon.smithi069 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:43:17.750 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:17 smithi069 bash[14120]: audit 2024-01-21T11:43:16.905923+0000 mon.smithi069 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:17.780 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:17.780 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cephadm 2024-01-21T11:43:15.562102+0000 mgr.smithi069.gsebav (mgr.14180) 719 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.iwzoxy ... 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.iwzoxy ... 2024-01-21T11:43:17.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cephadm 2024-01-21T11:43:15.562569+0000 mgr.smithi069.gsebav (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cephadm 2024-01-21T11:43:15.564195+0000 mgr.smithi069.gsebav (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.iwzoxy ... 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cephadm 2024-01-21T11:43:15.567282+0000 mgr.smithi069.gsebav (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cephadm 2024-01-21T11:43:15.570466+0000 mgr.smithi069.gsebav (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cluster 2024-01-21T11:43:15.571465+0000 mgr.smithi069.gsebav (mgr.14180) 724 : cluster [DBG] pgmap v502: 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 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: cluster 2024-01-21T11:43:16.403419+0000 mon.smithi069 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:43:17.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:17 smithi118 bash[17975]: audit 2024-01-21T11:43:16.905923+0000 mon.smithi069 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:18.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:19.522 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:19.721 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:19 smithi069 bash[14120]: cluster 2024-01-21T11:43:17.572494+0000 mgr.smithi069.gsebav (mgr.14180) 725 : cluster [DBG] pgmap v503: 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 2024-01-21T11:43:19.721 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:19 smithi069 bash[14120]: audit 2024-01-21T11:43:17.773349+0000 mgr.smithi069.gsebav (mgr.14180) 726 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:19 smithi118 bash[17975]: cluster 2024-01-21T11:43:17.572494+0000 mgr.smithi069.gsebav (mgr.14180) 725 : cluster [DBG] pgmap v503: 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 2024-01-21T11:43:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:19 smithi118 bash[17975]: audit 2024-01-21T11:43:17.773349+0000 mgr.smithi069.gsebav (mgr.14180) 726 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:21 smithi069 bash[14120]: cluster 2024-01-21T11:43:19.573529+0000 mgr.smithi069.gsebav (mgr.14180) 727 : cluster [DBG] pgmap v504: 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 2024-01-21T11:43:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:21 smithi118 bash[17975]: cluster 2024-01-21T11:43:19.573529+0000 mgr.smithi069.gsebav (mgr.14180) 727 : cluster [DBG] pgmap v504: 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 2024-01-21T11:43:22.480 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:22.480 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:23.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:23 smithi069 bash[14120]: cluster 2024-01-21T11:43:21.574445+0000 mgr.smithi069.gsebav (mgr.14180) 728 : cluster [DBG] pgmap v505: 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 2024-01-21T11:43:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:23 smithi069 bash[14120]: audit 2024-01-21T11:43:22.470077+0000 mgr.smithi069.gsebav (mgr.14180) 729 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:23 smithi118 bash[17975]: cluster 2024-01-21T11:43:21.574445+0000 mgr.smithi069.gsebav (mgr.14180) 728 : cluster [DBG] pgmap v505: 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 2024-01-21T11:43:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:23 smithi118 bash[17975]: audit 2024-01-21T11:43:22.470077+0000 mgr.smithi069.gsebav (mgr.14180) 729 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:24.209 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:25 smithi069 bash[14120]: cluster 2024-01-21T11:43:23.575737+0000 mgr.smithi069.gsebav (mgr.14180) 730 : cluster [DBG] pgmap v506: 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 2024-01-21T11:43:25.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:25 smithi069 bash[14120]: audit 2024-01-21T11:43:25.147480+0000 mon.smithi069 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:25 smithi118 bash[17975]: cluster 2024-01-21T11:43:23.575737+0000 mgr.smithi069.gsebav (mgr.14180) 730 : cluster [DBG] pgmap v506: 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 2024-01-21T11:43:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:25 smithi118 bash[17975]: audit 2024-01-21T11:43:25.147480+0000 mon.smithi069 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:43:27.374 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:27.374 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:27.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:27 smithi069 bash[14120]: cluster 2024-01-21T11:43:25.576369+0000 mgr.smithi069.gsebav (mgr.14180) 731 : cluster [DBG] pgmap v507: 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 2024-01-21T11:43:27.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:27 smithi118 bash[17975]: cluster 2024-01-21T11:43:25.576369+0000 mgr.smithi069.gsebav (mgr.14180) 731 : cluster [DBG] pgmap v507: 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 2024-01-21T11:43:28.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:28.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:28 smithi118 bash[17975]: audit 2024-01-21T11:43:27.365145+0000 mgr.smithi069.gsebav (mgr.14180) 732 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:28 smithi069 bash[14120]: audit 2024-01-21T11:43:27.365145+0000 mgr.smithi069.gsebav (mgr.14180) 732 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:29.109 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:29 smithi069 bash[14120]: cluster 2024-01-21T11:43:27.577626+0000 mgr.smithi069.gsebav (mgr.14180) 733 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:29 smithi118 bash[17975]: cluster 2024-01-21T11:43:27.577626+0000 mgr.smithi069.gsebav (mgr.14180) 733 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:31 smithi118 bash[17975]: cluster 2024-01-21T11:43:29.578667+0000 mgr.smithi069.gsebav (mgr.14180) 734 : 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 2024-01-21T11:43:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:31 smithi069 bash[14120]: cluster 2024-01-21T11:43:29.578667+0000 mgr.smithi069.gsebav (mgr.14180) 734 : 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 2024-01-21T11:43:32.255 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:32.255 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:33.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:33 smithi118 bash[17975]: cluster 2024-01-21T11:43:31.579749+0000 mgr.smithi069.gsebav (mgr.14180) 735 : 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 2024-01-21T11:43:33.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:33 smithi118 bash[17975]: audit 2024-01-21T11:43:32.247024+0000 mgr.smithi069.gsebav (mgr.14180) 736 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:33 smithi069 bash[14120]: cluster 2024-01-21T11:43:31.579749+0000 mgr.smithi069.gsebav (mgr.14180) 735 : 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 2024-01-21T11:43:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:33 smithi069 bash[14120]: audit 2024-01-21T11:43:32.247024+0000 mgr.smithi069.gsebav (mgr.14180) 736 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:34.018 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:35 smithi069 bash[14120]: cluster 2024-01-21T11:43:33.581063+0000 mgr.smithi069.gsebav (mgr.14180) 737 : cluster [DBG] pgmap v511: 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 2024-01-21T11:43:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:35 smithi118 bash[17975]: cluster 2024-01-21T11:43:33.581063+0000 mgr.smithi069.gsebav (mgr.14180) 737 : cluster [DBG] pgmap v511: 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 2024-01-21T11:43:36.991 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:36.991 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:37.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:37 smithi069 bash[14120]: cluster 2024-01-21T11:43:35.582075+0000 mgr.smithi069.gsebav (mgr.14180) 738 : 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 2024-01-21T11:43:37.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:37 smithi118 bash[17975]: cluster 2024-01-21T11:43:35.582075+0000 mgr.smithi069.gsebav (mgr.14180) 738 : 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 2024-01-21T11:43:38.772 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:38.787 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:38 smithi069 bash[14120]: audit 2024-01-21T11:43:36.982472+0000 mgr.smithi069.gsebav (mgr.14180) 739 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:38 smithi118 bash[17975]: audit 2024-01-21T11:43:36.982472+0000 mgr.smithi069.gsebav (mgr.14180) 739 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:39 smithi069 bash[14120]: cluster 2024-01-21T11:43:37.583429+0000 mgr.smithi069.gsebav (mgr.14180) 740 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:39 smithi118 bash[17975]: cluster 2024-01-21T11:43:37.583429+0000 mgr.smithi069.gsebav (mgr.14180) 740 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:41 smithi118 bash[17975]: cluster 2024-01-21T11:43:39.584491+0000 mgr.smithi069.gsebav (mgr.14180) 741 : 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 2024-01-21T11:43:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:41 smithi069 bash[14120]: cluster 2024-01-21T11:43:39.584491+0000 mgr.smithi069.gsebav (mgr.14180) 741 : 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 2024-01-21T11:43:41.858 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:41.858 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:42.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:43.596 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:43.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:43 smithi069 bash[14120]: cluster 2024-01-21T11:43:41.585596+0000 mgr.smithi069.gsebav (mgr.14180) 742 : 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 2024-01-21T11:43:43.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:43 smithi069 bash[14120]: audit 2024-01-21T11:43:41.850803+0000 mgr.smithi069.gsebav (mgr.14180) 743 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:43 smithi118 bash[17975]: cluster 2024-01-21T11:43:41.585596+0000 mgr.smithi069.gsebav (mgr.14180) 742 : 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 2024-01-21T11:43:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:43 smithi118 bash[17975]: audit 2024-01-21T11:43:41.850803+0000 mgr.smithi069.gsebav (mgr.14180) 743 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:45 smithi118 bash[17975]: cluster 2024-01-21T11:43:43.586887+0000 mgr.smithi069.gsebav (mgr.14180) 744 : cluster [DBG] pgmap v516: 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 2024-01-21T11:43:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:45 smithi069 bash[14120]: cluster 2024-01-21T11:43:43.586887+0000 mgr.smithi069.gsebav (mgr.14180) 744 : cluster [DBG] pgmap v516: 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 2024-01-21T11:43:46.599 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:46.599 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:47.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:47 smithi069 bash[14120]: cluster 2024-01-21T11:43:45.587925+0000 mgr.smithi069.gsebav (mgr.14180) 745 : 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 2024-01-21T11:43:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:47 smithi118 bash[17975]: cluster 2024-01-21T11:43:45.587925+0000 mgr.smithi069.gsebav (mgr.14180) 745 : 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 2024-01-21T11:43:48.326 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:48.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:48 smithi069 bash[14120]: audit 2024-01-21T11:43:46.589826+0000 mgr.smithi069.gsebav (mgr.14180) 746 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:48 smithi118 bash[17975]: audit 2024-01-21T11:43:46.589826+0000 mgr.smithi069.gsebav (mgr.14180) 746 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:49 smithi069 bash[14120]: cluster 2024-01-21T11:43:47.589137+0000 mgr.smithi069.gsebav (mgr.14180) 747 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:49 smithi118 bash[17975]: cluster 2024-01-21T11:43:47.589137+0000 mgr.smithi069.gsebav (mgr.14180) 747 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:51.313 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:51.313 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:51 smithi069 bash[14120]: cluster 2024-01-21T11:43:49.590145+0000 mgr.smithi069.gsebav (mgr.14180) 748 : 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 2024-01-21T11:43:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:51 smithi118 bash[17975]: cluster 2024-01-21T11:43:49.590145+0000 mgr.smithi069.gsebav (mgr.14180) 748 : 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 2024-01-21T11:43:52.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:52 smithi118 bash[17975]: audit 2024-01-21T11:43:51.308250+0000 mgr.smithi069.gsebav (mgr.14180) 749 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:52.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:52 smithi118 bash[17975]: cluster 2024-01-21T11:43:51.590926+0000 mgr.smithi069.gsebav (mgr.14180) 750 : 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 2024-01-21T11:43:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:52 smithi069 bash[14120]: audit 2024-01-21T11:43:51.308250+0000 mgr.smithi069.gsebav (mgr.14180) 749 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:52 smithi069 bash[14120]: cluster 2024-01-21T11:43:51.590926+0000 mgr.smithi069.gsebav (mgr.14180) 750 : 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 2024-01-21T11:43:53.046 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:55.681 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:55 smithi069 bash[14120]: cluster 2024-01-21T11:43:53.592235+0000 mgr.smithi069.gsebav (mgr.14180) 751 : cluster [DBG] pgmap v521: 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 2024-01-21T11:43:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:55 smithi118 bash[17975]: cluster 2024-01-21T11:43:53.592235+0000 mgr.smithi069.gsebav (mgr.14180) 751 : cluster [DBG] pgmap v521: 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 2024-01-21T11:43:56.041 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:43:56.041 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:43:56.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:57.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:57 smithi069 bash[14120]: cluster 2024-01-21T11:43:55.593049+0000 mgr.smithi069.gsebav (mgr.14180) 752 : 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 2024-01-21T11:43:57.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:57 smithi069 bash[14120]: audit 2024-01-21T11:43:56.031020+0000 mgr.smithi069.gsebav (mgr.14180) 753 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:57.801 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:57 smithi118 bash[17975]: cluster 2024-01-21T11:43:55.593049+0000 mgr.smithi069.gsebav (mgr.14180) 752 : 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 2024-01-21T11:43:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:57 smithi118 bash[17975]: audit 2024-01-21T11:43:56.031020+0000 mgr.smithi069.gsebav (mgr.14180) 753 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:59.736 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:43:59 smithi069 bash[14120]: cluster 2024-01-21T11:43:57.594413+0000 mgr.smithi069.gsebav (mgr.14180) 754 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:43:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:43:59 smithi118 bash[17975]: cluster 2024-01-21T11:43:57.594413+0000 mgr.smithi069.gsebav (mgr.14180) 754 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:01.027 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:01.027 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:01 smithi069 bash[14120]: cluster 2024-01-21T11:43:59.595480+0000 mgr.smithi069.gsebav (mgr.14180) 755 : 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 2024-01-21T11:44:01.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:01 smithi118 bash[17975]: cluster 2024-01-21T11:43:59.595480+0000 mgr.smithi069.gsebav (mgr.14180) 755 : 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 2024-01-21T11:44:02.712 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:02.726 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:02 smithi069 bash[14120]: audit 2024-01-21T11:44:01.017470+0000 mgr.smithi069.gsebav (mgr.14180) 756 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:02 smithi118 bash[17975]: audit 2024-01-21T11:44:01.017470+0000 mgr.smithi069.gsebav (mgr.14180) 756 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:03.705 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:03 smithi069 bash[14120]: cluster 2024-01-21T11:44:01.596578+0000 mgr.smithi069.gsebav (mgr.14180) 757 : 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 2024-01-21T11:44:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:03 smithi118 bash[17975]: cluster 2024-01-21T11:44:01.596578+0000 mgr.smithi069.gsebav (mgr.14180) 757 : 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 2024-01-21T11:44:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:05 smithi069 bash[14120]: cluster 2024-01-21T11:44:03.597921+0000 mgr.smithi069.gsebav (mgr.14180) 758 : cluster [DBG] pgmap v526: 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 2024-01-21T11:44:05.727 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:05.727 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:05 smithi118 bash[17975]: cluster 2024-01-21T11:44:03.597921+0000 mgr.smithi069.gsebav (mgr.14180) 758 : cluster [DBG] pgmap v526: 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 2024-01-21T11:44:06.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:07.489 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:07 smithi069 bash[14120]: cluster 2024-01-21T11:44:05.599100+0000 mgr.smithi069.gsebav (mgr.14180) 759 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:07 smithi069 bash[14120]: audit 2024-01-21T11:44:05.716549+0000 mgr.smithi069.gsebav (mgr.14180) 760 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:07 smithi118 bash[17975]: cluster 2024-01-21T11:44:05.599100+0000 mgr.smithi069.gsebav (mgr.14180) 759 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:07 smithi118 bash[17975]: audit 2024-01-21T11:44:05.716549+0000 mgr.smithi069.gsebav (mgr.14180) 760 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:09 smithi118 bash[17975]: cluster 2024-01-21T11:44:07.600645+0000 mgr.smithi069.gsebav (mgr.14180) 761 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:09 smithi069 bash[14120]: cluster 2024-01-21T11:44:07.600645+0000 mgr.smithi069.gsebav (mgr.14180) 761 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:10.810 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:10.810 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:11.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:11 smithi118 bash[17975]: cluster 2024-01-21T11:44:09.601737+0000 mgr.smithi069.gsebav (mgr.14180) 762 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:11 smithi069 bash[14120]: cluster 2024-01-21T11:44:09.601737+0000 mgr.smithi069.gsebav (mgr.14180) 762 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:12.571 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:12.766 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:12 smithi069 bash[14120]: audit 2024-01-21T11:44:10.801342+0000 mgr.smithi069.gsebav (mgr.14180) 763 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:12 smithi118 bash[17975]: audit 2024-01-21T11:44:10.801342+0000 mgr.smithi069.gsebav (mgr.14180) 763 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:13.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:13 smithi069 bash[14120]: cluster 2024-01-21T11:44:11.602850+0000 mgr.smithi069.gsebav (mgr.14180) 764 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:13 smithi118 bash[17975]: cluster 2024-01-21T11:44:11.602850+0000 mgr.smithi069.gsebav (mgr.14180) 764 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:15.377 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:15.377 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:07.312260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.oxdhcu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:15 smithi118 bash[17975]: cluster 2024-01-21T11:44:13.604147+0000 mgr.smithi069.gsebav (mgr.14180) 765 : cluster [DBG] pgmap v531: 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 2024-01-21T11:44:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:15 smithi069 bash[14120]: cluster 2024-01-21T11:44:13.604147+0000 mgr.smithi069.gsebav (mgr.14180) 765 : cluster [DBG] pgmap v531: 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 2024-01-21T11:44:16.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.367601+0000 mgr.smithi069.gsebav (mgr.14180) 766 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:16.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.574046+0000 mon.smithi069 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:16.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.873317+0000 mon.smithi069 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:16.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.874755+0000 mon.smithi069 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:16.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.883201+0000 mon.smithi069 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:44:16.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.890615+0000 mon.smithi069 (mon.0) 873 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:44:16.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:16 smithi118 bash[17975]: audit 2024-01-21T11:44:15.901971+0000 mon.smithi069 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:44:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.367601+0000 mgr.smithi069.gsebav (mgr.14180) 766 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.574046+0000 mon.smithi069 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.873317+0000 mon.smithi069 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.874755+0000 mon.smithi069 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:16.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.883201+0000 mon.smithi069 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:44:16.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.890615+0000 mon.smithi069 (mon.0) 873 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:44:16.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:16 smithi069 bash[14120]: audit 2024-01-21T11:44:15.901971+0000 mon.smithi069 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:44:17.168 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:17 smithi069 bash[14120]: cluster 2024-01-21T11:44:15.604752+0000 mgr.smithi069.gsebav (mgr.14180) 767 : 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 2024-01-21T11:44:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:17 smithi069 bash[14120]: cluster 2024-01-21T11:44:15.883837+0000 mgr.smithi069.gsebav (mgr.14180) 768 : cluster [DBG] pgmap v533: 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 2024-01-21T11:44:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:17 smithi069 bash[14120]: cephadm 2024-01-21T11:44:15.906085+0000 mgr.smithi069.gsebav (mgr.14180) 769 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.wfwkku on smithi118 2024-01-21T11:44:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:17 smithi069 bash[14120]: cluster 2024-01-21T11:44:16.480831+0000 mon.smithi069 (mon.0) 875 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:44:17.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:17 smithi069 bash[14120]: cluster 2024-01-21T11:44:16.480881+0000 mon.smithi069 (mon.0) 876 : cluster [INF] Cluster is now healthy 2024-01-21T11:44:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:17 smithi118 bash[17975]: cluster 2024-01-21T11:44:15.604752+0000 mgr.smithi069.gsebav (mgr.14180) 767 : 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 2024-01-21T11:44:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:17 smithi118 bash[17975]: cluster 2024-01-21T11:44:15.883837+0000 mgr.smithi069.gsebav (mgr.14180) 768 : cluster [DBG] pgmap v533: 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 2024-01-21T11:44:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:17 smithi118 bash[17975]: cephadm 2024-01-21T11:44:15.906085+0000 mgr.smithi069.gsebav (mgr.14180) 769 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.wfwkku on smithi118 2024-01-21T11:44:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:17 smithi118 bash[17975]: cluster 2024-01-21T11:44:16.480831+0000 mon.smithi069 (mon.0) 875 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:44:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:17 smithi118 bash[17975]: cluster 2024-01-21T11:44:16.480881+0000 mon.smithi069 (mon.0) 876 : cluster [INF] Cluster is now healthy 2024-01-21T11:44:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:19 smithi118 bash[17975]: cluster 2024-01-21T11:44:17.884445+0000 mgr.smithi069.gsebav (mgr.14180) 770 : cluster [DBG] pgmap v534: 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 2024-01-21T11:44:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:19 smithi069 bash[14120]: cluster 2024-01-21T11:44:17.884445+0000 mgr.smithi069.gsebav (mgr.14180) 770 : cluster [DBG] pgmap v534: 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 2024-01-21T11:44:20.487 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:20.488 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:11.545290Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mjwqpn on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-mjwqpn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.mjwqpn\nDeploy daemon haproxy.nfs.foo.smithi118.mjwqpn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.563967Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.iwzoxy on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-iwzoxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.iwzoxy\nDeploy daemon haproxy.nfs.foo.smithi069.iwzoxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:15.567125Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vsmbfh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:20 smithi118 bash[17975]: audit 2024-01-21T11:44:19.696463+0000 mon.smithi069 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.wfwkku"}]: dispatch 2024-01-21T11:44:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:20 smithi069 bash[14120]: audit 2024-01-21T11:44:19.696463+0000 mon.smithi069 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.wfwkku"}]: dispatch 2024-01-21T11:44:21.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: cephadm 2024-01-21T11:44:19.695096+0000 mgr.smithi069.gsebav (mgr.14180) 771 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:21.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.wfwkku ... 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.wfwkku ... 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: cephadm 2024-01-21T11:44:19.695642+0000 mgr.smithi069.gsebav (mgr.14180) 772 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: cephadm 2024-01-21T11:44:19.698051+0000 mgr.smithi069.gsebav (mgr.14180) 773 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.wfwkku ... 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:21.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:21.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:21.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: cephadm 2024-01-21T11:44:19.702345+0000 mgr.smithi069.gsebav (mgr.14180) 774 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.syunfd on smithi069 2024-01-21T11:44:21.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: cluster 2024-01-21T11:44:19.884913+0000 mgr.smithi069.gsebav (mgr.14180) 775 : cluster [DBG] pgmap v535: 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 2024-01-21T11:44:21.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:21 smithi069 bash[14120]: audit 2024-01-21T11:44:20.482148+0000 mgr.smithi069.gsebav (mgr.14180) 776 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: cephadm 2024-01-21T11:44:19.695096+0000 mgr.smithi069.gsebav (mgr.14180) 771 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.wfwkku ... 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.wfwkku ... 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: cephadm 2024-01-21T11:44:19.695642+0000 mgr.smithi069.gsebav (mgr.14180) 772 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: cephadm 2024-01-21T11:44:19.698051+0000 mgr.smithi069.gsebav (mgr.14180) 773 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.wfwkku ... 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: cephadm 2024-01-21T11:44:19.702345+0000 mgr.smithi069.gsebav (mgr.14180) 774 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.syunfd on smithi069 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: cluster 2024-01-21T11:44:19.884913+0000 mgr.smithi069.gsebav (mgr.14180) 775 : cluster [DBG] pgmap v535: 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 2024-01-21T11:44:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:21 smithi118 bash[17975]: audit 2024-01-21T11:44:20.482148+0000 mgr.smithi069.gsebav (mgr.14180) 776 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:22.271 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:23.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:23 smithi069 bash[14120]: cluster 2024-01-21T11:44:21.885731+0000 mgr.smithi069.gsebav (mgr.14180) 777 : cluster [DBG] pgmap v536: 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 2024-01-21T11:44:23.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:23 smithi069 bash[14120]: audit 2024-01-21T11:44:23.496519+0000 mon.smithi069 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.syunfd"}]: dispatch 2024-01-21T11:44:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:23 smithi118 bash[17975]: cluster 2024-01-21T11:44:21.885731+0000 mgr.smithi069.gsebav (mgr.14180) 777 : cluster [DBG] pgmap v536: 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 2024-01-21T11:44:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:23 smithi118 bash[17975]: audit 2024-01-21T11:44:23.496519+0000 mon.smithi069 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.syunfd"}]: dispatch 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cephadm 2024-01-21T11:44:23.495697+0000 mgr.smithi069.gsebav (mgr.14180) 778 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.syunfd ... 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.syunfd ... 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cephadm 2024-01-21T11:44:23.496003+0000 mgr.smithi069.gsebav (mgr.14180) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cephadm 2024-01-21T11:44:23.497630+0000 mgr.smithi069.gsebav (mgr.14180) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.syunfd ... 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cephadm 2024-01-21T11:44:23.500414+0000 mgr.smithi069.gsebav (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:24.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cephadm 2024-01-21T11:44:23.502856+0000 mgr.smithi069.gsebav (mgr.14180) 782 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:24.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cluster 2024-01-21T11:44:23.504223+0000 mgr.smithi069.gsebav (mgr.14180) 783 : cluster [DBG] pgmap v537: 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 2024-01-21T11:44:24.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:24 smithi069 bash[14120]: cluster 2024-01-21T11:44:24.412800+0000 mon.smithi069 (mon.0) 879 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:44:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cephadm 2024-01-21T11:44:23.495697+0000 mgr.smithi069.gsebav (mgr.14180) 778 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.syunfd ... 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.syunfd ... 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:24.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cephadm 2024-01-21T11:44:23.496003+0000 mgr.smithi069.gsebav (mgr.14180) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cephadm 2024-01-21T11:44:23.497630+0000 mgr.smithi069.gsebav (mgr.14180) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.syunfd ... 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:24.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cephadm 2024-01-21T11:44:23.500414+0000 mgr.smithi069.gsebav (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:24.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cephadm 2024-01-21T11:44:23.502856+0000 mgr.smithi069.gsebav (mgr.14180) 782 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:24.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cluster 2024-01-21T11:44:23.504223+0000 mgr.smithi069.gsebav (mgr.14180) 783 : cluster [DBG] pgmap v537: 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 2024-01-21T11:44:24.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:24 smithi118 bash[17975]: cluster 2024-01-21T11:44:24.412800+0000 mon.smithi069 (mon.0) 879 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:44:25.417 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:25.417 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:26.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:26.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:26 smithi118 bash[17975]: audit 2024-01-21T11:44:25.411700+0000 mgr.smithi069.gsebav (mgr.14180) 784 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:26.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:26 smithi118 bash[17975]: cluster 2024-01-21T11:44:25.504879+0000 mgr.smithi069.gsebav (mgr.14180) 785 : cluster [DBG] pgmap v538: 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 2024-01-21T11:44:26.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:26 smithi069 bash[14120]: audit 2024-01-21T11:44:25.411700+0000 mgr.smithi069.gsebav (mgr.14180) 784 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:26.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:26 smithi069 bash[14120]: cluster 2024-01-21T11:44:25.504879+0000 mgr.smithi069.gsebav (mgr.14180) 785 : cluster [DBG] pgmap v538: 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 2024-01-21T11:44:27.156 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:27 smithi069 bash[14120]: audit 2024-01-21T11:44:26.957428+0000 mon.smithi069 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:44:28.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:27 smithi069 bash[14120]: cluster 2024-01-21T11:44:27.505712+0000 mgr.smithi069.gsebav (mgr.14180) 786 : cluster [DBG] pgmap v539: 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 2024-01-21T11:44:28.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:27 smithi118 bash[17975]: audit 2024-01-21T11:44:26.957428+0000 mon.smithi069 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:44:28.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:27 smithi118 bash[17975]: cluster 2024-01-21T11:44:27.505712+0000 mgr.smithi069.gsebav (mgr.14180) 786 : cluster [DBG] pgmap v539: 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 2024-01-21T11:44:29.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:29 smithi118 bash[17975]: cluster 2024-01-21T11:44:29.506805+0000 mgr.smithi069.gsebav (mgr.14180) 787 : cluster [DBG] pgmap v540: 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 2024-01-21T11:44:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:29 smithi069 bash[14120]: cluster 2024-01-21T11:44:29.506805+0000 mgr.smithi069.gsebav (mgr.14180) 787 : cluster [DBG] pgmap v540: 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 2024-01-21T11:44:30.200 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:30.200 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:30.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:30 smithi069 bash[14120]: audit 2024-01-21T11:44:30.188051+0000 mgr.smithi069.gsebav (mgr.14180) 788 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:31.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:30 smithi118 bash[17975]: audit 2024-01-21T11:44:30.188051+0000 mgr.smithi069.gsebav (mgr.14180) 788 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:32.031 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:32.044 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:31 smithi069 bash[14120]: cluster 2024-01-21T11:44:31.507928+0000 mgr.smithi069.gsebav (mgr.14180) 789 : cluster [DBG] pgmap v541: 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 2024-01-21T11:44:32.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:31 smithi118 bash[17975]: cluster 2024-01-21T11:44:31.507928+0000 mgr.smithi069.gsebav (mgr.14180) 789 : cluster [DBG] pgmap v541: 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 2024-01-21T11:44:34.714 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:34 smithi069 bash[14120]: cluster 2024-01-21T11:44:33.509217+0000 mgr.smithi069.gsebav (mgr.14180) 790 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2024-01-21T11:44:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:34 smithi118 bash[17975]: cluster 2024-01-21T11:44:33.509217+0000 mgr.smithi069.gsebav (mgr.14180) 790 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2024-01-21T11:44:35.135 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:35.135 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:35.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:35 smithi069 bash[14120]: audit 2024-01-21T11:44:35.129722+0000 mgr.smithi069.gsebav (mgr.14180) 791 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:35 smithi069 bash[14120]: cluster 2024-01-21T11:44:35.510195+0000 mgr.smithi069.gsebav (mgr.14180) 792 : 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 2024-01-21T11:44:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:35 smithi118 bash[17975]: audit 2024-01-21T11:44:35.129722+0000 mgr.smithi069.gsebav (mgr.14180) 791 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:35 smithi118 bash[17975]: cluster 2024-01-21T11:44:35.510195+0000 mgr.smithi069.gsebav (mgr.14180) 792 : 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 2024-01-21T11:44:36.820 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:37.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:37 smithi069 bash[14120]: cluster 2024-01-21T11:44:37.511447+0000 mgr.smithi069.gsebav (mgr.14180) 793 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:38.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:37 smithi118 bash[17975]: cluster 2024-01-21T11:44:37.511447+0000 mgr.smithi069.gsebav (mgr.14180) 793 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:39.742 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:39.743 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:39.773 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:39 smithi069 bash[14120]: cluster 2024-01-21T11:44:39.512071+0000 mgr.smithi069.gsebav (mgr.14180) 794 : 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 2024-01-21T11:44:40.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:39 smithi118 bash[17975]: cluster 2024-01-21T11:44:39.512071+0000 mgr.smithi069.gsebav (mgr.14180) 794 : 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 2024-01-21T11:44:40.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:40 smithi069 bash[14120]: audit 2024-01-21T11:44:39.733300+0000 mgr.smithi069.gsebav (mgr.14180) 795 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:41.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:40 smithi118 bash[17975]: audit 2024-01-21T11:44:39.733300+0000 mgr.smithi069.gsebav (mgr.14180) 795 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:41.513 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:41 smithi069 bash[14120]: cluster 2024-01-21T11:44:41.513031+0000 mgr.smithi069.gsebav (mgr.14180) 796 : 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 2024-01-21T11:44:42.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:41 smithi118 bash[17975]: cluster 2024-01-21T11:44:41.513031+0000 mgr.smithi069.gsebav (mgr.14180) 796 : 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 2024-01-21T11:44:44.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:44 smithi069 bash[14120]: cluster 2024-01-21T11:44:43.515120+0000 mgr.smithi069.gsebav (mgr.14180) 797 : cluster [DBG] pgmap v547: 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 2024-01-21T11:44:44.649 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:44.649 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:44 smithi118 bash[17975]: cluster 2024-01-21T11:44:43.515120+0000 mgr.smithi069.gsebav (mgr.14180) 797 : cluster [DBG] pgmap v547: 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 2024-01-21T11:44:45.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:45 smithi069 bash[14120]: audit 2024-01-21T11:44:44.641918+0000 mgr.smithi069.gsebav (mgr.14180) 798 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:45 smithi069 bash[14120]: cluster 2024-01-21T11:44:45.516192+0000 mgr.smithi069.gsebav (mgr.14180) 799 : 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 2024-01-21T11:44:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:45 smithi118 bash[17975]: audit 2024-01-21T11:44:44.641918+0000 mgr.smithi069.gsebav (mgr.14180) 798 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:45 smithi118 bash[17975]: cluster 2024-01-21T11:44:45.516192+0000 mgr.smithi069.gsebav (mgr.14180) 799 : 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 2024-01-21T11:44:46.420 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:47.709 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:47 smithi069 bash[14120]: cluster 2024-01-21T11:44:47.517460+0000 mgr.smithi069.gsebav (mgr.14180) 800 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:48.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:47 smithi118 bash[17975]: cluster 2024-01-21T11:44:47.517460+0000 mgr.smithi069.gsebav (mgr.14180) 800 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:49.475 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:49.476 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:49.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:49 smithi118 bash[17975]: audit 2024-01-21T11:44:49.470908+0000 mgr.smithi069.gsebav (mgr.14180) 801 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:49.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:49 smithi118 bash[17975]: cluster 2024-01-21T11:44:49.518501+0000 mgr.smithi069.gsebav (mgr.14180) 802 : 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 2024-01-21T11:44:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:49 smithi069 bash[14120]: audit 2024-01-21T11:44:49.470908+0000 mgr.smithi069.gsebav (mgr.14180) 801 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:49 smithi069 bash[14120]: cluster 2024-01-21T11:44:49.518501+0000 mgr.smithi069.gsebav (mgr.14180) 802 : 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 2024-01-21T11:44:50.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:51.217 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:51 smithi069 bash[14120]: cluster 2024-01-21T11:44:51.519621+0000 mgr.smithi069.gsebav (mgr.14180) 803 : 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 2024-01-21T11:44:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:51 smithi118 bash[17975]: cluster 2024-01-21T11:44:51.519621+0000 mgr.smithi069.gsebav (mgr.14180) 803 : 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 2024-01-21T11:44:54.385 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:54.385 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:54 smithi118 bash[17975]: cluster 2024-01-21T11:44:53.520586+0000 mgr.smithi069.gsebav (mgr.14180) 804 : cluster [DBG] pgmap v552: 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 2024-01-21T11:44:54.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:54 smithi069 bash[14120]: cluster 2024-01-21T11:44:53.520586+0000 mgr.smithi069.gsebav (mgr.14180) 804 : cluster [DBG] pgmap v552: 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 2024-01-21T11:44:55.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:55 smithi118 bash[17975]: audit 2024-01-21T11:44:54.379997+0000 mgr.smithi069.gsebav (mgr.14180) 805 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:55 smithi069 bash[14120]: audit 2024-01-21T11:44:54.379997+0000 mgr.smithi069.gsebav (mgr.14180) 805 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:56.116 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:56.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:56 smithi069 bash[14120]: cluster 2024-01-21T11:44:55.521509+0000 mgr.smithi069.gsebav (mgr.14180) 806 : 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 2024-01-21T11:44:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:56 smithi118 bash[17975]: cluster 2024-01-21T11:44:55.521509+0000 mgr.smithi069.gsebav (mgr.14180) 806 : 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 2024-01-21T11:44:57.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:57 smithi069 bash[14120]: cluster 2024-01-21T11:44:57.522804+0000 mgr.smithi069.gsebav (mgr.14180) 807 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:58.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:57 smithi118 bash[17975]: cluster 2024-01-21T11:44:57.522804+0000 mgr.smithi069.gsebav (mgr.14180) 807 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:44:59.379 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:44:59.379 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:44:59.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:59 smithi118 bash[17975]: audit 2024-01-21T11:44:59.369882+0000 mgr.smithi069.gsebav (mgr.14180) 808 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:59.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:44:59 smithi118 bash[17975]: cluster 2024-01-21T11:44:59.524024+0000 mgr.smithi069.gsebav (mgr.14180) 809 : 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 2024-01-21T11:44:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:59 smithi069 bash[14120]: audit 2024-01-21T11:44:59.369882+0000 mgr.smithi069.gsebav (mgr.14180) 808 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:44:59 smithi069 bash[14120]: cluster 2024-01-21T11:44:59.524024+0000 mgr.smithi069.gsebav (mgr.14180) 809 : 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 2024-01-21T11:45:00.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:01.128 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:01 smithi069 bash[14120]: cluster 2024-01-21T11:45:01.525167+0000 mgr.smithi069.gsebav (mgr.14180) 810 : 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 2024-01-21T11:45:02.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:01 smithi118 bash[17975]: cluster 2024-01-21T11:45:01.525167+0000 mgr.smithi069.gsebav (mgr.14180) 810 : 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 2024-01-21T11:45:04.285 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:04.286 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:04 smithi069 bash[14120]: cluster 2024-01-21T11:45:03.525930+0000 mgr.smithi069.gsebav (mgr.14180) 811 : cluster [DBG] pgmap v557: 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 2024-01-21T11:45:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:04 smithi118 bash[17975]: cluster 2024-01-21T11:45:03.525930+0000 mgr.smithi069.gsebav (mgr.14180) 811 : cluster [DBG] pgmap v557: 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 2024-01-21T11:45:05.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:05 smithi118 bash[17975]: audit 2024-01-21T11:45:04.275602+0000 mgr.smithi069.gsebav (mgr.14180) 812 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:05 smithi069 bash[14120]: audit 2024-01-21T11:45:04.275602+0000 mgr.smithi069.gsebav (mgr.14180) 812 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:06.030 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:06.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:06 smithi069 bash[14120]: cluster 2024-01-21T11:45:05.526876+0000 mgr.smithi069.gsebav (mgr.14180) 813 : 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 2024-01-21T11:45:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:06 smithi118 bash[17975]: cluster 2024-01-21T11:45:05.526876+0000 mgr.smithi069.gsebav (mgr.14180) 813 : 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 2024-01-21T11:45:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:07 smithi069 bash[14120]: cluster 2024-01-21T11:45:07.528221+0000 mgr.smithi069.gsebav (mgr.14180) 814 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:07 smithi118 bash[17975]: cluster 2024-01-21T11:45:07.528221+0000 mgr.smithi069.gsebav (mgr.14180) 814 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:09.285 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:09.285 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:09 smithi069 bash[14120]: audit 2024-01-21T11:45:09.276240+0000 mgr.smithi069.gsebav (mgr.14180) 815 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:09 smithi069 bash[14120]: cluster 2024-01-21T11:45:09.528898+0000 mgr.smithi069.gsebav (mgr.14180) 816 : 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 2024-01-21T11:45:10.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:09 smithi118 bash[17975]: audit 2024-01-21T11:45:09.276240+0000 mgr.smithi069.gsebav (mgr.14180) 815 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:09 smithi118 bash[17975]: cluster 2024-01-21T11:45:09.528898+0000 mgr.smithi069.gsebav (mgr.14180) 816 : 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 2024-01-21T11:45:11.054 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:11 smithi069 bash[14120]: cluster 2024-01-21T11:45:11.530000+0000 mgr.smithi069.gsebav (mgr.14180) 817 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:12.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:11 smithi118 bash[17975]: cluster 2024-01-21T11:45:11.530000+0000 mgr.smithi069.gsebav (mgr.14180) 817 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:14.023 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:14.023 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:14.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:14 smithi069 bash[14120]: cluster 2024-01-21T11:45:13.530747+0000 mgr.smithi069.gsebav (mgr.14180) 818 : cluster [DBG] pgmap v562: 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 2024-01-21T11:45:14.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:14 smithi118 bash[17975]: cluster 2024-01-21T11:45:13.530747+0000 mgr.smithi069.gsebav (mgr.14180) 818 : cluster [DBG] pgmap v562: 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 2024-01-21T11:45:15.751 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:15.762 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:15 smithi069 bash[14120]: audit 2024-01-21T11:45:14.016915+0000 mgr.smithi069.gsebav (mgr.14180) 819 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:15 smithi118 bash[17975]: audit 2024-01-21T11:45:14.016915+0000 mgr.smithi069.gsebav (mgr.14180) 819 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:16.771 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:16 smithi069 bash[14120]: cluster 2024-01-21T11:45:15.531676+0000 mgr.smithi069.gsebav (mgr.14180) 820 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:16 smithi118 bash[17975]: cluster 2024-01-21T11:45:15.531676+0000 mgr.smithi069.gsebav (mgr.14180) 820 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:17.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:17 smithi069 bash[14120]: cluster 2024-01-21T11:45:17.532378+0000 mgr.smithi069.gsebav (mgr.14180) 821 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:18.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:17 smithi118 bash[17975]: cluster 2024-01-21T11:45:17.532378+0000 mgr.smithi069.gsebav (mgr.14180) 821 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:19.125 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:19.126 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:19 smithi069 bash[14120]: audit 2024-01-21T11:45:19.120963+0000 mgr.smithi069.gsebav (mgr.14180) 822 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:19 smithi069 bash[14120]: cluster 2024-01-21T11:45:19.533485+0000 mgr.smithi069.gsebav (mgr.14180) 823 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:19.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:19 smithi118 bash[17975]: audit 2024-01-21T11:45:19.120963+0000 mgr.smithi069.gsebav (mgr.14180) 822 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:19 smithi118 bash[17975]: cluster 2024-01-21T11:45:19.533485+0000 mgr.smithi069.gsebav (mgr.14180) 823 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:20.857 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:21 smithi069 bash[14120]: cluster 2024-01-21T11:45:21.534584+0000 mgr.smithi069.gsebav (mgr.14180) 824 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:21 smithi118 bash[17975]: cluster 2024-01-21T11:45:21.534584+0000 mgr.smithi069.gsebav (mgr.14180) 824 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:23.863 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:23.863 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:15.570292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qfwapl on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:24.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:24.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: audit 2024-01-21T11:45:23.508255+0000 mon.smithi069 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: cluster 2024-01-21T11:45:23.535431+0000 mgr.smithi069.gsebav (mgr.14180) 825 : cluster [DBG] pgmap v567: 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 2024-01-21T11:45:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: audit 2024-01-21T11:45:23.814568+0000 mon.smithi069 (mon.0) 882 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: audit 2024-01-21T11:45:23.816137+0000 mon.smithi069 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: audit 2024-01-21T11:45:23.822611+0000 mon.smithi069 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: audit 2024-01-21T11:45:23.829219+0000 mon.smithi069 (mon.0) 885 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:24 smithi118 bash[17975]: audit 2024-01-21T11:45:23.843987+0000 mon.smithi069 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: audit 2024-01-21T11:45:23.508255+0000 mon.smithi069 (mon.0) 881 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: cluster 2024-01-21T11:45:23.535431+0000 mgr.smithi069.gsebav (mgr.14180) 825 : cluster [DBG] pgmap v567: 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 2024-01-21T11:45:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: audit 2024-01-21T11:45:23.814568+0000 mon.smithi069 (mon.0) 882 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: audit 2024-01-21T11:45:23.816137+0000 mon.smithi069 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:24.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: audit 2024-01-21T11:45:23.822611+0000 mon.smithi069 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:24.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: audit 2024-01-21T11:45:23.829219+0000 mon.smithi069 (mon.0) 885 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:24.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:24 smithi069 bash[14120]: audit 2024-01-21T11:45:23.843987+0000 mon.smithi069 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:25.609 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:25.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:25 smithi069 bash[14120]: cluster 2024-01-21T11:45:23.823317+0000 mgr.smithi069.gsebav (mgr.14180) 826 : cluster [DBG] pgmap v568: 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 2024-01-21T11:45:25.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:25 smithi069 bash[14120]: cephadm 2024-01-21T11:45:23.847621+0000 mgr.smithi069.gsebav (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.cqvniu on smithi118 2024-01-21T11:45:25.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:25 smithi069 bash[14120]: audit 2024-01-21T11:45:23.858269+0000 mgr.smithi069.gsebav (mgr.14180) 828 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:25.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:25 smithi069 bash[14120]: cluster 2024-01-21T11:45:24.437273+0000 mon.smithi069 (mon.0) 887 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:45:25.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:25 smithi069 bash[14120]: cluster 2024-01-21T11:45:24.437335+0000 mon.smithi069 (mon.0) 888 : cluster [INF] Cluster is now healthy 2024-01-21T11:45:25.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:25 smithi069 bash[14120]: audit 2024-01-21T11:45:25.150296+0000 mon.smithi069 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:25 smithi118 bash[17975]: cluster 2024-01-21T11:45:23.823317+0000 mgr.smithi069.gsebav (mgr.14180) 826 : cluster [DBG] pgmap v568: 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 2024-01-21T11:45:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:25 smithi118 bash[17975]: cephadm 2024-01-21T11:45:23.847621+0000 mgr.smithi069.gsebav (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.cqvniu on smithi118 2024-01-21T11:45:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:25 smithi118 bash[17975]: audit 2024-01-21T11:45:23.858269+0000 mgr.smithi069.gsebav (mgr.14180) 828 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:25 smithi118 bash[17975]: cluster 2024-01-21T11:45:24.437273+0000 mon.smithi069 (mon.0) 887 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:45:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:25 smithi118 bash[17975]: cluster 2024-01-21T11:45:24.437335+0000 mon.smithi069 (mon.0) 888 : cluster [INF] Cluster is now healthy 2024-01-21T11:45:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:25 smithi118 bash[17975]: audit 2024-01-21T11:45:25.150296+0000 mon.smithi069 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:27 smithi118 bash[17975]: cluster 2024-01-21T11:45:25.824004+0000 mgr.smithi069.gsebav (mgr.14180) 829 : cluster [DBG] pgmap v569: 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 2024-01-21T11:45:27.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:27 smithi069 bash[14120]: cluster 2024-01-21T11:45:25.824004+0000 mgr.smithi069.gsebav (mgr.14180) 829 : cluster [DBG] pgmap v569: 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 2024-01-21T11:45:28.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:28 smithi118 bash[17975]: audit 2024-01-21T11:45:27.801731+0000 mon.smithi069 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.cqvniu"}]: dispatch 2024-01-21T11:45:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:28 smithi069 bash[14120]: audit 2024-01-21T11:45:27.801731+0000 mon.smithi069 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.cqvniu"}]: dispatch 2024-01-21T11:45:28.884 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:28.884 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:19.697801Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wfwkku on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-wfwkku\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.wfwkku\nDeploy daemon haproxy.nfs.foo.smithi118.wfwkku ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.497438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.syunfd on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-syunfd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.syunfd\nDeploy daemon haproxy.nfs.foo.smithi069.syunfd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:23.500272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sypgtt on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:29.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:29.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: cephadm 2024-01-21T11:45:27.800351+0000 mgr.smithi069.gsebav (mgr.14180) 830 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:29.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.cqvniu ... 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:45:29.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.cqvniu ... 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: cephadm 2024-01-21T11:45:27.800877+0000 mgr.smithi069.gsebav (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: cephadm 2024-01-21T11:45:27.803169+0000 mgr.smithi069.gsebav (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.cqvniu ... 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: cephadm 2024-01-21T11:45:27.806954+0000 mgr.smithi069.gsebav (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.hqeqtw on smithi069 2024-01-21T11:45:29.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:29 smithi118 bash[17975]: cluster 2024-01-21T11:45:27.824829+0000 mgr.smithi069.gsebav (mgr.14180) 834 : cluster [DBG] pgmap v570: 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 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: cephadm 2024-01-21T11:45:27.800351+0000 mgr.smithi069.gsebav (mgr.14180) 830 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.cqvniu ... 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.cqvniu ... 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: cephadm 2024-01-21T11:45:27.800877+0000 mgr.smithi069.gsebav (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: cephadm 2024-01-21T11:45:27.803169+0000 mgr.smithi069.gsebav (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu 2024-01-21T11:45:29.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.cqvniu ... 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: cephadm 2024-01-21T11:45:27.806954+0000 mgr.smithi069.gsebav (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.hqeqtw on smithi069 2024-01-21T11:45:29.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:29 smithi069 bash[14120]: cluster 2024-01-21T11:45:27.824829+0000 mgr.smithi069.gsebav (mgr.14180) 834 : cluster [DBG] pgmap v570: 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 2024-01-21T11:45:30.664 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:30 smithi118 bash[17975]: audit 2024-01-21T11:45:28.873345+0000 mgr.smithi069.gsebav (mgr.14180) 835 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:30.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:30 smithi069 bash[14120]: audit 2024-01-21T11:45:28.873345+0000 mgr.smithi069.gsebav (mgr.14180) 835 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:31 smithi069 bash[14120]: cluster 2024-01-21T11:45:29.825652+0000 mgr.smithi069.gsebav (mgr.14180) 836 : cluster [DBG] pgmap v571: 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 2024-01-21T11:45:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:31 smithi118 bash[17975]: cluster 2024-01-21T11:45:29.825652+0000 mgr.smithi069.gsebav (mgr.14180) 836 : cluster [DBG] pgmap v571: 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 2024-01-21T11:45:32.751 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:32 smithi069 bash[14120]: audit 2024-01-21T11:45:31.764218+0000 mon.smithi069 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.hqeqtw"}]: dispatch 2024-01-21T11:45:32.751 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:32 smithi069 bash[14120]: audit 2024-01-21T11:45:32.005062+0000 mon.smithi069 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:32 smithi118 bash[17975]: audit 2024-01-21T11:45:31.764218+0000 mon.smithi069 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.hqeqtw"}]: dispatch 2024-01-21T11:45:32.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:32 smithi118 bash[17975]: audit 2024-01-21T11:45:32.005062+0000 mon.smithi069 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:33.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cephadm 2024-01-21T11:45:31.763162+0000 mgr.smithi069.gsebav (mgr.14180) 837 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.hqeqtw ... 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:45:33.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:33.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:45:33.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:33.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:33.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.hqeqtw ... 2024-01-21T11:45:33.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:33.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cephadm 2024-01-21T11:45:31.763625+0000 mgr.smithi069.gsebav (mgr.14180) 838 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cephadm 2024-01-21T11:45:31.765584+0000 mgr.smithi069.gsebav (mgr.14180) 839 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.hqeqtw ... 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cephadm 2024-01-21T11:45:31.769167+0000 mgr.smithi069.gsebav (mgr.14180) 840 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:33.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cephadm 2024-01-21T11:45:31.771133+0000 mgr.smithi069.gsebav (mgr.14180) 841 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:33.831 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cluster 2024-01-21T11:45:31.772148+0000 mgr.smithi069.gsebav (mgr.14180) 842 : cluster [DBG] pgmap v572: 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 2024-01-21T11:45:33.831 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:33 smithi118 bash[17975]: cluster 2024-01-21T11:45:32.479955+0000 mon.smithi069 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:45:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cephadm 2024-01-21T11:45:31.763162+0000 mgr.smithi069.gsebav (mgr.14180) 837 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.hqeqtw ... 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:45:33.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.hqeqtw ... 2024-01-21T11:45:33.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cephadm 2024-01-21T11:45:31.763625+0000 mgr.smithi069.gsebav (mgr.14180) 838 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cephadm 2024-01-21T11:45:31.765584+0000 mgr.smithi069.gsebav (mgr.14180) 839 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.hqeqtw ... 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:33.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:33.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:33.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:33.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cephadm 2024-01-21T11:45:31.769167+0000 mgr.smithi069.gsebav (mgr.14180) 840 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:33.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cephadm 2024-01-21T11:45:31.771133+0000 mgr.smithi069.gsebav (mgr.14180) 841 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:33.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cluster 2024-01-21T11:45:31.772148+0000 mgr.smithi069.gsebav (mgr.14180) 842 : cluster [DBG] pgmap v572: 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 2024-01-21T11:45:33.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:33 smithi069 bash[14120]: cluster 2024-01-21T11:45:32.479955+0000 mon.smithi069 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:45:33.901 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:33.901 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:34.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:35.618 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:35.817 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:35 smithi069 bash[14120]: cluster 2024-01-21T11:45:33.773317+0000 mgr.smithi069.gsebav (mgr.14180) 843 : cluster [DBG] pgmap v573: 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 2024-01-21T11:45:35.817 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:35 smithi069 bash[14120]: audit 2024-01-21T11:45:33.891743+0000 mgr.smithi069.gsebav (mgr.14180) 844 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:35 smithi118 bash[17975]: cluster 2024-01-21T11:45:33.773317+0000 mgr.smithi069.gsebav (mgr.14180) 843 : cluster [DBG] pgmap v573: 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 2024-01-21T11:45:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:35 smithi118 bash[17975]: audit 2024-01-21T11:45:33.891743+0000 mgr.smithi069.gsebav (mgr.14180) 844 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:37 smithi118 bash[17975]: cluster 2024-01-21T11:45:35.774245+0000 mgr.smithi069.gsebav (mgr.14180) 845 : cluster [DBG] pgmap v574: 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 2024-01-21T11:45:37.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:37 smithi069 bash[14120]: cluster 2024-01-21T11:45:35.774245+0000 mgr.smithi069.gsebav (mgr.14180) 845 : cluster [DBG] pgmap v574: 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 2024-01-21T11:45:38.877 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:38.877 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:39.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:39 smithi118 bash[17975]: cluster 2024-01-21T11:45:37.775664+0000 mgr.smithi069.gsebav (mgr.14180) 846 : cluster [DBG] pgmap v575: 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 2024-01-21T11:45:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:39 smithi069 bash[14120]: cluster 2024-01-21T11:45:37.775664+0000 mgr.smithi069.gsebav (mgr.14180) 846 : cluster [DBG] pgmap v575: 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 2024-01-21T11:45:40.618 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:40.811 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:40 smithi069 bash[14120]: audit 2024-01-21T11:45:38.872647+0000 mgr.smithi069.gsebav (mgr.14180) 847 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:40.811 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:40 smithi069 bash[14120]: audit 2024-01-21T11:45:40.150819+0000 mon.smithi069 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:40 smithi118 bash[17975]: audit 2024-01-21T11:45:38.872647+0000 mgr.smithi069.gsebav (mgr.14180) 847 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:40 smithi118 bash[17975]: audit 2024-01-21T11:45:40.150819+0000 mon.smithi069 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:45:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:41 smithi118 bash[17975]: cluster 2024-01-21T11:45:39.776768+0000 mgr.smithi069.gsebav (mgr.14180) 848 : cluster [DBG] pgmap v576: 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 2024-01-21T11:45:41.833 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:41 smithi069 bash[14120]: cluster 2024-01-21T11:45:39.776768+0000 mgr.smithi069.gsebav (mgr.14180) 848 : cluster [DBG] pgmap v576: 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 2024-01-21T11:45:43.678 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:43.678 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:43 smithi118 bash[17975]: cluster 2024-01-21T11:45:41.777571+0000 mgr.smithi069.gsebav (mgr.14180) 849 : cluster [DBG] pgmap v577: 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 2024-01-21T11:45:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:43 smithi069 bash[14120]: cluster 2024-01-21T11:45:41.777571+0000 mgr.smithi069.gsebav (mgr.14180) 849 : cluster [DBG] pgmap v577: 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 2024-01-21T11:45:44.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:45.379 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:45 smithi118 bash[17975]: audit 2024-01-21T11:45:43.667237+0000 mgr.smithi069.gsebav (mgr.14180) 850 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:45 smithi118 bash[17975]: cluster 2024-01-21T11:45:43.778783+0000 mgr.smithi069.gsebav (mgr.14180) 851 : cluster [DBG] pgmap v578: 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 2024-01-21T11:45:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:45 smithi069 bash[14120]: audit 2024-01-21T11:45:43.667237+0000 mgr.smithi069.gsebav (mgr.14180) 850 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:45 smithi069 bash[14120]: cluster 2024-01-21T11:45:43.778783+0000 mgr.smithi069.gsebav (mgr.14180) 851 : cluster [DBG] pgmap v578: 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 2024-01-21T11:45:47.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:47 smithi069 bash[14120]: cluster 2024-01-21T11:45:45.779757+0000 mgr.smithi069.gsebav (mgr.14180) 852 : 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 2024-01-21T11:45:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:47 smithi118 bash[17975]: cluster 2024-01-21T11:45:45.779757+0000 mgr.smithi069.gsebav (mgr.14180) 852 : 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 2024-01-21T11:45:48.417 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:48.417 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:49.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:49 smithi118 bash[17975]: cluster 2024-01-21T11:45:47.781204+0000 mgr.smithi069.gsebav (mgr.14180) 853 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:49 smithi118 bash[17975]: audit 2024-01-21T11:45:48.412430+0000 mgr.smithi069.gsebav (mgr.14180) 854 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:49 smithi069 bash[14120]: cluster 2024-01-21T11:45:47.781204+0000 mgr.smithi069.gsebav (mgr.14180) 853 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:49 smithi069 bash[14120]: audit 2024-01-21T11:45:48.412430+0000 mgr.smithi069.gsebav (mgr.14180) 854 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:50.203 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:51 smithi069 bash[14120]: cluster 2024-01-21T11:45:49.782284+0000 mgr.smithi069.gsebav (mgr.14180) 855 : 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 2024-01-21T11:45:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:51 smithi118 bash[17975]: cluster 2024-01-21T11:45:49.782284+0000 mgr.smithi069.gsebav (mgr.14180) 855 : 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 2024-01-21T11:45:53.326 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:53.326 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:53.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:53 smithi118 bash[17975]: cluster 2024-01-21T11:45:51.783368+0000 mgr.smithi069.gsebav (mgr.14180) 856 : 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 2024-01-21T11:45:53.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:53 smithi069 bash[14120]: cluster 2024-01-21T11:45:51.783368+0000 mgr.smithi069.gsebav (mgr.14180) 856 : 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 2024-01-21T11:45:54.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:54 smithi118 bash[17975]: audit 2024-01-21T11:45:53.317762+0000 mgr.smithi069.gsebav (mgr.14180) 857 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:54.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:54 smithi069 bash[14120]: audit 2024-01-21T11:45:53.317762+0000 mgr.smithi069.gsebav (mgr.14180) 857 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:55.105 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:55 smithi118 bash[17975]: cluster 2024-01-21T11:45:53.784612+0000 mgr.smithi069.gsebav (mgr.14180) 858 : cluster [DBG] pgmap v583: 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 2024-01-21T11:45:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:55 smithi069 bash[14120]: cluster 2024-01-21T11:45:53.784612+0000 mgr.smithi069.gsebav (mgr.14180) 858 : cluster [DBG] pgmap v583: 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 2024-01-21T11:45:57.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:57 smithi069 bash[14120]: cluster 2024-01-21T11:45:55.785576+0000 mgr.smithi069.gsebav (mgr.14180) 859 : 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 2024-01-21T11:45:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:57 smithi118 bash[17975]: cluster 2024-01-21T11:45:55.785576+0000 mgr.smithi069.gsebav (mgr.14180) 859 : 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 2024-01-21T11:45:58.142 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:45:58.143 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:45:58.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:59 smithi118 bash[17975]: cluster 2024-01-21T11:45:57.787025+0000 mgr.smithi069.gsebav (mgr.14180) 860 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:45:59 smithi118 bash[17975]: audit 2024-01-21T11:45:58.133718+0000 mgr.smithi069.gsebav (mgr.14180) 861 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:59 smithi069 bash[14120]: cluster 2024-01-21T11:45:57.787025+0000 mgr.smithi069.gsebav (mgr.14180) 860 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:45:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:45:59 smithi069 bash[14120]: audit 2024-01-21T11:45:58.133718+0000 mgr.smithi069.gsebav (mgr.14180) 861 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:59.926 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:01.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:01 smithi069 bash[14120]: cluster 2024-01-21T11:45:59.788107+0000 mgr.smithi069.gsebav (mgr.14180) 862 : 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 2024-01-21T11:46:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:01 smithi118 bash[17975]: cluster 2024-01-21T11:45:59.788107+0000 mgr.smithi069.gsebav (mgr.14180) 862 : 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 2024-01-21T11:46:02.997 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:02.998 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:03.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:03 smithi118 bash[17975]: cluster 2024-01-21T11:46:01.789049+0000 mgr.smithi069.gsebav (mgr.14180) 863 : 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 2024-01-21T11:46:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:03 smithi069 bash[14120]: cluster 2024-01-21T11:46:01.789049+0000 mgr.smithi069.gsebav (mgr.14180) 863 : 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 2024-01-21T11:46:04.730 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:04 smithi118 bash[17975]: audit 2024-01-21T11:46:02.987870+0000 mgr.smithi069.gsebav (mgr.14180) 864 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:04 smithi069 bash[14120]: audit 2024-01-21T11:46:02.987870+0000 mgr.smithi069.gsebav (mgr.14180) 864 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:05 smithi118 bash[17975]: cluster 2024-01-21T11:46:03.790275+0000 mgr.smithi069.gsebav (mgr.14180) 865 : cluster [DBG] pgmap v588: 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 2024-01-21T11:46:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:05 smithi069 bash[14120]: cluster 2024-01-21T11:46:03.790275+0000 mgr.smithi069.gsebav (mgr.14180) 865 : cluster [DBG] pgmap v588: 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 2024-01-21T11:46:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:07 smithi069 bash[14120]: cluster 2024-01-21T11:46:05.791128+0000 mgr.smithi069.gsebav (mgr.14180) 866 : 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 2024-01-21T11:46:07.724 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:07.724 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:07 smithi118 bash[17975]: cluster 2024-01-21T11:46:05.791128+0000 mgr.smithi069.gsebav (mgr.14180) 866 : 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 2024-01-21T11:46:08.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:09.469 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:09 smithi118 bash[17975]: audit 2024-01-21T11:46:07.712309+0000 mgr.smithi069.gsebav (mgr.14180) 867 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:09.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:09 smithi118 bash[17975]: cluster 2024-01-21T11:46:07.792415+0000 mgr.smithi069.gsebav (mgr.14180) 868 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:09 smithi069 bash[14120]: audit 2024-01-21T11:46:07.712309+0000 mgr.smithi069.gsebav (mgr.14180) 867 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:09 smithi069 bash[14120]: cluster 2024-01-21T11:46:07.792415+0000 mgr.smithi069.gsebav (mgr.14180) 868 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:11 smithi118 bash[17975]: cluster 2024-01-21T11:46:09.793450+0000 mgr.smithi069.gsebav (mgr.14180) 869 : 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 2024-01-21T11:46:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:11 smithi069 bash[14120]: cluster 2024-01-21T11:46:09.793450+0000 mgr.smithi069.gsebav (mgr.14180) 869 : 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 2024-01-21T11:46:12.287 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:12.287 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:13.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:13 smithi118 bash[17975]: cluster 2024-01-21T11:46:11.794527+0000 mgr.smithi069.gsebav (mgr.14180) 870 : 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 2024-01-21T11:46:13.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:13 smithi118 bash[17975]: audit 2024-01-21T11:46:12.278256+0000 mgr.smithi069.gsebav (mgr.14180) 871 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:13 smithi069 bash[14120]: cluster 2024-01-21T11:46:11.794527+0000 mgr.smithi069.gsebav (mgr.14180) 870 : 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 2024-01-21T11:46:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:13 smithi069 bash[14120]: audit 2024-01-21T11:46:12.278256+0000 mgr.smithi069.gsebav (mgr.14180) 871 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:14.015 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:15.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:15 smithi118 bash[17975]: cluster 2024-01-21T11:46:13.795519+0000 mgr.smithi069.gsebav (mgr.14180) 872 : cluster [DBG] pgmap v593: 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 2024-01-21T11:46:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:15 smithi069 bash[14120]: cluster 2024-01-21T11:46:13.795519+0000 mgr.smithi069.gsebav (mgr.14180) 872 : cluster [DBG] pgmap v593: 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 2024-01-21T11:46:17.228 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:17.228 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:17.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:17 smithi069 bash[14120]: cluster 2024-01-21T11:46:15.796562+0000 mgr.smithi069.gsebav (mgr.14180) 873 : 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 2024-01-21T11:46:17.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:17 smithi118 bash[17975]: cluster 2024-01-21T11:46:15.796562+0000 mgr.smithi069.gsebav (mgr.14180) 873 : 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 2024-01-21T11:46:17.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:18.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:18 smithi118 bash[17975]: audit 2024-01-21T11:46:17.218063+0000 mgr.smithi069.gsebav (mgr.14180) 874 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:18.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:18 smithi118 bash[17975]: cluster 2024-01-21T11:46:17.798021+0000 mgr.smithi069.gsebav (mgr.14180) 875 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:18.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:18 smithi069 bash[14120]: audit 2024-01-21T11:46:17.218063+0000 mgr.smithi069.gsebav (mgr.14180) 874 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:18.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:18 smithi069 bash[14120]: cluster 2024-01-21T11:46:17.798021+0000 mgr.smithi069.gsebav (mgr.14180) 875 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:18.960 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:21.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:20 smithi118 bash[17975]: cluster 2024-01-21T11:46:19.799097+0000 mgr.smithi069.gsebav (mgr.14180) 876 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:21.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:20 smithi069 bash[14120]: cluster 2024-01-21T11:46:19.799097+0000 mgr.smithi069.gsebav (mgr.14180) 876 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:21.868 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:21.868 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:22.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:23.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:22 smithi118 bash[17975]: cluster 2024-01-21T11:46:21.800236+0000 mgr.smithi069.gsebav (mgr.14180) 877 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:23.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:22 smithi118 bash[17975]: audit 2024-01-21T11:46:21.858546+0000 mgr.smithi069.gsebav (mgr.14180) 878 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:23.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:22 smithi069 bash[14120]: cluster 2024-01-21T11:46:21.800236+0000 mgr.smithi069.gsebav (mgr.14180) 877 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:23.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:22 smithi069 bash[14120]: audit 2024-01-21T11:46:21.858546+0000 mgr.smithi069.gsebav (mgr.14180) 878 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:23.575 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:25 smithi118 bash[17975]: cluster 2024-01-21T11:46:23.801489+0000 mgr.smithi069.gsebav (mgr.14180) 879 : cluster [DBG] pgmap v598: 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 2024-01-21T11:46:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:25 smithi069 bash[14120]: cluster 2024-01-21T11:46:23.801489+0000 mgr.smithi069.gsebav (mgr.14180) 879 : cluster [DBG] pgmap v598: 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 2024-01-21T11:46:26.499 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:26.500 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:27.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:27 smithi069 bash[14120]: cluster 2024-01-21T11:46:25.802486+0000 mgr.smithi069.gsebav (mgr.14180) 880 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:27 smithi069 bash[14120]: audit 2024-01-21T11:46:26.489638+0000 mgr.smithi069.gsebav (mgr.14180) 881 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:27.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:27 smithi118 bash[17975]: cluster 2024-01-21T11:46:25.802486+0000 mgr.smithi069.gsebav (mgr.14180) 880 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:27.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:27 smithi118 bash[17975]: audit 2024-01-21T11:46:26.489638+0000 mgr.smithi069.gsebav (mgr.14180) 881 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:28.232 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:29 smithi069 bash[14120]: cluster 2024-01-21T11:46:27.803904+0000 mgr.smithi069.gsebav (mgr.14180) 882 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:29 smithi118 bash[17975]: cluster 2024-01-21T11:46:27.803904+0000 mgr.smithi069.gsebav (mgr.14180) 882 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:31.376 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:31.376 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:23.502719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vudeug on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:31.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:31 smithi118 bash[17975]: cluster 2024-01-21T11:46:29.805055+0000 mgr.smithi069.gsebav (mgr.14180) 883 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:31 smithi069 bash[14120]: cluster 2024-01-21T11:46:29.805055+0000 mgr.smithi069.gsebav (mgr.14180) 883 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:32.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:31.371347+0000 mgr.smithi069.gsebav (mgr.14180) 884 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:31.775492+0000 mon.smithi069 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:32.076097+0000 mon.smithi069 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:32.077766+0000 mon.smithi069 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:32.084571+0000 mon.smithi069 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:32.090562+0000 mon.smithi069 (mon.0) 899 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:32.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:32 smithi118 bash[17975]: audit 2024-01-21T11:46:32.103407+0000 mon.smithi069 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:31.371347+0000 mgr.smithi069.gsebav (mgr.14180) 884 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:31.775492+0000 mon.smithi069 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:32.076097+0000 mon.smithi069 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:32.077766+0000 mon.smithi069 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:32.084571+0000 mon.smithi069 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:32.090562+0000 mon.smithi069 (mon.0) 899 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:32.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:32 smithi069 bash[14120]: audit 2024-01-21T11:46:32.103407+0000 mon.smithi069 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:33.149 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:33 smithi118 bash[17975]: cluster 2024-01-21T11:46:31.805753+0000 mgr.smithi069.gsebav (mgr.14180) 885 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:33.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:33 smithi118 bash[17975]: cluster 2024-01-21T11:46:32.085294+0000 mgr.smithi069.gsebav (mgr.14180) 886 : cluster [DBG] pgmap v603: 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 2024-01-21T11:46:33.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:33 smithi118 bash[17975]: cephadm 2024-01-21T11:46:32.108587+0000 mgr.smithi069.gsebav (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.gohiuh on smithi118 2024-01-21T11:46:33.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:33 smithi118 bash[17975]: cluster 2024-01-21T11:46:32.489281+0000 mon.smithi069 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:46:33.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:33 smithi118 bash[17975]: cluster 2024-01-21T11:46:32.489336+0000 mon.smithi069 (mon.0) 902 : cluster [INF] Cluster is now healthy 2024-01-21T11:46:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:33 smithi069 bash[14120]: cluster 2024-01-21T11:46:31.805753+0000 mgr.smithi069.gsebav (mgr.14180) 885 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:46:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:33 smithi069 bash[14120]: cluster 2024-01-21T11:46:32.085294+0000 mgr.smithi069.gsebav (mgr.14180) 886 : cluster [DBG] pgmap v603: 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 2024-01-21T11:46:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:33 smithi069 bash[14120]: cephadm 2024-01-21T11:46:32.108587+0000 mgr.smithi069.gsebav (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.gohiuh on smithi118 2024-01-21T11:46:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:33 smithi069 bash[14120]: cluster 2024-01-21T11:46:32.489281+0000 mon.smithi069 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:46:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:33 smithi069 bash[14120]: cluster 2024-01-21T11:46:32.489336+0000 mon.smithi069 (mon.0) 902 : cluster [INF] Cluster is now healthy 2024-01-21T11:46:35.770 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:35 smithi069 bash[14120]: cluster 2024-01-21T11:46:34.086337+0000 mgr.smithi069.gsebav (mgr.14180) 888 : cluster [DBG] pgmap v604: 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 2024-01-21T11:46:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:35 smithi118 bash[17975]: cluster 2024-01-21T11:46:34.086337+0000 mgr.smithi069.gsebav (mgr.14180) 888 : cluster [DBG] pgmap v604: 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 2024-01-21T11:46:36.165 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:36.166 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:27.802995Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cqvniu on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-cqvniu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.cqvniu\nDeploy daemon haproxy.nfs.foo.smithi118.cqvniu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.765361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hqeqtw on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-hqeqtw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.hqeqtw\nDeploy daemon haproxy.nfs.foo.smithi069.hqeqtw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:31.768994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.rtjevs on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:36 smithi118 bash[17975]: audit 2024-01-21T11:46:36.050770+0000 mon.smithi069 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.gohiuh"}]: dispatch 2024-01-21T11:46:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:36 smithi069 bash[14120]: audit 2024-01-21T11:46:36.050770+0000 mon.smithi069 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.gohiuh"}]: dispatch 2024-01-21T11:46:36.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:37.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: cephadm 2024-01-21T11:46:36.049775+0000 mgr.smithi069.gsebav (mgr.14180) 889 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:37.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.gohiuh ... 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:46:37.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.gohiuh ... 2024-01-21T11:46:37.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: cephadm 2024-01-21T11:46:36.050196+0000 mgr.smithi069.gsebav (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: cephadm 2024-01-21T11:46:36.052304+0000 mgr.smithi069.gsebav (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.gohiuh ... 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:37.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:37.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:37.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: cephadm 2024-01-21T11:46:36.056413+0000 mgr.smithi069.gsebav (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.utcbdp on smithi069 2024-01-21T11:46:37.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: cluster 2024-01-21T11:46:36.087140+0000 mgr.smithi069.gsebav (mgr.14180) 893 : cluster [DBG] pgmap v605: 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 2024-01-21T11:46:37.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:37 smithi118 bash[17975]: audit 2024-01-21T11:46:36.160439+0000 mgr.smithi069.gsebav (mgr.14180) 894 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:37.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: cephadm 2024-01-21T11:46:36.049775+0000 mgr.smithi069.gsebav (mgr.14180) 889 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.gohiuh ... 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:46:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:37.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.gohiuh ... 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: cephadm 2024-01-21T11:46:36.050196+0000 mgr.smithi069.gsebav (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: cephadm 2024-01-21T11:46:36.052304+0000 mgr.smithi069.gsebav (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.gohiuh ... 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: cephadm 2024-01-21T11:46:36.056413+0000 mgr.smithi069.gsebav (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.utcbdp on smithi069 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: cluster 2024-01-21T11:46:36.087140+0000 mgr.smithi069.gsebav (mgr.14180) 893 : cluster [DBG] pgmap v605: 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 2024-01-21T11:46:37.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:37 smithi069 bash[14120]: audit 2024-01-21T11:46:36.160439+0000 mgr.smithi069.gsebav (mgr.14180) 894 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:37.963 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:39.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:39 smithi118 bash[17975]: cluster 2024-01-21T11:46:38.088244+0000 mgr.smithi069.gsebav (mgr.14180) 895 : cluster [DBG] pgmap v606: 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 2024-01-21T11:46:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:39 smithi069 bash[14120]: cluster 2024-01-21T11:46:38.088244+0000 mgr.smithi069.gsebav (mgr.14180) 895 : cluster [DBG] pgmap v606: 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 2024-01-21T11:46:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:40 smithi118 bash[17975]: audit 2024-01-21T11:46:40.041766+0000 mon.smithi069 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.utcbdp"}]: dispatch 2024-01-21T11:46:40.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:40 smithi118 bash[17975]: audit 2024-01-21T11:46:40.149860+0000 mon.smithi069 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:40 smithi069 bash[14120]: audit 2024-01-21T11:46:40.041766+0000 mon.smithi069 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.utcbdp"}]: dispatch 2024-01-21T11:46:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:40 smithi069 bash[14120]: audit 2024-01-21T11:46:40.149860+0000 mon.smithi069 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:41.391 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:41.391 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cephadm 2024-01-21T11:46:40.041013+0000 mgr.smithi069.gsebav (mgr.14180) 896 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.utcbdp ... 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:41.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.utcbdp ... 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cephadm 2024-01-21T11:46:40.041333+0000 mgr.smithi069.gsebav (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cephadm 2024-01-21T11:46:40.042666+0000 mgr.smithi069.gsebav (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.utcbdp ... 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cephadm 2024-01-21T11:46:40.044951+0000 mgr.smithi069.gsebav (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cephadm 2024-01-21T11:46:40.047334+0000 mgr.smithi069.gsebav (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cluster 2024-01-21T11:46:40.048482+0000 mgr.smithi069.gsebav (mgr.14180) 901 : cluster [DBG] pgmap v607: 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 2024-01-21T11:46:41.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:41 smithi118 bash[17975]: cluster 2024-01-21T11:46:40.525055+0000 mon.smithi069 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cephadm 2024-01-21T11:46:40.041013+0000 mgr.smithi069.gsebav (mgr.14180) 896 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.utcbdp ... 2024-01-21T11:46:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:41.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.utcbdp ... 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cephadm 2024-01-21T11:46:40.041333+0000 mgr.smithi069.gsebav (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cephadm 2024-01-21T11:46:40.042666+0000 mgr.smithi069.gsebav (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.utcbdp ... 2024-01-21T11:46:41.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cephadm 2024-01-21T11:46:40.044951+0000 mgr.smithi069.gsebav (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cephadm 2024-01-21T11:46:40.047334+0000 mgr.smithi069.gsebav (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cluster 2024-01-21T11:46:40.048482+0000 mgr.smithi069.gsebav (mgr.14180) 901 : cluster [DBG] pgmap v607: 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 2024-01-21T11:46:41.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:41 smithi069 bash[14120]: cluster 2024-01-21T11:46:40.525055+0000 mon.smithi069 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:46:42.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:42 smithi118 bash[17975]: audit 2024-01-21T11:46:41.385959+0000 mgr.smithi069.gsebav (mgr.14180) 902 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:42 smithi118 bash[17975]: audit 2024-01-21T11:46:42.052030+0000 mon.smithi069 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:42 smithi069 bash[14120]: audit 2024-01-21T11:46:41.385959+0000 mgr.smithi069.gsebav (mgr.14180) 902 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:42 smithi069 bash[14120]: audit 2024-01-21T11:46:42.052030+0000 mon.smithi069 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:43.172 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:43 smithi118 bash[17975]: cluster 2024-01-21T11:46:42.049462+0000 mgr.smithi069.gsebav (mgr.14180) 903 : cluster [DBG] pgmap v608: 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 2024-01-21T11:46:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:43 smithi069 bash[14120]: cluster 2024-01-21T11:46:42.049462+0000 mgr.smithi069.gsebav (mgr.14180) 903 : cluster [DBG] pgmap v608: 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 2024-01-21T11:46:45.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:45 smithi118 bash[17975]: cluster 2024-01-21T11:46:44.050791+0000 mgr.smithi069.gsebav (mgr.14180) 904 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-01-21T11:46:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:45 smithi069 bash[14120]: cluster 2024-01-21T11:46:44.050791+0000 mgr.smithi069.gsebav (mgr.14180) 904 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-01-21T11:46:46.282 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:46.282 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:47.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:47.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:47 smithi118 bash[17975]: cluster 2024-01-21T11:46:46.051561+0000 mgr.smithi069.gsebav (mgr.14180) 905 : cluster [DBG] pgmap v610: 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 2024-01-21T11:46:47.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:47 smithi118 bash[17975]: audit 2024-01-21T11:46:46.277727+0000 mgr.smithi069.gsebav (mgr.14180) 906 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:47.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:47 smithi069 bash[14120]: cluster 2024-01-21T11:46:46.051561+0000 mgr.smithi069.gsebav (mgr.14180) 905 : cluster [DBG] pgmap v610: 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 2024-01-21T11:46:47.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:47 smithi069 bash[14120]: audit 2024-01-21T11:46:46.277727+0000 mgr.smithi069.gsebav (mgr.14180) 906 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:48.071 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:49 smithi118 bash[17975]: cluster 2024-01-21T11:46:48.053153+0000 mgr.smithi069.gsebav (mgr.14180) 907 : cluster [DBG] pgmap v611: 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 2024-01-21T11:46:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:49 smithi069 bash[14120]: cluster 2024-01-21T11:46:48.053153+0000 mgr.smithi069.gsebav (mgr.14180) 907 : cluster [DBG] pgmap v611: 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 2024-01-21T11:46:50.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:50 smithi118 bash[17975]: cluster 2024-01-21T11:46:50.053965+0000 mgr.smithi069.gsebav (mgr.14180) 908 : cluster [DBG] pgmap v612: 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 2024-01-21T11:46:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:50 smithi069 bash[14120]: cluster 2024-01-21T11:46:50.053965+0000 mgr.smithi069.gsebav (mgr.14180) 908 : cluster [DBG] pgmap v612: 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 2024-01-21T11:46:51.317 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:51.317 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:51 smithi069 bash[14120]: audit 2024-01-21T11:46:51.306774+0000 mgr.smithi069.gsebav (mgr.14180) 909 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:51 smithi118 bash[17975]: audit 2024-01-21T11:46:51.306774+0000 mgr.smithi069.gsebav (mgr.14180) 909 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:52.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:52 smithi069 bash[14120]: cluster 2024-01-21T11:46:52.055028+0000 mgr.smithi069.gsebav (mgr.14180) 910 : 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 2024-01-21T11:46:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:52 smithi118 bash[17975]: cluster 2024-01-21T11:46:52.055028+0000 mgr.smithi069.gsebav (mgr.14180) 910 : 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 2024-01-21T11:46:53.151 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:55.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:55 smithi069 bash[14120]: cluster 2024-01-21T11:46:54.056331+0000 mgr.smithi069.gsebav (mgr.14180) 911 : cluster [DBG] pgmap v614: 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 2024-01-21T11:46:55.739 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:55 smithi069 bash[14120]: audit 2024-01-21T11:46:55.150463+0000 mon.smithi069 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:55 smithi118 bash[17975]: cluster 2024-01-21T11:46:54.056331+0000 mgr.smithi069.gsebav (mgr.14180) 911 : cluster [DBG] pgmap v614: 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 2024-01-21T11:46:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:55 smithi118 bash[17975]: audit 2024-01-21T11:46:55.150463+0000 mon.smithi069 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:46:56.133 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:46:56.133 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:56.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:57.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:57 smithi069 bash[14120]: cluster 2024-01-21T11:46:56.057254+0000 mgr.smithi069.gsebav (mgr.14180) 912 : 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 2024-01-21T11:46:57.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:57 smithi069 bash[14120]: audit 2024-01-21T11:46:56.123586+0000 mgr.smithi069.gsebav (mgr.14180) 913 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:57 smithi118 bash[17975]: cluster 2024-01-21T11:46:56.057254+0000 mgr.smithi069.gsebav (mgr.14180) 912 : 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 2024-01-21T11:46:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:57 smithi118 bash[17975]: audit 2024-01-21T11:46:56.123586+0000 mgr.smithi069.gsebav (mgr.14180) 913 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:57.907 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:59.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:46:59 smithi069 bash[14120]: cluster 2024-01-21T11:46:58.058280+0000 mgr.smithi069.gsebav (mgr.14180) 914 : 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 2024-01-21T11:46:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:46:59 smithi118 bash[17975]: cluster 2024-01-21T11:46:58.058280+0000 mgr.smithi069.gsebav (mgr.14180) 914 : 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 2024-01-21T11:47:00.945 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:00.945 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:01.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:01 smithi118 bash[17975]: cluster 2024-01-21T11:47:00.059329+0000 mgr.smithi069.gsebav (mgr.14180) 915 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:01 smithi069 bash[14120]: cluster 2024-01-21T11:47:00.059329+0000 mgr.smithi069.gsebav (mgr.14180) 915 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:02.660 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:02 smithi118 bash[17975]: audit 2024-01-21T11:47:00.940228+0000 mgr.smithi069.gsebav (mgr.14180) 916 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:02 smithi069 bash[14120]: audit 2024-01-21T11:47:00.940228+0000 mgr.smithi069.gsebav (mgr.14180) 916 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:03.808 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:03 smithi069 bash[14120]: cluster 2024-01-21T11:47:02.060471+0000 mgr.smithi069.gsebav (mgr.14180) 917 : 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 2024-01-21T11:47:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:03 smithi118 bash[17975]: cluster 2024-01-21T11:47:02.060471+0000 mgr.smithi069.gsebav (mgr.14180) 917 : 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 2024-01-21T11:47:05.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:05 smithi069 bash[14120]: cluster 2024-01-21T11:47:04.061796+0000 mgr.smithi069.gsebav (mgr.14180) 918 : cluster [DBG] pgmap v619: 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 2024-01-21T11:47:05.704 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:05.704 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:05 smithi118 bash[17975]: cluster 2024-01-21T11:47:04.061796+0000 mgr.smithi069.gsebav (mgr.14180) 918 : cluster [DBG] pgmap v619: 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 2024-01-21T11:47:06.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:07.476 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:07 smithi069 bash[14120]: audit 2024-01-21T11:47:05.693061+0000 mgr.smithi069.gsebav (mgr.14180) 919 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:07 smithi069 bash[14120]: cluster 2024-01-21T11:47:06.062798+0000 mgr.smithi069.gsebav (mgr.14180) 920 : 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 2024-01-21T11:47:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:07 smithi118 bash[17975]: audit 2024-01-21T11:47:05.693061+0000 mgr.smithi069.gsebav (mgr.14180) 919 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:07.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:07 smithi118 bash[17975]: cluster 2024-01-21T11:47:06.062798+0000 mgr.smithi069.gsebav (mgr.14180) 920 : 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 2024-01-21T11:47:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:09 smithi118 bash[17975]: cluster 2024-01-21T11:47:08.064362+0000 mgr.smithi069.gsebav (mgr.14180) 921 : 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 2024-01-21T11:47:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:09 smithi069 bash[14120]: cluster 2024-01-21T11:47:08.064362+0000 mgr.smithi069.gsebav (mgr.14180) 921 : 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 2024-01-21T11:47:10.593 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:10.593 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:11.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:11 smithi118 bash[17975]: cluster 2024-01-21T11:47:10.065434+0000 mgr.smithi069.gsebav (mgr.14180) 922 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:11 smithi069 bash[14120]: cluster 2024-01-21T11:47:10.065434+0000 mgr.smithi069.gsebav (mgr.14180) 922 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:12.419 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:12 smithi118 bash[17975]: audit 2024-01-21T11:47:10.583437+0000 mgr.smithi069.gsebav (mgr.14180) 923 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:12.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:12 smithi069 bash[14120]: audit 2024-01-21T11:47:10.583437+0000 mgr.smithi069.gsebav (mgr.14180) 923 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:13.818 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:13 smithi069 bash[14120]: cluster 2024-01-21T11:47:12.066546+0000 mgr.smithi069.gsebav (mgr.14180) 924 : 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 2024-01-21T11:47:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:13 smithi118 bash[17975]: cluster 2024-01-21T11:47:12.066546+0000 mgr.smithi069.gsebav (mgr.14180) 924 : 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 2024-01-21T11:47:15.566 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:15.566 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:15 smithi118 bash[17975]: cluster 2024-01-21T11:47:14.067930+0000 mgr.smithi069.gsebav (mgr.14180) 925 : cluster [DBG] pgmap v624: 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 2024-01-21T11:47:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:15 smithi069 bash[14120]: cluster 2024-01-21T11:47:14.067930+0000 mgr.smithi069.gsebav (mgr.14180) 925 : cluster [DBG] pgmap v624: 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 2024-01-21T11:47:16.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:16.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:16 smithi069 bash[14120]: audit 2024-01-21T11:47:15.560414+0000 mgr.smithi069.gsebav (mgr.14180) 926 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:16 smithi118 bash[17975]: audit 2024-01-21T11:47:15.560414+0000 mgr.smithi069.gsebav (mgr.14180) 926 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:17.315 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:17.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:17 smithi069 bash[14120]: cluster 2024-01-21T11:47:16.068854+0000 mgr.smithi069.gsebav (mgr.14180) 927 : 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 2024-01-21T11:47:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:17 smithi118 bash[17975]: cluster 2024-01-21T11:47:16.068854+0000 mgr.smithi069.gsebav (mgr.14180) 927 : 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 2024-01-21T11:47:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:19 smithi118 bash[17975]: cluster 2024-01-21T11:47:18.070275+0000 mgr.smithi069.gsebav (mgr.14180) 928 : 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 2024-01-21T11:47:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:19 smithi069 bash[14120]: cluster 2024-01-21T11:47:18.070275+0000 mgr.smithi069.gsebav (mgr.14180) 928 : 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 2024-01-21T11:47:20.581 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:20.582 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:20 smithi069 bash[14120]: cluster 2024-01-21T11:47:20.070949+0000 mgr.smithi069.gsebav (mgr.14180) 929 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:21.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:20 smithi118 bash[17975]: cluster 2024-01-21T11:47:20.070949+0000 mgr.smithi069.gsebav (mgr.14180) 929 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:21.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:21 smithi069 bash[14120]: audit 2024-01-21T11:47:20.576666+0000 mgr.smithi069.gsebav (mgr.14180) 930 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:21 smithi118 bash[17975]: audit 2024-01-21T11:47:20.576666+0000 mgr.smithi069.gsebav (mgr.14180) 930 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:22.384 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:22.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:22 smithi069 bash[14120]: cluster 2024-01-21T11:47:22.072042+0000 mgr.smithi069.gsebav (mgr.14180) 931 : 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 2024-01-21T11:47:23.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:22 smithi118 bash[17975]: cluster 2024-01-21T11:47:22.072042+0000 mgr.smithi069.gsebav (mgr.14180) 931 : 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 2024-01-21T11:47:25.563 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:25.563 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:25.767 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:25 smithi069 bash[14120]: cluster 2024-01-21T11:47:24.073319+0000 mgr.smithi069.gsebav (mgr.14180) 932 : cluster [DBG] pgmap v629: 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 2024-01-21T11:47:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:25 smithi118 bash[17975]: cluster 2024-01-21T11:47:24.073319+0000 mgr.smithi069.gsebav (mgr.14180) 932 : cluster [DBG] pgmap v629: 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 2024-01-21T11:47:26.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:26.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:26 smithi069 bash[14120]: audit 2024-01-21T11:47:25.554545+0000 mgr.smithi069.gsebav (mgr.14180) 933 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:26.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:26 smithi118 bash[17975]: audit 2024-01-21T11:47:25.554545+0000 mgr.smithi069.gsebav (mgr.14180) 933 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:27.312 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:27 smithi069 bash[14120]: cluster 2024-01-21T11:47:26.074343+0000 mgr.smithi069.gsebav (mgr.14180) 934 : 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 2024-01-21T11:47:27.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:27 smithi118 bash[17975]: cluster 2024-01-21T11:47:26.074343+0000 mgr.smithi069.gsebav (mgr.14180) 934 : 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 2024-01-21T11:47:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:29 smithi118 bash[17975]: cluster 2024-01-21T11:47:28.075164+0000 mgr.smithi069.gsebav (mgr.14180) 935 : 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 2024-01-21T11:47:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:29 smithi069 bash[14120]: cluster 2024-01-21T11:47:28.075164+0000 mgr.smithi069.gsebav (mgr.14180) 935 : 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 2024-01-21T11:47:30.505 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:30.505 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:31.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:31 smithi069 bash[14120]: cluster 2024-01-21T11:47:30.075891+0000 mgr.smithi069.gsebav (mgr.14180) 936 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:31 smithi069 bash[14120]: audit 2024-01-21T11:47:30.500721+0000 mgr.smithi069.gsebav (mgr.14180) 937 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:31 smithi118 bash[17975]: cluster 2024-01-21T11:47:30.075891+0000 mgr.smithi069.gsebav (mgr.14180) 936 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:31.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:31 smithi118 bash[17975]: audit 2024-01-21T11:47:30.500721+0000 mgr.smithi069.gsebav (mgr.14180) 937 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:32.319 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:33.708 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:33 smithi069 bash[14120]: cluster 2024-01-21T11:47:32.076916+0000 mgr.smithi069.gsebav (mgr.14180) 938 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:33 smithi118 bash[17975]: cluster 2024-01-21T11:47:32.076916+0000 mgr.smithi069.gsebav (mgr.14180) 938 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:35.518 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:35.518 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:35 smithi118 bash[17975]: cluster 2024-01-21T11:47:34.078196+0000 mgr.smithi069.gsebav (mgr.14180) 939 : cluster [DBG] pgmap v634: 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 2024-01-21T11:47:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:35 smithi069 bash[14120]: cluster 2024-01-21T11:47:34.078196+0000 mgr.smithi069.gsebav (mgr.14180) 939 : cluster [DBG] pgmap v634: 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 2024-01-21T11:47:36.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:36.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:36 smithi118 bash[17975]: audit 2024-01-21T11:47:35.508145+0000 mgr.smithi069.gsebav (mgr.14180) 940 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:36 smithi069 bash[14120]: audit 2024-01-21T11:47:35.508145+0000 mgr.smithi069.gsebav (mgr.14180) 940 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:37.282 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:37 smithi069 bash[14120]: cluster 2024-01-21T11:47:36.079350+0000 mgr.smithi069.gsebav (mgr.14180) 941 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:37 smithi118 bash[17975]: cluster 2024-01-21T11:47:36.079350+0000 mgr.smithi069.gsebav (mgr.14180) 941 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:39 smithi118 bash[17975]: cluster 2024-01-21T11:47:38.080784+0000 mgr.smithi069.gsebav (mgr.14180) 942 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:39 smithi069 bash[14120]: cluster 2024-01-21T11:47:38.080784+0000 mgr.smithi069.gsebav (mgr.14180) 942 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:40.605 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:40.605 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:31.771023Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.gqncav on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:40.815 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:40 smithi069 bash[14120]: audit 2024-01-21T11:47:40.051534+0000 mon.smithi069 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:47:40.815 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:40 smithi069 bash[14120]: audit 2024-01-21T11:47:40.316526+0000 mon.smithi069 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:40 smithi118 bash[17975]: audit 2024-01-21T11:47:40.051534+0000 mon.smithi069 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:47:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:40 smithi118 bash[17975]: audit 2024-01-21T11:47:40.316526+0000 mon.smithi069 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:41.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:41 smithi118 bash[17975]: cluster 2024-01-21T11:47:40.081605+0000 mgr.smithi069.gsebav (mgr.14180) 943 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:41 smithi118 bash[17975]: audit 2024-01-21T11:47:40.582262+0000 mon.smithi069 (mon.0) 911 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:47:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:41 smithi118 bash[17975]: audit 2024-01-21T11:47:40.583726+0000 mon.smithi069 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:47:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:41 smithi118 bash[17975]: audit 2024-01-21T11:47:40.592110+0000 mon.smithi069 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:41 smithi118 bash[17975]: audit 2024-01-21T11:47:40.598361+0000 mon.smithi069 (mon.0) 914 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:47:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:41 smithi118 bash[17975]: audit 2024-01-21T11:47:40.617834+0000 mon.smithi069 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:41 smithi069 bash[14120]: cluster 2024-01-21T11:47:40.081605+0000 mgr.smithi069.gsebav (mgr.14180) 943 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:41 smithi069 bash[14120]: audit 2024-01-21T11:47:40.582262+0000 mon.smithi069 (mon.0) 911 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:47:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:41 smithi069 bash[14120]: audit 2024-01-21T11:47:40.583726+0000 mon.smithi069 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:47:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:41 smithi069 bash[14120]: audit 2024-01-21T11:47:40.592110+0000 mon.smithi069 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:41 smithi069 bash[14120]: audit 2024-01-21T11:47:40.598361+0000 mon.smithi069 (mon.0) 914 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:47:41.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:41 smithi069 bash[14120]: audit 2024-01-21T11:47:40.617834+0000 mon.smithi069 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:42.423 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:42 smithi118 bash[17975]: cluster 2024-01-21T11:47:40.592797+0000 mgr.smithi069.gsebav (mgr.14180) 944 : cluster [DBG] pgmap v638: 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 2024-01-21T11:47:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:42 smithi118 bash[17975]: audit 2024-01-21T11:47:40.595182+0000 mgr.smithi069.gsebav (mgr.14180) 945 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:42 smithi118 bash[17975]: cephadm 2024-01-21T11:47:40.623044+0000 mgr.smithi069.gsebav (mgr.14180) 946 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.jplflx on smithi118 2024-01-21T11:47:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:42 smithi118 bash[17975]: cluster 2024-01-21T11:47:41.589524+0000 mon.smithi069 (mon.0) 916 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:47:42.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:42 smithi118 bash[17975]: cluster 2024-01-21T11:47:41.589572+0000 mon.smithi069 (mon.0) 917 : cluster [INF] Cluster is now healthy 2024-01-21T11:47:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:42 smithi069 bash[14120]: cluster 2024-01-21T11:47:40.592797+0000 mgr.smithi069.gsebav (mgr.14180) 944 : cluster [DBG] pgmap v638: 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 2024-01-21T11:47:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:42 smithi069 bash[14120]: audit 2024-01-21T11:47:40.595182+0000 mgr.smithi069.gsebav (mgr.14180) 945 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:42 smithi069 bash[14120]: cephadm 2024-01-21T11:47:40.623044+0000 mgr.smithi069.gsebav (mgr.14180) 946 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.jplflx on smithi118 2024-01-21T11:47:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:42 smithi069 bash[14120]: cluster 2024-01-21T11:47:41.589524+0000 mon.smithi069 (mon.0) 916 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:47:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:42 smithi069 bash[14120]: cluster 2024-01-21T11:47:41.589572+0000 mon.smithi069 (mon.0) 917 : cluster [INF] Cluster is now healthy 2024-01-21T11:47:44.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:44 smithi118 bash[17975]: cluster 2024-01-21T11:47:42.593803+0000 mgr.smithi069.gsebav (mgr.14180) 947 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2024-01-21T11:47:44.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:44 smithi118 bash[17975]: audit 2024-01-21T11:47:44.407182+0000 mon.smithi069 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.jplflx"}]: dispatch 2024-01-21T11:47:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:44 smithi069 bash[14120]: cluster 2024-01-21T11:47:42.593803+0000 mgr.smithi069.gsebav (mgr.14180) 947 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 op/s 2024-01-21T11:47:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:44 smithi069 bash[14120]: audit 2024-01-21T11:47:44.407182+0000 mon.smithi069 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.jplflx"}]: dispatch 2024-01-21T11:47:45.487 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:45.487 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:36.052096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gohiuh on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gohiuh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gohiuh\nDeploy daemon haproxy.nfs.foo.smithi118.gohiuh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.042511Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.utcbdp on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-utcbdp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.utcbdp\nDeploy daemon haproxy.nfs.foo.smithi069.utcbdp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:40.044829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tyzfyp on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: cephadm 2024-01-21T11:47:44.406309+0000 mgr.smithi069.gsebav (mgr.14180) 948 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.jplflx ... 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.jplflx ... 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: cephadm 2024-01-21T11:47:44.406798+0000 mgr.smithi069.gsebav (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: cephadm 2024-01-21T11:47:44.408137+0000 mgr.smithi069.gsebav (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.jplflx ... 2024-01-21T11:47:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:45 smithi118 bash[17975]: cephadm 2024-01-21T11:47:44.410242+0000 mgr.smithi069.gsebav (mgr.14180) 951 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zqgddg on smithi069 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: cephadm 2024-01-21T11:47:44.406309+0000 mgr.smithi069.gsebav (mgr.14180) 948 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.jplflx ... 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:45.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.jplflx ... 2024-01-21T11:47:45.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: cephadm 2024-01-21T11:47:44.406798+0000 mgr.smithi069.gsebav (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: cephadm 2024-01-21T11:47:44.408137+0000 mgr.smithi069.gsebav (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.jplflx ... 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:45.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:45 smithi069 bash[14120]: cephadm 2024-01-21T11:47:44.410242+0000 mgr.smithi069.gsebav (mgr.14180) 951 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zqgddg on smithi069 2024-01-21T11:47:46.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:46 smithi069 bash[14120]: cluster 2024-01-21T11:47:44.594497+0000 mgr.smithi069.gsebav (mgr.14180) 952 : cluster [DBG] pgmap v640: 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 2024-01-21T11:47:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:46 smithi069 bash[14120]: audit 2024-01-21T11:47:45.477894+0000 mgr.smithi069.gsebav (mgr.14180) 953 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:46 smithi118 bash[17975]: cluster 2024-01-21T11:47:44.594497+0000 mgr.smithi069.gsebav (mgr.14180) 952 : cluster [DBG] pgmap v640: 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 2024-01-21T11:47:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:46 smithi118 bash[17975]: audit 2024-01-21T11:47:45.477894+0000 mgr.smithi069.gsebav (mgr.14180) 953 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:47.267 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:47.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:47 smithi069 bash[14120]: cluster 2024-01-21T11:47:46.595238+0000 mgr.smithi069.gsebav (mgr.14180) 954 : cluster [DBG] pgmap v641: 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 2024-01-21T11:47:48.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:47 smithi118 bash[17975]: cluster 2024-01-21T11:47:46.595238+0000 mgr.smithi069.gsebav (mgr.14180) 954 : cluster [DBG] pgmap v641: 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 2024-01-21T11:47:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: cephadm 2024-01-21T11:47:48.376716+0000 mgr.smithi069.gsebav (mgr.14180) 955 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zqgddg ... 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:47:48.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zqgddg ... 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: cephadm 2024-01-21T11:47:48.377277+0000 mgr.smithi069.gsebav (mgr.14180) 956 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: audit 2024-01-21T11:47:48.377774+0000 mon.smithi069 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zqgddg"}]: dispatch 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: cephadm 2024-01-21T11:47:48.378741+0000 mgr.smithi069.gsebav (mgr.14180) 957 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:48.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zqgddg ... 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: cephadm 2024-01-21T11:47:48.380687+0000 mgr.smithi069.gsebav (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: cephadm 2024-01-21T11:47:48.382266+0000 mgr.smithi069.gsebav (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:48.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:48 smithi069 bash[14120]: cluster 2024-01-21T11:47:48.383639+0000 mgr.smithi069.gsebav (mgr.14180) 960 : cluster [DBG] pgmap v642: 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 2024-01-21T11:47:49.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: cephadm 2024-01-21T11:47:48.376716+0000 mgr.smithi069.gsebav (mgr.14180) 955 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:49.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:49.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:49.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zqgddg ... 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:49.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zqgddg ... 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: cephadm 2024-01-21T11:47:48.377277+0000 mgr.smithi069.gsebav (mgr.14180) 956 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: audit 2024-01-21T11:47:48.377774+0000 mon.smithi069 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zqgddg"}]: dispatch 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: cephadm 2024-01-21T11:47:48.378741+0000 mgr.smithi069.gsebav (mgr.14180) 957 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:49.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zqgddg ... 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: cephadm 2024-01-21T11:47:48.380687+0000 mgr.smithi069.gsebav (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: cephadm 2024-01-21T11:47:48.382266+0000 mgr.smithi069.gsebav (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:49.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:48 smithi118 bash[17975]: cluster 2024-01-21T11:47:48.383639+0000 mgr.smithi069.gsebav (mgr.14180) 960 : cluster [DBG] pgmap v642: 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 2024-01-21T11:47:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:49 smithi069 bash[14120]: cluster 2024-01-21T11:47:48.582581+0000 mon.smithi069 (mon.0) 920 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:47:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:49 smithi118 bash[17975]: cluster 2024-01-21T11:47:48.582581+0000 mon.smithi069 (mon.0) 920 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:47:50.460 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:50.460 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:50 smithi069 bash[14120]: cluster 2024-01-21T11:47:50.384609+0000 mgr.smithi069.gsebav (mgr.14180) 961 : cluster [DBG] pgmap v643: 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 2024-01-21T11:47:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:50 smithi069 bash[14120]: audit 2024-01-21T11:47:50.450862+0000 mgr.smithi069.gsebav (mgr.14180) 962 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:50 smithi118 bash[17975]: cluster 2024-01-21T11:47:50.384609+0000 mgr.smithi069.gsebav (mgr.14180) 961 : cluster [DBG] pgmap v643: 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 2024-01-21T11:47:51.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:50 smithi118 bash[17975]: audit 2024-01-21T11:47:50.450862+0000 mgr.smithi069.gsebav (mgr.14180) 962 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:51.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:52.255 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:53.381 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:53 smithi069 bash[14120]: audit 2024-01-21T11:47:52.105550+0000 mon.smithi069 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:53.381 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:53 smithi069 bash[14120]: cluster 2024-01-21T11:47:52.385750+0000 mgr.smithi069.gsebav (mgr.14180) 963 : cluster [DBG] pgmap v644: 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 2024-01-21T11:47:53.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:53 smithi118 bash[17975]: audit 2024-01-21T11:47:52.105550+0000 mon.smithi069 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:47:53.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:53 smithi118 bash[17975]: cluster 2024-01-21T11:47:52.385750+0000 mgr.smithi069.gsebav (mgr.14180) 963 : cluster [DBG] pgmap v644: 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 2024-01-21T11:47:55.407 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:47:55.407 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:55.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:55 smithi118 bash[17975]: cluster 2024-01-21T11:47:54.386545+0000 mgr.smithi069.gsebav (mgr.14180) 964 : cluster [DBG] pgmap v645: 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 2024-01-21T11:47:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:55 smithi069 bash[14120]: cluster 2024-01-21T11:47:54.386545+0000 mgr.smithi069.gsebav (mgr.14180) 964 : cluster [DBG] pgmap v645: 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 2024-01-21T11:47:56.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:56 smithi118 bash[17975]: audit 2024-01-21T11:47:55.402590+0000 mgr.smithi069.gsebav (mgr.14180) 965 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:56 smithi069 bash[14120]: audit 2024-01-21T11:47:55.402590+0000 mgr.smithi069.gsebav (mgr.14180) 965 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:57.108 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:57 smithi069 bash[14120]: cluster 2024-01-21T11:47:56.387656+0000 mgr.smithi069.gsebav (mgr.14180) 966 : cluster [DBG] pgmap v646: 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 2024-01-21T11:47:57.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:57 smithi118 bash[17975]: cluster 2024-01-21T11:47:56.387656+0000 mgr.smithi069.gsebav (mgr.14180) 966 : cluster [DBG] pgmap v646: 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 2024-01-21T11:47:59.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:47:59 smithi069 bash[14120]: cluster 2024-01-21T11:47:58.388787+0000 mgr.smithi069.gsebav (mgr.14180) 967 : cluster [DBG] pgmap v647: 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 2024-01-21T11:47:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:47:59 smithi118 bash[17975]: cluster 2024-01-21T11:47:58.388787+0000 mgr.smithi069.gsebav (mgr.14180) 967 : cluster [DBG] pgmap v647: 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 2024-01-21T11:48:00.177 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:00.177 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:00.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:01.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:01 smithi118 bash[17975]: audit 2024-01-21T11:48:00.168456+0000 mgr.smithi069.gsebav (mgr.14180) 968 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:01.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:01 smithi118 bash[17975]: cluster 2024-01-21T11:48:00.389769+0000 mgr.smithi069.gsebav (mgr.14180) 969 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:01 smithi069 bash[14120]: audit 2024-01-21T11:48:00.168456+0000 mgr.smithi069.gsebav (mgr.14180) 968 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:01 smithi069 bash[14120]: cluster 2024-01-21T11:48:00.389769+0000 mgr.smithi069.gsebav (mgr.14180) 969 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:01.977 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:03 smithi118 bash[17975]: cluster 2024-01-21T11:48:02.390959+0000 mgr.smithi069.gsebav (mgr.14180) 970 : 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 2024-01-21T11:48:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:03 smithi069 bash[14120]: cluster 2024-01-21T11:48:02.390959+0000 mgr.smithi069.gsebav (mgr.14180) 970 : 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 2024-01-21T11:48:05.228 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:05.228 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:05 smithi118 bash[17975]: cluster 2024-01-21T11:48:04.392217+0000 mgr.smithi069.gsebav (mgr.14180) 971 : cluster [DBG] pgmap v650: 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 2024-01-21T11:48:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:05 smithi069 bash[14120]: cluster 2024-01-21T11:48:04.392217+0000 mgr.smithi069.gsebav (mgr.14180) 971 : cluster [DBG] pgmap v650: 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 2024-01-21T11:48:05.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:06 smithi118 bash[17975]: audit 2024-01-21T11:48:05.216905+0000 mgr.smithi069.gsebav (mgr.14180) 972 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:06 smithi069 bash[14120]: audit 2024-01-21T11:48:05.216905+0000 mgr.smithi069.gsebav (mgr.14180) 972 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:06.968 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:07 smithi118 bash[17975]: cluster 2024-01-21T11:48:06.393348+0000 mgr.smithi069.gsebav (mgr.14180) 973 : 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 2024-01-21T11:48:07.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:07 smithi069 bash[14120]: cluster 2024-01-21T11:48:06.393348+0000 mgr.smithi069.gsebav (mgr.14180) 973 : 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 2024-01-21T11:48:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:09 smithi118 bash[17975]: cluster 2024-01-21T11:48:08.394154+0000 mgr.smithi069.gsebav (mgr.14180) 974 : 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 2024-01-21T11:48:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:09 smithi069 bash[14120]: cluster 2024-01-21T11:48:08.394154+0000 mgr.smithi069.gsebav (mgr.14180) 974 : 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 2024-01-21T11:48:10.078 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:10.078 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:10.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:11.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:11 smithi118 bash[17975]: audit 2024-01-21T11:48:10.069185+0000 mgr.smithi069.gsebav (mgr.14180) 975 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:11.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:11 smithi118 bash[17975]: cluster 2024-01-21T11:48:10.395097+0000 mgr.smithi069.gsebav (mgr.14180) 976 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:11.831 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:11.844 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:11 smithi069 bash[14120]: audit 2024-01-21T11:48:10.069185+0000 mgr.smithi069.gsebav (mgr.14180) 975 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:11.844 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:11 smithi069 bash[14120]: cluster 2024-01-21T11:48:10.395097+0000 mgr.smithi069.gsebav (mgr.14180) 976 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:13.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:13 smithi118 bash[17975]: cluster 2024-01-21T11:48:12.396322+0000 mgr.smithi069.gsebav (mgr.14180) 977 : 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 2024-01-21T11:48:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:13 smithi069 bash[14120]: cluster 2024-01-21T11:48:12.396322+0000 mgr.smithi069.gsebav (mgr.14180) 977 : 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 2024-01-21T11:48:14.775 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:14.775 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:15.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:15 smithi069 bash[14120]: cluster 2024-01-21T11:48:14.397285+0000 mgr.smithi069.gsebav (mgr.14180) 978 : cluster [DBG] pgmap v655: 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 2024-01-21T11:48:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:15 smithi118 bash[17975]: cluster 2024-01-21T11:48:14.397285+0000 mgr.smithi069.gsebav (mgr.14180) 978 : cluster [DBG] pgmap v655: 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 2024-01-21T11:48:16.510 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:16 smithi069 bash[14120]: audit 2024-01-21T11:48:14.766282+0000 mgr.smithi069.gsebav (mgr.14180) 979 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:17.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:16 smithi118 bash[17975]: audit 2024-01-21T11:48:14.766282+0000 mgr.smithi069.gsebav (mgr.14180) 979 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:17.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:17 smithi069 bash[14120]: cluster 2024-01-21T11:48:16.398563+0000 mgr.smithi069.gsebav (mgr.14180) 980 : 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 2024-01-21T11:48:18.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:17 smithi118 bash[17975]: cluster 2024-01-21T11:48:16.398563+0000 mgr.smithi069.gsebav (mgr.14180) 980 : 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 2024-01-21T11:48:19.594 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:19.594 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:19.809 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:19 smithi069 bash[14120]: cluster 2024-01-21T11:48:18.399607+0000 mgr.smithi069.gsebav (mgr.14180) 981 : 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 2024-01-21T11:48:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:19 smithi118 bash[17975]: cluster 2024-01-21T11:48:18.399607+0000 mgr.smithi069.gsebav (mgr.14180) 981 : 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 2024-01-21T11:48:20.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:21.369 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:21 smithi118 bash[17975]: audit 2024-01-21T11:48:19.588936+0000 mgr.smithi069.gsebav (mgr.14180) 982 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:21 smithi118 bash[17975]: cluster 2024-01-21T11:48:20.400581+0000 mgr.smithi069.gsebav (mgr.14180) 983 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:21 smithi069 bash[14120]: audit 2024-01-21T11:48:19.588936+0000 mgr.smithi069.gsebav (mgr.14180) 982 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:21 smithi069 bash[14120]: cluster 2024-01-21T11:48:20.400581+0000 mgr.smithi069.gsebav (mgr.14180) 983 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:23 smithi118 bash[17975]: cluster 2024-01-21T11:48:22.401647+0000 mgr.smithi069.gsebav (mgr.14180) 984 : 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 2024-01-21T11:48:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:23 smithi069 bash[14120]: cluster 2024-01-21T11:48:22.401647+0000 mgr.smithi069.gsebav (mgr.14180) 984 : 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 2024-01-21T11:48:24.404 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:24.405 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:25.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:25.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:25 smithi118 bash[17975]: audit 2024-01-21T11:48:24.395022+0000 mgr.smithi069.gsebav (mgr.14180) 985 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:25.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:25 smithi118 bash[17975]: cluster 2024-01-21T11:48:24.402650+0000 mgr.smithi069.gsebav (mgr.14180) 986 : cluster [DBG] pgmap v660: 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 2024-01-21T11:48:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:25 smithi069 bash[14120]: audit 2024-01-21T11:48:24.395022+0000 mgr.smithi069.gsebav (mgr.14180) 985 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:25 smithi069 bash[14120]: cluster 2024-01-21T11:48:24.402650+0000 mgr.smithi069.gsebav (mgr.14180) 986 : cluster [DBG] pgmap v660: 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 2024-01-21T11:48:26.128 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:27 smithi069 bash[14120]: cluster 2024-01-21T11:48:26.403794+0000 mgr.smithi069.gsebav (mgr.14180) 987 : 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 2024-01-21T11:48:27.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:27 smithi118 bash[17975]: cluster 2024-01-21T11:48:26.403794+0000 mgr.smithi069.gsebav (mgr.14180) 987 : 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 2024-01-21T11:48:29.112 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:29.112 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:29 smithi069 bash[14120]: cluster 2024-01-21T11:48:28.405109+0000 mgr.smithi069.gsebav (mgr.14180) 988 : 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 2024-01-21T11:48:29.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:29 smithi118 bash[17975]: cluster 2024-01-21T11:48:28.405109+0000 mgr.smithi069.gsebav (mgr.14180) 988 : 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 2024-01-21T11:48:29.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:30.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:30 smithi118 bash[17975]: audit 2024-01-21T11:48:29.103174+0000 mgr.smithi069.gsebav (mgr.14180) 989 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:30.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:30 smithi069 bash[14120]: audit 2024-01-21T11:48:29.103174+0000 mgr.smithi069.gsebav (mgr.14180) 989 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:30.847 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:31.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:31 smithi118 bash[17975]: cluster 2024-01-21T11:48:30.406099+0000 mgr.smithi069.gsebav (mgr.14180) 990 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:31.825 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:31 smithi069 bash[14120]: cluster 2024-01-21T11:48:30.406099+0000 mgr.smithi069.gsebav (mgr.14180) 990 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:33 smithi118 bash[17975]: cluster 2024-01-21T11:48:32.407288+0000 mgr.smithi069.gsebav (mgr.14180) 991 : 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 2024-01-21T11:48:33.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:33 smithi069 bash[14120]: cluster 2024-01-21T11:48:32.407288+0000 mgr.smithi069.gsebav (mgr.14180) 991 : 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 2024-01-21T11:48:33.855 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:33.856 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:34.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:35.625 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:35.822 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:35 smithi069 bash[14120]: audit 2024-01-21T11:48:33.845691+0000 mgr.smithi069.gsebav (mgr.14180) 992 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:35.823 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:35 smithi069 bash[14120]: cluster 2024-01-21T11:48:34.408505+0000 mgr.smithi069.gsebav (mgr.14180) 993 : cluster [DBG] pgmap v665: 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 2024-01-21T11:48:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:35 smithi118 bash[17975]: audit 2024-01-21T11:48:33.845691+0000 mgr.smithi069.gsebav (mgr.14180) 992 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:35 smithi118 bash[17975]: cluster 2024-01-21T11:48:34.408505+0000 mgr.smithi069.gsebav (mgr.14180) 993 : cluster [DBG] pgmap v665: 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 2024-01-21T11:48:37.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:37 smithi069 bash[14120]: cluster 2024-01-21T11:48:36.409551+0000 mgr.smithi069.gsebav (mgr.14180) 994 : 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 2024-01-21T11:48:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:37 smithi118 bash[17975]: cluster 2024-01-21T11:48:36.409551+0000 mgr.smithi069.gsebav (mgr.14180) 994 : 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 2024-01-21T11:48:38.772 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:38.772 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:39.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:39.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:39 smithi118 bash[17975]: cluster 2024-01-21T11:48:38.410405+0000 mgr.smithi069.gsebav (mgr.14180) 995 : 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 2024-01-21T11:48:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:39 smithi069 bash[14120]: cluster 2024-01-21T11:48:38.410405+0000 mgr.smithi069.gsebav (mgr.14180) 995 : 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 2024-01-21T11:48:40.552 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:40 smithi069 bash[14120]: audit 2024-01-21T11:48:38.765120+0000 mgr.smithi069.gsebav (mgr.14180) 996 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:41.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:40 smithi118 bash[17975]: audit 2024-01-21T11:48:38.765120+0000 mgr.smithi069.gsebav (mgr.14180) 996 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:41 smithi069 bash[14120]: cluster 2024-01-21T11:48:40.411306+0000 mgr.smithi069.gsebav (mgr.14180) 997 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:42.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:41 smithi118 bash[17975]: cluster 2024-01-21T11:48:40.411306+0000 mgr.smithi069.gsebav (mgr.14180) 997 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:42.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:42 smithi069 bash[14120]: cluster 2024-01-21T11:48:42.412486+0000 mgr.smithi069.gsebav (mgr.14180) 998 : 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 2024-01-21T11:48:43.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:42 smithi118 bash[17975]: cluster 2024-01-21T11:48:42.412486+0000 mgr.smithi069.gsebav (mgr.14180) 998 : 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 2024-01-21T11:48:43.676 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:43.676 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:44.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:45.388 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:45 smithi118 bash[17975]: audit 2024-01-21T11:48:43.666502+0000 mgr.smithi069.gsebav (mgr.14180) 999 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:45.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:45 smithi118 bash[17975]: cluster 2024-01-21T11:48:44.413765+0000 mgr.smithi069.gsebav (mgr.14180) 1000 : cluster [DBG] pgmap v670: 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 2024-01-21T11:48:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:45 smithi069 bash[14120]: audit 2024-01-21T11:48:43.666502+0000 mgr.smithi069.gsebav (mgr.14180) 999 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:45 smithi069 bash[14120]: cluster 2024-01-21T11:48:44.413765+0000 mgr.smithi069.gsebav (mgr.14180) 1000 : cluster [DBG] pgmap v670: 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 2024-01-21T11:48:47.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:47 smithi069 bash[14120]: cluster 2024-01-21T11:48:46.414860+0000 mgr.smithi069.gsebav (mgr.14180) 1001 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:47.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:47 smithi118 bash[17975]: cluster 2024-01-21T11:48:46.414860+0000 mgr.smithi069.gsebav (mgr.14180) 1001 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:48.499 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:48.499 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:48 smithi118 bash[17975]: audit 2024-01-21T11:48:48.385981+0000 mon.smithi069 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:48:48.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:48 smithi069 bash[14120]: audit 2024-01-21T11:48:48.385981+0000 mon.smithi069 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:48:49.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:49 smithi069 bash[14120]: cluster 2024-01-21T11:48:48.416073+0000 mgr.smithi069.gsebav (mgr.14180) 1002 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:49 smithi069 bash[14120]: audit 2024-01-21T11:48:48.490075+0000 mgr.smithi069.gsebav (mgr.14180) 1003 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:49 smithi118 bash[17975]: cluster 2024-01-21T11:48:48.416073+0000 mgr.smithi069.gsebav (mgr.14180) 1002 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:49.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:49 smithi118 bash[17975]: audit 2024-01-21T11:48:48.490075+0000 mgr.smithi069.gsebav (mgr.14180) 1003 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:50.315 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:51.695 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:51 smithi069 bash[14120]: cluster 2024-01-21T11:48:50.416738+0000 mgr.smithi069.gsebav (mgr.14180) 1004 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:51 smithi118 bash[17975]: cluster 2024-01-21T11:48:50.416738+0000 mgr.smithi069.gsebav (mgr.14180) 1004 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:53.442 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:53.442 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:38:33.172758Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:38:32.128784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:38:33.173216Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:38:32.130407Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:38:32.129080Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:38:32.129277Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:38:32.130595Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:38:32.129472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:38:32.129649Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:38:33.173663Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:53.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:53 smithi118 bash[17975]: cluster 2024-01-21T11:48:52.417851+0000 mgr.smithi069.gsebav (mgr.14180) 1005 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:53.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:53 smithi069 bash[14120]: cluster 2024-01-21T11:48:52.417851+0000 mgr.smithi069.gsebav (mgr.14180) 1005 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:54.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:54.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:54 smithi118 bash[17975]: audit 2024-01-21T11:48:53.436387+0000 mgr.smithi069.gsebav (mgr.14180) 1006 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:54.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:54 smithi118 bash[17975]: audit 2024-01-21T11:48:54.058266+0000 mon.smithi069 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:54.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:54 smithi118 bash[17975]: audit 2024-01-21T11:48:54.335009+0000 mon.smithi069 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:54.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:54 smithi069 bash[14120]: audit 2024-01-21T11:48:53.436387+0000 mgr.smithi069.gsebav (mgr.14180) 1006 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:54.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:54 smithi069 bash[14120]: audit 2024-01-21T11:48:54.058266+0000 mon.smithi069 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:54.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:54 smithi069 bash[14120]: audit 2024-01-21T11:48:54.335009+0000 mon.smithi069 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:55.206 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: cluster 2024-01-21T11:48:54.419060+0000 mgr.smithi069.gsebav (mgr.14180) 1007 : cluster [DBG] pgmap v675: 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 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: audit 2024-01-21T11:48:54.606527+0000 mon.smithi069 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: audit 2024-01-21T11:48:54.607790+0000 mon.smithi069 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: audit 2024-01-21T11:48:54.614362+0000 mon.smithi069 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: audit 2024-01-21T11:48:54.622056+0000 mon.smithi069 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: audit 2024-01-21T11:48:54.636568+0000 mon.smithi069 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: cluster 2024-01-21T11:48:55.332695+0000 mon.smithi069 (mon.0) 930 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:48:55.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:55 smithi118 bash[17975]: cluster 2024-01-21T11:48:55.332770+0000 mon.smithi069 (mon.0) 931 : cluster [INF] Cluster is now healthy 2024-01-21T11:48:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: cluster 2024-01-21T11:48:54.419060+0000 mgr.smithi069.gsebav (mgr.14180) 1007 : cluster [DBG] pgmap v675: 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 2024-01-21T11:48:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: audit 2024-01-21T11:48:54.606527+0000 mon.smithi069 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:48:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: audit 2024-01-21T11:48:54.607790+0000 mon.smithi069 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:48:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: audit 2024-01-21T11:48:54.614362+0000 mon.smithi069 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: audit 2024-01-21T11:48:54.622056+0000 mon.smithi069 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:48:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: audit 2024-01-21T11:48:54.636568+0000 mon.smithi069 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:48:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: cluster 2024-01-21T11:48:55.332695+0000 mon.smithi069 (mon.0) 930 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:48:55.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:55 smithi069 bash[14120]: cluster 2024-01-21T11:48:55.332770+0000 mon.smithi069 (mon.0) 931 : cluster [INF] Cluster is now healthy 2024-01-21T11:48:56.761 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:56 smithi069 bash[14120]: cluster 2024-01-21T11:48:54.615272+0000 mgr.smithi069.gsebav (mgr.14180) 1008 : cluster [DBG] pgmap v676: 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 2024-01-21T11:48:56.761 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:56 smithi069 bash[14120]: cephadm 2024-01-21T11:48:54.640325+0000 mgr.smithi069.gsebav (mgr.14180) 1009 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.fsecej on smithi118 2024-01-21T11:48:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:56 smithi118 bash[17975]: cluster 2024-01-21T11:48:54.615272+0000 mgr.smithi069.gsebav (mgr.14180) 1008 : cluster [DBG] pgmap v676: 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 2024-01-21T11:48:56.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:56 smithi118 bash[17975]: cephadm 2024-01-21T11:48:54.640325+0000 mgr.smithi069.gsebav (mgr.14180) 1009 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.fsecej on smithi118 2024-01-21T11:48:58.509 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:48:58.509 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:40.047221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jbhnse on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:44.408012Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.jplflx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-jplflx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.jplflx\nDeploy daemon haproxy.nfs.foo.smithi118.jplflx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.378635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zqgddg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zqgddg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zqgddg\nDeploy daemon haproxy.nfs.foo.smithi069.zqgddg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:48.380593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.roufof on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:58.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:58 smithi118 bash[17975]: cluster 2024-01-21T11:48:56.616041+0000 mgr.smithi069.gsebav (mgr.14180) 1010 : cluster [DBG] pgmap v677: 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 2024-01-21T11:48:58.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:58 smithi069 bash[14120]: cluster 2024-01-21T11:48:56.616041+0000 mgr.smithi069.gsebav (mgr.14180) 1010 : cluster [DBG] pgmap v677: 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 2024-01-21T11:48:59.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: audit 2024-01-21T11:48:58.499851+0000 mgr.smithi069.gsebav (mgr.14180) 1011 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: cephadm 2024-01-21T11:48:58.575075+0000 mgr.smithi069.gsebav (mgr.14180) 1012 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:48:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.fsecej ... 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:48:59.598 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.fsecej ... 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:48:59.599 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: cephadm 2024-01-21T11:48:58.575403+0000 mgr.smithi069.gsebav (mgr.14180) 1013 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: audit 2024-01-21T11:48:58.575910+0000 mon.smithi069 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.fsecej"}]: dispatch 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: cephadm 2024-01-21T11:48:58.576999+0000 mgr.smithi069.gsebav (mgr.14180) 1014 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.fsecej ... 2024-01-21T11:48:59.600 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:48:59.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:48:59.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:48:59.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.601 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:48:59 smithi069 bash[14120]: cephadm 2024-01-21T11:48:58.580297+0000 mgr.smithi069.gsebav (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.tndwyt on smithi069 2024-01-21T11:48:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: audit 2024-01-21T11:48:58.499851+0000 mgr.smithi069.gsebav (mgr.14180) 1011 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: cephadm 2024-01-21T11:48:58.575075+0000 mgr.smithi069.gsebav (mgr.14180) 1012 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:48:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.fsecej ... 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:48:59.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.fsecej ... 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: cephadm 2024-01-21T11:48:58.575403+0000 mgr.smithi069.gsebav (mgr.14180) 1013 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: audit 2024-01-21T11:48:58.575910+0000 mon.smithi069 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.fsecej"}]: dispatch 2024-01-21T11:48:59.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: cephadm 2024-01-21T11:48:58.576999+0000 mgr.smithi069.gsebav (mgr.14180) 1014 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.fsecej ... 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:48:59.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:48:59 smithi118 bash[17975]: cephadm 2024-01-21T11:48:58.580297+0000 mgr.smithi069.gsebav (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.tndwyt on smithi069 2024-01-21T11:49:00.336 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:00 smithi118 bash[17975]: cluster 2024-01-21T11:48:58.617041+0000 mgr.smithi069.gsebav (mgr.14180) 1016 : cluster [DBG] pgmap v678: 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 2024-01-21T11:49:00.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:00 smithi069 bash[14120]: cluster 2024-01-21T11:48:58.617041+0000 mgr.smithi069.gsebav (mgr.14180) 1016 : cluster [DBG] pgmap v678: 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 2024-01-21T11:49:02.870 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:02 smithi069 bash[14120]: cluster 2024-01-21T11:49:00.617752+0000 mgr.smithi069.gsebav (mgr.14180) 1017 : cluster [DBG] pgmap v679: 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 2024-01-21T11:49:03.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:02 smithi118 bash[17975]: cluster 2024-01-21T11:49:00.617752+0000 mgr.smithi069.gsebav (mgr.14180) 1017 : cluster [DBG] pgmap v679: 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 2024-01-21T11:49:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:03 smithi069 bash[14120]: audit 2024-01-21T11:49:03.025964+0000 mon.smithi069 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.tndwyt"}]: dispatch 2024-01-21T11:49:04.002 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:04.002 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:04.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:03 smithi118 bash[17975]: audit 2024-01-21T11:49:03.025964+0000 mon.smithi069 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.tndwyt"}]: dispatch 2024-01-21T11:49:04.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cluster 2024-01-21T11:49:02.618591+0000 mgr.smithi069.gsebav (mgr.14180) 1018 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 0 op/s 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cephadm 2024-01-21T11:49:03.024905+0000 mgr.smithi069.gsebav (mgr.14180) 1019 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.tndwyt ... 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.tndwyt ... 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cephadm 2024-01-21T11:49:03.025357+0000 mgr.smithi069.gsebav (mgr.14180) 1020 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cephadm 2024-01-21T11:49:03.027190+0000 mgr.smithi069.gsebav (mgr.14180) 1021 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:04.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.tndwyt ... 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cephadm 2024-01-21T11:49:03.030751+0000 mgr.smithi069.gsebav (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cephadm 2024-01-21T11:49:03.033786+0000 mgr.smithi069.gsebav (mgr.14180) 1023 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cluster 2024-01-21T11:49:03.034780+0000 mgr.smithi069.gsebav (mgr.14180) 1024 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-01-21T11:49:04.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:04 smithi069 bash[14120]: cluster 2024-01-21T11:49:03.576070+0000 mon.smithi069 (mon.0) 934 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:49:05.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cluster 2024-01-21T11:49:02.618591+0000 mgr.smithi069.gsebav (mgr.14180) 1018 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 0 op/s 2024-01-21T11:49:05.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cephadm 2024-01-21T11:49:03.024905+0000 mgr.smithi069.gsebav (mgr.14180) 1019 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:05.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:49:05.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.tndwyt ... 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:49:05.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.tndwyt ... 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:05.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cephadm 2024-01-21T11:49:03.025357+0000 mgr.smithi069.gsebav (mgr.14180) 1020 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cephadm 2024-01-21T11:49:03.027190+0000 mgr.smithi069.gsebav (mgr.14180) 1021 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.tndwyt ... 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:05.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:05.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:05.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cephadm 2024-01-21T11:49:03.030751+0000 mgr.smithi069.gsebav (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:05.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cephadm 2024-01-21T11:49:03.033786+0000 mgr.smithi069.gsebav (mgr.14180) 1023 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:05.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cluster 2024-01-21T11:49:03.034780+0000 mgr.smithi069.gsebav (mgr.14180) 1024 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-01-21T11:49:05.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:04 smithi118 bash[17975]: cluster 2024-01-21T11:49:03.576070+0000 mon.smithi069 (mon.0) 934 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:49:05.809 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:05 smithi069 bash[14120]: audit 2024-01-21T11:49:03.993158+0000 mgr.smithi069.gsebav (mgr.14180) 1025 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:05 smithi069 bash[14120]: cluster 2024-01-21T11:49:05.035731+0000 mgr.smithi069.gsebav (mgr.14180) 1026 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:05 smithi118 bash[17975]: audit 2024-01-21T11:49:03.993158+0000 mgr.smithi069.gsebav (mgr.14180) 1025 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:05 smithi118 bash[17975]: cluster 2024-01-21T11:49:05.035731+0000 mgr.smithi069.gsebav (mgr.14180) 1026 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:08.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:08 smithi118 bash[17975]: cluster 2024-01-21T11:49:07.036376+0000 mgr.smithi069.gsebav (mgr.14180) 1027 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:08.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:08 smithi118 bash[17975]: audit 2024-01-21T11:49:07.160041+0000 mon.smithi069 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:49:08.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:08 smithi069 bash[14120]: cluster 2024-01-21T11:49:07.036376+0000 mgr.smithi069.gsebav (mgr.14180) 1027 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:08.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:08 smithi069 bash[14120]: audit 2024-01-21T11:49:07.160041+0000 mon.smithi069 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:49:09.193 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:09.194 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:09.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:10.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:10 smithi118 bash[17975]: cluster 2024-01-21T11:49:09.037594+0000 mgr.smithi069.gsebav (mgr.14180) 1028 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:10.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:10 smithi118 bash[17975]: audit 2024-01-21T11:49:09.189039+0000 mgr.smithi069.gsebav (mgr.14180) 1029 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:10 smithi069 bash[14120]: cluster 2024-01-21T11:49:09.037594+0000 mgr.smithi069.gsebav (mgr.14180) 1028 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:10 smithi069 bash[14120]: audit 2024-01-21T11:49:09.189039+0000 mgr.smithi069.gsebav (mgr.14180) 1029 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:10.929 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:12.807 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:12 smithi069 bash[14120]: cluster 2024-01-21T11:49:11.038601+0000 mgr.smithi069.gsebav (mgr.14180) 1030 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:12.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:12 smithi118 bash[17975]: cluster 2024-01-21T11:49:11.038601+0000 mgr.smithi069.gsebav (mgr.14180) 1030 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:13.983 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:13.983 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:14.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:14 smithi118 bash[17975]: cluster 2024-01-21T11:49:13.040082+0000 mgr.smithi069.gsebav (mgr.14180) 1031 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:14.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:14 smithi069 bash[14120]: cluster 2024-01-21T11:49:13.040082+0000 mgr.smithi069.gsebav (mgr.14180) 1031 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:49:15.711 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:15 smithi118 bash[17975]: audit 2024-01-21T11:49:13.974595+0000 mgr.smithi069.gsebav (mgr.14180) 1032 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:15 smithi069 bash[14120]: audit 2024-01-21T11:49:13.974595+0000 mgr.smithi069.gsebav (mgr.14180) 1032 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:16.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:16 smithi118 bash[17975]: cluster 2024-01-21T11:49:15.041144+0000 mgr.smithi069.gsebav (mgr.14180) 1033 : 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 2024-01-21T11:49:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:16 smithi069 bash[14120]: cluster 2024-01-21T11:49:15.041144+0000 mgr.smithi069.gsebav (mgr.14180) 1033 : 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 2024-01-21T11:49:18.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:18 smithi118 bash[17975]: cluster 2024-01-21T11:49:17.041833+0000 mgr.smithi069.gsebav (mgr.14180) 1034 : 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 2024-01-21T11:49:18.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:18 smithi069 bash[14120]: cluster 2024-01-21T11:49:17.041833+0000 mgr.smithi069.gsebav (mgr.14180) 1034 : 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 2024-01-21T11:49:18.956 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:18.956 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:19.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:20.744 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:20 smithi118 bash[17975]: audit 2024-01-21T11:49:18.947655+0000 mgr.smithi069.gsebav (mgr.14180) 1035 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:20.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:20 smithi118 bash[17975]: cluster 2024-01-21T11:49:19.043119+0000 mgr.smithi069.gsebav (mgr.14180) 1036 : 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 2024-01-21T11:49:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:20 smithi069 bash[14120]: audit 2024-01-21T11:49:18.947655+0000 mgr.smithi069.gsebav (mgr.14180) 1035 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:20 smithi069 bash[14120]: cluster 2024-01-21T11:49:19.043119+0000 mgr.smithi069.gsebav (mgr.14180) 1036 : 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 2024-01-21T11:49:22.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:22 smithi118 bash[17975]: cluster 2024-01-21T11:49:21.044146+0000 mgr.smithi069.gsebav (mgr.14180) 1037 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:22.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:22 smithi069 bash[14120]: cluster 2024-01-21T11:49:21.044146+0000 mgr.smithi069.gsebav (mgr.14180) 1037 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:23.877 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:23.877 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:24.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:24.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:24 smithi118 bash[17975]: cluster 2024-01-21T11:49:23.045599+0000 mgr.smithi069.gsebav (mgr.14180) 1038 : cluster [DBG] pgmap v691: 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 2024-01-21T11:49:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:24 smithi069 bash[14120]: cluster 2024-01-21T11:49:23.045599+0000 mgr.smithi069.gsebav (mgr.14180) 1038 : cluster [DBG] pgmap v691: 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 2024-01-21T11:49:25.580 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:25 smithi069 bash[14120]: audit 2024-01-21T11:49:23.867390+0000 mgr.smithi069.gsebav (mgr.14180) 1039 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:25 smithi118 bash[17975]: audit 2024-01-21T11:49:23.867390+0000 mgr.smithi069.gsebav (mgr.14180) 1039 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:26.807 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:26 smithi069 bash[14120]: cluster 2024-01-21T11:49:25.046824+0000 mgr.smithi069.gsebav (mgr.14180) 1040 : 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 2024-01-21T11:49:27.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:26 smithi118 bash[17975]: cluster 2024-01-21T11:49:25.046824+0000 mgr.smithi069.gsebav (mgr.14180) 1040 : 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 2024-01-21T11:49:28.583 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:28.583 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:28 smithi069 bash[14120]: cluster 2024-01-21T11:49:27.047873+0000 mgr.smithi069.gsebav (mgr.14180) 1041 : 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 2024-01-21T11:49:29.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:28 smithi118 bash[17975]: cluster 2024-01-21T11:49:27.047873+0000 mgr.smithi069.gsebav (mgr.14180) 1041 : 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 2024-01-21T11:49:29.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:29.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:29 smithi118 bash[17975]: audit 2024-01-21T11:49:28.573581+0000 mgr.smithi069.gsebav (mgr.14180) 1042 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:29 smithi069 bash[14120]: audit 2024-01-21T11:49:28.573581+0000 mgr.smithi069.gsebav (mgr.14180) 1042 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:30.322 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:30.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:30 smithi069 bash[14120]: cluster 2024-01-21T11:49:29.048613+0000 mgr.smithi069.gsebav (mgr.14180) 1043 : 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 2024-01-21T11:49:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:30 smithi118 bash[17975]: cluster 2024-01-21T11:49:29.048613+0000 mgr.smithi069.gsebav (mgr.14180) 1043 : 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 2024-01-21T11:49:31.805 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:31 smithi069 bash[14120]: cluster 2024-01-21T11:49:31.049169+0000 mgr.smithi069.gsebav (mgr.14180) 1044 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:31 smithi118 bash[17975]: cluster 2024-01-21T11:49:31.049169+0000 mgr.smithi069.gsebav (mgr.14180) 1044 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:33.506 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:33.506 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:34.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:34.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:34 smithi118 bash[17975]: cluster 2024-01-21T11:49:33.050482+0000 mgr.smithi069.gsebav (mgr.14180) 1045 : cluster [DBG] pgmap v696: 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 2024-01-21T11:49:34.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:34 smithi118 bash[17975]: audit 2024-01-21T11:49:33.500406+0000 mgr.smithi069.gsebav (mgr.14180) 1046 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:34 smithi069 bash[14120]: cluster 2024-01-21T11:49:33.050482+0000 mgr.smithi069.gsebav (mgr.14180) 1045 : cluster [DBG] pgmap v696: 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 2024-01-21T11:49:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:34 smithi069 bash[14120]: audit 2024-01-21T11:49:33.500406+0000 mgr.smithi069.gsebav (mgr.14180) 1046 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:35.261 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:36.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:36 smithi118 bash[17975]: cluster 2024-01-21T11:49:35.051687+0000 mgr.smithi069.gsebav (mgr.14180) 1047 : 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 2024-01-21T11:49:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:36 smithi069 bash[14120]: cluster 2024-01-21T11:49:35.051687+0000 mgr.smithi069.gsebav (mgr.14180) 1047 : 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 2024-01-21T11:49:38.306 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:38.306 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:38 smithi118 bash[17975]: cluster 2024-01-21T11:49:37.052852+0000 mgr.smithi069.gsebav (mgr.14180) 1048 : 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 2024-01-21T11:49:38.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:38 smithi069 bash[14120]: cluster 2024-01-21T11:49:37.052852+0000 mgr.smithi069.gsebav (mgr.14180) 1048 : 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 2024-01-21T11:49:39.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:39 smithi118 bash[17975]: audit 2024-01-21T11:49:38.296174+0000 mgr.smithi069.gsebav (mgr.14180) 1049 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:39 smithi069 bash[14120]: audit 2024-01-21T11:49:38.296174+0000 mgr.smithi069.gsebav (mgr.14180) 1049 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:40.112 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:40.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:40 smithi118 bash[17975]: cluster 2024-01-21T11:49:39.054162+0000 mgr.smithi069.gsebav (mgr.14180) 1050 : 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 2024-01-21T11:49:40.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:40 smithi069 bash[14120]: cluster 2024-01-21T11:49:39.054162+0000 mgr.smithi069.gsebav (mgr.14180) 1050 : 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 2024-01-21T11:49:42.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:42 smithi118 bash[17975]: cluster 2024-01-21T11:49:41.055001+0000 mgr.smithi069.gsebav (mgr.14180) 1051 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:42.825 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:42 smithi069 bash[14120]: cluster 2024-01-21T11:49:41.055001+0000 mgr.smithi069.gsebav (mgr.14180) 1051 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:43.180 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:43.181 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:43.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:44.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:44 smithi118 bash[17975]: cluster 2024-01-21T11:49:43.056375+0000 mgr.smithi069.gsebav (mgr.14180) 1052 : cluster [DBG] pgmap v701: 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 2024-01-21T11:49:44.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:44 smithi118 bash[17975]: audit 2024-01-21T11:49:43.171981+0000 mgr.smithi069.gsebav (mgr.14180) 1053 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:44 smithi069 bash[14120]: cluster 2024-01-21T11:49:43.056375+0000 mgr.smithi069.gsebav (mgr.14180) 1052 : cluster [DBG] pgmap v701: 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 2024-01-21T11:49:44.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:44 smithi069 bash[14120]: audit 2024-01-21T11:49:43.171981+0000 mgr.smithi069.gsebav (mgr.14180) 1053 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:44.920 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:46.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:46 smithi118 bash[17975]: cluster 2024-01-21T11:49:45.057400+0000 mgr.smithi069.gsebav (mgr.14180) 1054 : 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 2024-01-21T11:49:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:46 smithi069 bash[14120]: cluster 2024-01-21T11:49:45.057400+0000 mgr.smithi069.gsebav (mgr.14180) 1054 : 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 2024-01-21T11:49:48.126 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:48.126 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:48.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:48 smithi069 bash[14120]: cluster 2024-01-21T11:49:47.058491+0000 mgr.smithi069.gsebav (mgr.14180) 1055 : 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 2024-01-21T11:49:48.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:48 smithi118 bash[17975]: cluster 2024-01-21T11:49:47.058491+0000 mgr.smithi069.gsebav (mgr.14180) 1055 : 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 2024-01-21T11:49:48.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:49.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:49 smithi118 bash[17975]: audit 2024-01-21T11:49:48.117516+0000 mgr.smithi069.gsebav (mgr.14180) 1056 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:49 smithi069 bash[14120]: audit 2024-01-21T11:49:48.117516+0000 mgr.smithi069.gsebav (mgr.14180) 1056 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:49.900 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:50 smithi069 bash[14120]: cluster 2024-01-21T11:49:49.059903+0000 mgr.smithi069.gsebav (mgr.14180) 1057 : 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 2024-01-21T11:49:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:50 smithi118 bash[17975]: cluster 2024-01-21T11:49:49.059903+0000 mgr.smithi069.gsebav (mgr.14180) 1057 : 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 2024-01-21T11:49:52.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:52 smithi069 bash[14120]: cluster 2024-01-21T11:49:51.060831+0000 mgr.smithi069.gsebav (mgr.14180) 1058 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:53.001 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:53.001 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:52 smithi118 bash[17975]: cluster 2024-01-21T11:49:51.060831+0000 mgr.smithi069.gsebav (mgr.14180) 1058 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:53.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:54.830 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:54.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:54 smithi069 bash[14120]: audit 2024-01-21T11:49:52.992191+0000 mgr.smithi069.gsebav (mgr.14180) 1059 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:54.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:54 smithi069 bash[14120]: cluster 2024-01-21T11:49:53.061981+0000 mgr.smithi069.gsebav (mgr.14180) 1060 : cluster [DBG] pgmap v706: 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 2024-01-21T11:49:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:54 smithi118 bash[17975]: audit 2024-01-21T11:49:52.992191+0000 mgr.smithi069.gsebav (mgr.14180) 1059 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:54 smithi118 bash[17975]: cluster 2024-01-21T11:49:53.061981+0000 mgr.smithi069.gsebav (mgr.14180) 1060 : cluster [DBG] pgmap v706: 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 2024-01-21T11:49:55.922 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:55 smithi069 bash[14120]: cluster 2024-01-21T11:49:55.063075+0000 mgr.smithi069.gsebav (mgr.14180) 1061 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:56.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:55 smithi118 bash[17975]: cluster 2024-01-21T11:49:55.063075+0000 mgr.smithi069.gsebav (mgr.14180) 1061 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:57.831 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:49:57.831 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:58.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:58 smithi069 bash[14120]: cluster 2024-01-21T11:49:57.064327+0000 mgr.smithi069.gsebav (mgr.14180) 1062 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:58.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:58 smithi118 bash[17975]: cluster 2024-01-21T11:49:57.064327+0000 mgr.smithi069.gsebav (mgr.14180) 1062 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:49:58.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:59.647 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:49:59 smithi118 bash[17975]: audit 2024-01-21T11:49:57.821688+0000 mgr.smithi069.gsebav (mgr.14180) 1063 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:59.843 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:49:59 smithi069 bash[14120]: audit 2024-01-21T11:49:57.821688+0000 mgr.smithi069.gsebav (mgr.14180) 1063 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:00.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:00 smithi069 bash[14120]: cluster 2024-01-21T11:49:59.065710+0000 mgr.smithi069.gsebav (mgr.14180) 1064 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:00.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:00 smithi069 bash[14120]: cluster 2024-01-21T11:50:00.000140+0000 mon.smithi069 (mon.0) 936 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:50:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:00 smithi118 bash[17975]: cluster 2024-01-21T11:49:59.065710+0000 mgr.smithi069.gsebav (mgr.14180) 1064 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:00 smithi118 bash[17975]: cluster 2024-01-21T11:50:00.000140+0000 mon.smithi069 (mon.0) 936 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:50:02.729 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:02.729 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:48.382166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giwnxt on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:02.780 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:02 smithi069 bash[14120]: cluster 2024-01-21T11:50:01.066659+0000 mgr.smithi069.gsebav (mgr.14180) 1065 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:02 smithi118 bash[17975]: cluster 2024-01-21T11:50:01.066659+0000 mgr.smithi069.gsebav (mgr.14180) 1065 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:03.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:03 smithi118 bash[17975]: audit 2024-01-21T11:50:03.038095+0000 mon.smithi069 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:50:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:03 smithi118 bash[17975]: audit 2024-01-21T11:50:03.306051+0000 mon.smithi069 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:03 smithi069 bash[14120]: audit 2024-01-21T11:50:03.038095+0000 mon.smithi069 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:50:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:03 smithi069 bash[14120]: audit 2024-01-21T11:50:03.306051+0000 mon.smithi069 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:04.466 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: audit 2024-01-21T11:50:02.719194+0000 mgr.smithi069.gsebav (mgr.14180) 1066 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: cluster 2024-01-21T11:50:03.067844+0000 mgr.smithi069.gsebav (mgr.14180) 1067 : cluster [DBG] pgmap v711: 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 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: audit 2024-01-21T11:50:03.606085+0000 mon.smithi069 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: audit 2024-01-21T11:50:03.607634+0000 mon.smithi069 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: audit 2024-01-21T11:50:03.615416+0000 mon.smithi069 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: audit 2024-01-21T11:50:03.624954+0000 mon.smithi069 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:50:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:04 smithi118 bash[17975]: audit 2024-01-21T11:50:03.639077+0000 mon.smithi069 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: audit 2024-01-21T11:50:02.719194+0000 mgr.smithi069.gsebav (mgr.14180) 1066 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: cluster 2024-01-21T11:50:03.067844+0000 mgr.smithi069.gsebav (mgr.14180) 1067 : cluster [DBG] pgmap v711: 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 2024-01-21T11:50:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: audit 2024-01-21T11:50:03.606085+0000 mon.smithi069 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:50:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: audit 2024-01-21T11:50:03.607634+0000 mon.smithi069 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:50:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: audit 2024-01-21T11:50:03.615416+0000 mon.smithi069 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: audit 2024-01-21T11:50:03.624954+0000 mon.smithi069 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:50:04.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:04 smithi069 bash[14120]: audit 2024-01-21T11:50:03.639077+0000 mon.smithi069 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:05.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:05 smithi118 bash[17975]: cluster 2024-01-21T11:50:03.616478+0000 mgr.smithi069.gsebav (mgr.14180) 1068 : cluster [DBG] pgmap v712: 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 2024-01-21T11:50:05.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:05 smithi118 bash[17975]: cephadm 2024-01-21T11:50:03.643361+0000 mgr.smithi069.gsebav (mgr.14180) 1069 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.zvophi on smithi118 2024-01-21T11:50:05.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:05 smithi118 bash[17975]: cluster 2024-01-21T11:50:04.612267+0000 mon.smithi069 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:50:05.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:05 smithi118 bash[17975]: cluster 2024-01-21T11:50:04.612306+0000 mon.smithi069 (mon.0) 945 : cluster [INF] Cluster is now healthy 2024-01-21T11:50:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:05 smithi069 bash[14120]: cluster 2024-01-21T11:50:03.616478+0000 mgr.smithi069.gsebav (mgr.14180) 1068 : cluster [DBG] pgmap v712: 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 2024-01-21T11:50:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:05 smithi069 bash[14120]: cephadm 2024-01-21T11:50:03.643361+0000 mgr.smithi069.gsebav (mgr.14180) 1069 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.zvophi on smithi118 2024-01-21T11:50:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:05 smithi069 bash[14120]: cluster 2024-01-21T11:50:04.612267+0000 mon.smithi069 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:50:05.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:05 smithi069 bash[14120]: cluster 2024-01-21T11:50:04.612306+0000 mon.smithi069 (mon.0) 945 : cluster [INF] Cluster is now healthy 2024-01-21T11:50:07.614 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:07.614 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:48:58.576828Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fsecej on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-fsecej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.fsecej\nDeploy daemon haproxy.nfs.foo.smithi118.fsecej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.027071Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.tndwyt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-tndwyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.tndwyt\nDeploy daemon haproxy.nfs.foo.smithi069.tndwyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:03.030574Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.ezshai on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:07.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:07 smithi118 bash[17975]: cluster 2024-01-21T11:50:05.617266+0000 mgr.smithi069.gsebav (mgr.14180) 1070 : cluster [DBG] pgmap v713: 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 2024-01-21T11:50:07.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:07 smithi118 bash[17975]: audit 2024-01-21T11:50:07.551345+0000 mon.smithi069 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.zvophi"}]: dispatch 2024-01-21T11:50:07.824 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:07 smithi069 bash[14120]: cluster 2024-01-21T11:50:05.617266+0000 mgr.smithi069.gsebav (mgr.14180) 1070 : cluster [DBG] pgmap v713: 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 2024-01-21T11:50:07.824 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:07 smithi069 bash[14120]: audit 2024-01-21T11:50:07.551345+0000 mon.smithi069 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.zvophi"}]: dispatch 2024-01-21T11:50:08.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: cephadm 2024-01-21T11:50:07.550281+0000 mgr.smithi069.gsebav (mgr.14180) 1071 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.zvophi ... 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:08.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.zvophi ... 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: cephadm 2024-01-21T11:50:07.550806+0000 mgr.smithi069.gsebav (mgr.14180) 1072 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: cephadm 2024-01-21T11:50:07.552662+0000 mgr.smithi069.gsebav (mgr.14180) 1073 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:08.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.zvophi ... 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:08.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:08 smithi069 bash[14120]: cephadm 2024-01-21T11:50:07.556323+0000 mgr.smithi069.gsebav (mgr.14180) 1074 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.kzdgjf on smithi069 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: cephadm 2024-01-21T11:50:07.550281+0000 mgr.smithi069.gsebav (mgr.14180) 1071 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.zvophi ... 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.zvophi ... 2024-01-21T11:50:09.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: cephadm 2024-01-21T11:50:07.550806+0000 mgr.smithi069.gsebav (mgr.14180) 1072 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: cephadm 2024-01-21T11:50:07.552662+0000 mgr.smithi069.gsebav (mgr.14180) 1073 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.zvophi ... 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:09.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:09.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:09.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:09.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:09.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:08 smithi118 bash[17975]: cephadm 2024-01-21T11:50:07.556323+0000 mgr.smithi069.gsebav (mgr.14180) 1074 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.kzdgjf on smithi069 2024-01-21T11:50:09.404 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:09.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:09 smithi118 bash[17975]: audit 2024-01-21T11:50:07.604917+0000 mgr.smithi069.gsebav (mgr.14180) 1075 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:09.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:09 smithi118 bash[17975]: cluster 2024-01-21T11:50:07.618536+0000 mgr.smithi069.gsebav (mgr.14180) 1076 : cluster [DBG] pgmap v714: 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 2024-01-21T11:50:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:09 smithi069 bash[14120]: audit 2024-01-21T11:50:07.604917+0000 mgr.smithi069.gsebav (mgr.14180) 1075 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:09 smithi069 bash[14120]: cluster 2024-01-21T11:50:07.618536+0000 mgr.smithi069.gsebav (mgr.14180) 1076 : cluster [DBG] pgmap v714: 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 2024-01-21T11:50:11.415 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:11 smithi069 bash[14120]: cluster 2024-01-21T11:50:09.619238+0000 mgr.smithi069.gsebav (mgr.14180) 1077 : cluster [DBG] pgmap v715: 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 2024-01-21T11:50:11.415 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:11 smithi069 bash[14120]: audit 2024-01-21T11:50:10.155394+0000 mon.smithi069 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:11.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:11 smithi118 bash[17975]: cluster 2024-01-21T11:50:09.619238+0000 mgr.smithi069.gsebav (mgr.14180) 1077 : cluster [DBG] pgmap v715: 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 2024-01-21T11:50:11.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:11 smithi118 bash[17975]: audit 2024-01-21T11:50:10.155394+0000 mon.smithi069 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:12.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: cephadm 2024-01-21T11:50:11.591967+0000 mgr.smithi069.gsebav (mgr.14180) 1078 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:12.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.kzdgjf ... 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:50:12.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.kzdgjf ... 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: cephadm 2024-01-21T11:50:11.592514+0000 mgr.smithi069.gsebav (mgr.14180) 1079 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: audit 2024-01-21T11:50:11.593131+0000 mon.smithi069 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.kzdgjf"}]: dispatch 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: cephadm 2024-01-21T11:50:11.594251+0000 mgr.smithi069.gsebav (mgr.14180) 1080 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.kzdgjf ... 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:12.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:12.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:12 smithi118 bash[17975]: cephadm 2024-01-21T11:50:11.597422+0000 mgr.smithi069.gsebav (mgr.14180) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: cephadm 2024-01-21T11:50:11.591967+0000 mgr.smithi069.gsebav (mgr.14180) 1078 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.kzdgjf ... 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.584 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.kzdgjf ... 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: cephadm 2024-01-21T11:50:11.592514+0000 mgr.smithi069.gsebav (mgr.14180) 1079 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: audit 2024-01-21T11:50:11.593131+0000 mon.smithi069 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.kzdgjf"}]: dispatch 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: cephadm 2024-01-21T11:50:11.594251+0000 mgr.smithi069.gsebav (mgr.14180) 1080 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.kzdgjf ... 2024-01-21T11:50:12.586 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:12.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:12.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:12.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:12.587 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:12 smithi069 bash[14120]: cephadm 2024-01-21T11:50:11.597422+0000 mgr.smithi069.gsebav (mgr.14180) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:13.000 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:13.001 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:13.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:13 smithi069 bash[14120]: cephadm 2024-01-21T11:50:11.599278+0000 mgr.smithi069.gsebav (mgr.14180) 1082 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:13.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:13 smithi069 bash[14120]: cluster 2024-01-21T11:50:11.600418+0000 mgr.smithi069.gsebav (mgr.14180) 1083 : cluster [DBG] pgmap v716: 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 2024-01-21T11:50:13.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:13 smithi069 bash[14120]: cluster 2024-01-21T11:50:12.156426+0000 mon.smithi069 (mon.0) 949 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:50:13.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:13 smithi069 bash[14120]: audit 2024-01-21T11:50:12.203853+0000 mon.smithi069 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:13.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:13 smithi118 bash[17975]: cephadm 2024-01-21T11:50:11.599278+0000 mgr.smithi069.gsebav (mgr.14180) 1082 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:13 smithi118 bash[17975]: cluster 2024-01-21T11:50:11.600418+0000 mgr.smithi069.gsebav (mgr.14180) 1083 : cluster [DBG] pgmap v716: 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 2024-01-21T11:50:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:13 smithi118 bash[17975]: cluster 2024-01-21T11:50:12.156426+0000 mon.smithi069 (mon.0) 949 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:50:13.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:13 smithi118 bash[17975]: audit 2024-01-21T11:50:12.203853+0000 mon.smithi069 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:13.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:14.801 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:14.813 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:14 smithi069 bash[14120]: audit 2024-01-21T11:50:12.991988+0000 mgr.smithi069.gsebav (mgr.14180) 1084 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:14.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:14 smithi118 bash[17975]: audit 2024-01-21T11:50:12.991988+0000 mgr.smithi069.gsebav (mgr.14180) 1084 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:15.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:15 smithi118 bash[17975]: cluster 2024-01-21T11:50:13.601715+0000 mgr.smithi069.gsebav (mgr.14180) 1085 : cluster [DBG] pgmap v717: 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 2024-01-21T11:50:15.841 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:15 smithi069 bash[14120]: cluster 2024-01-21T11:50:13.601715+0000 mgr.smithi069.gsebav (mgr.14180) 1085 : cluster [DBG] pgmap v717: 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 2024-01-21T11:50:17.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:17 smithi118 bash[17975]: cluster 2024-01-21T11:50:15.602679+0000 mgr.smithi069.gsebav (mgr.14180) 1086 : 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 2024-01-21T11:50:17.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:17 smithi069 bash[14120]: cluster 2024-01-21T11:50:15.602679+0000 mgr.smithi069.gsebav (mgr.14180) 1086 : 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 2024-01-21T11:50:17.945 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:17.945 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:18.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:19.692 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:19.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:19 smithi118 bash[17975]: cluster 2024-01-21T11:50:17.604532+0000 mgr.smithi069.gsebav (mgr.14180) 1087 : 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 2024-01-21T11:50:19.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:19 smithi118 bash[17975]: audit 2024-01-21T11:50:17.936028+0000 mgr.smithi069.gsebav (mgr.14180) 1088 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:19 smithi069 bash[14120]: cluster 2024-01-21T11:50:17.604532+0000 mgr.smithi069.gsebav (mgr.14180) 1087 : 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 2024-01-21T11:50:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:19 smithi069 bash[14120]: audit 2024-01-21T11:50:17.936028+0000 mgr.smithi069.gsebav (mgr.14180) 1088 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:21 smithi118 bash[17975]: cluster 2024-01-21T11:50:19.605675+0000 mgr.smithi069.gsebav (mgr.14180) 1089 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:21 smithi069 bash[14120]: cluster 2024-01-21T11:50:19.605675+0000 mgr.smithi069.gsebav (mgr.14180) 1089 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:22.868 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:22.868 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:23.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:23 smithi069 bash[14120]: cluster 2024-01-21T11:50:21.606304+0000 mgr.smithi069.gsebav (mgr.14180) 1090 : 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 2024-01-21T11:50:24.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:23 smithi118 bash[17975]: cluster 2024-01-21T11:50:21.606304+0000 mgr.smithi069.gsebav (mgr.14180) 1090 : 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 2024-01-21T11:50:24.677 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:24 smithi069 bash[14120]: audit 2024-01-21T11:50:22.857251+0000 mgr.smithi069.gsebav (mgr.14180) 1091 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:24 smithi118 bash[17975]: audit 2024-01-21T11:50:22.857251+0000 mgr.smithi069.gsebav (mgr.14180) 1091 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:25 smithi069 bash[14120]: cluster 2024-01-21T11:50:23.607053+0000 mgr.smithi069.gsebav (mgr.14180) 1092 : cluster [DBG] pgmap v722: 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 2024-01-21T11:50:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:25 smithi069 bash[14120]: audit 2024-01-21T11:50:25.157842+0000 mon.smithi069 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:25 smithi118 bash[17975]: cluster 2024-01-21T11:50:23.607053+0000 mgr.smithi069.gsebav (mgr.14180) 1092 : cluster [DBG] pgmap v722: 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 2024-01-21T11:50:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:25 smithi118 bash[17975]: audit 2024-01-21T11:50:25.157842+0000 mon.smithi069 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:50:27.612 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:27.612 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:27.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:27 smithi069 bash[14120]: cluster 2024-01-21T11:50:25.607604+0000 mgr.smithi069.gsebav (mgr.14180) 1093 : 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 2024-01-21T11:50:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:27 smithi118 bash[17975]: cluster 2024-01-21T11:50:25.607604+0000 mgr.smithi069.gsebav (mgr.14180) 1093 : 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 2024-01-21T11:50:28.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:29.416 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:29 smithi069 bash[14120]: audit 2024-01-21T11:50:27.606006+0000 mgr.smithi069.gsebav (mgr.14180) 1094 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:29 smithi069 bash[14120]: cluster 2024-01-21T11:50:27.608841+0000 mgr.smithi069.gsebav (mgr.14180) 1095 : 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 2024-01-21T11:50:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:29 smithi118 bash[17975]: audit 2024-01-21T11:50:27.606006+0000 mgr.smithi069.gsebav (mgr.14180) 1094 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:29 smithi118 bash[17975]: cluster 2024-01-21T11:50:27.608841+0000 mgr.smithi069.gsebav (mgr.14180) 1095 : 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 2024-01-21T11:50:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:31 smithi069 bash[14120]: cluster 2024-01-21T11:50:29.609473+0000 mgr.smithi069.gsebav (mgr.14180) 1096 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:31 smithi118 bash[17975]: cluster 2024-01-21T11:50:29.609473+0000 mgr.smithi069.gsebav (mgr.14180) 1096 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:32.442 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:32.442 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:32 smithi069 bash[14120]: cluster 2024-01-21T11:50:31.610251+0000 mgr.smithi069.gsebav (mgr.14180) 1097 : 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 2024-01-21T11:50:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:32 smithi069 bash[14120]: audit 2024-01-21T11:50:32.433179+0000 mgr.smithi069.gsebav (mgr.14180) 1098 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:33.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:32 smithi118 bash[17975]: cluster 2024-01-21T11:50:31.610251+0000 mgr.smithi069.gsebav (mgr.14180) 1097 : 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 2024-01-21T11:50:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:32 smithi118 bash[17975]: audit 2024-01-21T11:50:32.433179+0000 mgr.smithi069.gsebav (mgr.14180) 1098 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:33.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:34.206 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:35.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:35 smithi118 bash[17975]: cluster 2024-01-21T11:50:33.611484+0000 mgr.smithi069.gsebav (mgr.14180) 1099 : cluster [DBG] pgmap v727: 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 2024-01-21T11:50:35.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:35 smithi069 bash[14120]: cluster 2024-01-21T11:50:33.611484+0000 mgr.smithi069.gsebav (mgr.14180) 1099 : cluster [DBG] pgmap v727: 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 2024-01-21T11:50:37.376 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:37.376 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:37.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:37 smithi069 bash[14120]: cluster 2024-01-21T11:50:35.612462+0000 mgr.smithi069.gsebav (mgr.14180) 1100 : 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 2024-01-21T11:50:37.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:37 smithi118 bash[17975]: cluster 2024-01-21T11:50:35.612462+0000 mgr.smithi069.gsebav (mgr.14180) 1100 : 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 2024-01-21T11:50:38.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:38.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:38 smithi118 bash[17975]: audit 2024-01-21T11:50:37.371166+0000 mgr.smithi069.gsebav (mgr.14180) 1101 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:38.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:38 smithi069 bash[14120]: audit 2024-01-21T11:50:37.371166+0000 mgr.smithi069.gsebav (mgr.14180) 1101 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:39.149 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:39 smithi118 bash[17975]: cluster 2024-01-21T11:50:37.613741+0000 mgr.smithi069.gsebav (mgr.14180) 1102 : 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 2024-01-21T11:50:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:39 smithi069 bash[14120]: cluster 2024-01-21T11:50:37.613741+0000 mgr.smithi069.gsebav (mgr.14180) 1102 : 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 2024-01-21T11:50:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:41 smithi118 bash[17975]: cluster 2024-01-21T11:50:39.614790+0000 mgr.smithi069.gsebav (mgr.14180) 1103 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:41.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:41 smithi069 bash[14120]: cluster 2024-01-21T11:50:39.614790+0000 mgr.smithi069.gsebav (mgr.14180) 1103 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:42.179 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:42.179 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:42.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:43 smithi118 bash[17975]: cluster 2024-01-21T11:50:41.615946+0000 mgr.smithi069.gsebav (mgr.14180) 1104 : 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 2024-01-21T11:50:43.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:43 smithi118 bash[17975]: audit 2024-01-21T11:50:42.169447+0000 mgr.smithi069.gsebav (mgr.14180) 1105 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:43 smithi069 bash[14120]: cluster 2024-01-21T11:50:41.615946+0000 mgr.smithi069.gsebav (mgr.14180) 1104 : 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 2024-01-21T11:50:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:43 smithi069 bash[14120]: audit 2024-01-21T11:50:42.169447+0000 mgr.smithi069.gsebav (mgr.14180) 1105 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:43.964 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:45 smithi069 bash[14120]: cluster 2024-01-21T11:50:43.617221+0000 mgr.smithi069.gsebav (mgr.14180) 1106 : cluster [DBG] pgmap v732: 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 2024-01-21T11:50:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:45 smithi118 bash[17975]: cluster 2024-01-21T11:50:43.617221+0000 mgr.smithi069.gsebav (mgr.14180) 1106 : cluster [DBG] pgmap v732: 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 2024-01-21T11:50:46.940 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:46.940 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:47.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:47.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:47 smithi069 bash[14120]: cluster 2024-01-21T11:50:45.618040+0000 mgr.smithi069.gsebav (mgr.14180) 1107 : 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 2024-01-21T11:50:48.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:47 smithi118 bash[17975]: cluster 2024-01-21T11:50:45.618040+0000 mgr.smithi069.gsebav (mgr.14180) 1107 : 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 2024-01-21T11:50:48.717 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:48.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:48 smithi069 bash[14120]: audit 2024-01-21T11:50:46.934104+0000 mgr.smithi069.gsebav (mgr.14180) 1108 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:49.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:48 smithi118 bash[17975]: audit 2024-01-21T11:50:46.934104+0000 mgr.smithi069.gsebav (mgr.14180) 1108 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:49.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:49 smithi069 bash[14120]: cluster 2024-01-21T11:50:47.619416+0000 mgr.smithi069.gsebav (mgr.14180) 1109 : 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 2024-01-21T11:50:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:49 smithi118 bash[17975]: cluster 2024-01-21T11:50:47.619416+0000 mgr.smithi069.gsebav (mgr.14180) 1109 : 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 2024-01-21T11:50:51.697 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:51.697 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:51.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:51 smithi069 bash[14120]: cluster 2024-01-21T11:50:49.620188+0000 mgr.smithi069.gsebav (mgr.14180) 1110 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:51 smithi118 bash[17975]: cluster 2024-01-21T11:50:49.620188+0000 mgr.smithi069.gsebav (mgr.14180) 1110 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:50:52.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:53.570 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:53.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:53 smithi069 bash[14120]: cluster 2024-01-21T11:50:51.621256+0000 mgr.smithi069.gsebav (mgr.14180) 1111 : 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 2024-01-21T11:50:53.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:53 smithi069 bash[14120]: audit 2024-01-21T11:50:51.686882+0000 mgr.smithi069.gsebav (mgr.14180) 1112 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:54.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:53 smithi118 bash[17975]: cluster 2024-01-21T11:50:51.621256+0000 mgr.smithi069.gsebav (mgr.14180) 1111 : 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 2024-01-21T11:50:54.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:53 smithi118 bash[17975]: audit 2024-01-21T11:50:51.686882+0000 mgr.smithi069.gsebav (mgr.14180) 1112 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:54.818 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:54 smithi069 bash[14120]: cluster 2024-01-21T11:50:53.622366+0000 mgr.smithi069.gsebav (mgr.14180) 1113 : cluster [DBG] pgmap v737: 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 2024-01-21T11:50:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:54 smithi118 bash[17975]: cluster 2024-01-21T11:50:53.622366+0000 mgr.smithi069.gsebav (mgr.14180) 1113 : cluster [DBG] pgmap v737: 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 2024-01-21T11:50:56.532 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:50:56.532 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:56 smithi069 bash[14120]: cluster 2024-01-21T11:50:55.623361+0000 mgr.smithi069.gsebav (mgr.14180) 1114 : 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 2024-01-21T11:50:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:56 smithi069 bash[14120]: audit 2024-01-21T11:50:56.523085+0000 mgr.smithi069.gsebav (mgr.14180) 1115 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:57.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:56 smithi118 bash[17975]: cluster 2024-01-21T11:50:55.623361+0000 mgr.smithi069.gsebav (mgr.14180) 1114 : 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 2024-01-21T11:50:57.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:56 smithi118 bash[17975]: audit 2024-01-21T11:50:56.523085+0000 mgr.smithi069.gsebav (mgr.14180) 1115 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:57.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:58.313 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:59.708 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:50:59 smithi069 bash[14120]: cluster 2024-01-21T11:50:57.624656+0000 mgr.smithi069.gsebav (mgr.14180) 1116 : 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 2024-01-21T11:50:59.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:50:59 smithi118 bash[17975]: cluster 2024-01-21T11:50:57.624656+0000 mgr.smithi069.gsebav (mgr.14180) 1116 : 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 2024-01-21T11:51:01.476 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:01.477 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:01.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:01 smithi118 bash[17975]: cluster 2024-01-21T11:50:59.625903+0000 mgr.smithi069.gsebav (mgr.14180) 1117 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:01 smithi069 bash[14120]: cluster 2024-01-21T11:50:59.625903+0000 mgr.smithi069.gsebav (mgr.14180) 1117 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:02.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:02.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:02 smithi118 bash[17975]: audit 2024-01-21T11:51:01.465124+0000 mgr.smithi069.gsebav (mgr.14180) 1118 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:02.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:02 smithi069 bash[14120]: audit 2024-01-21T11:51:01.465124+0000 mgr.smithi069.gsebav (mgr.14180) 1118 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:03.246 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:03 smithi118 bash[17975]: cluster 2024-01-21T11:51:01.627079+0000 mgr.smithi069.gsebav (mgr.14180) 1119 : 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 2024-01-21T11:51:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:03 smithi069 bash[14120]: cluster 2024-01-21T11:51:01.627079+0000 mgr.smithi069.gsebav (mgr.14180) 1119 : 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 2024-01-21T11:51:05.833 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:05 smithi069 bash[14120]: cluster 2024-01-21T11:51:03.628400+0000 mgr.smithi069.gsebav (mgr.14180) 1120 : cluster [DBG] pgmap v742: 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 2024-01-21T11:51:06.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:05 smithi118 bash[17975]: cluster 2024-01-21T11:51:03.628400+0000 mgr.smithi069.gsebav (mgr.14180) 1120 : cluster [DBG] pgmap v742: 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 2024-01-21T11:51:06.206 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:06.207 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:06.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:07.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:07 smithi069 bash[14120]: cluster 2024-01-21T11:51:05.629328+0000 mgr.smithi069.gsebav (mgr.14180) 1121 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:07.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:07 smithi069 bash[14120]: audit 2024-01-21T11:51:06.197743+0000 mgr.smithi069.gsebav (mgr.14180) 1122 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:07.986 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:07 smithi118 bash[17975]: cluster 2024-01-21T11:51:05.629328+0000 mgr.smithi069.gsebav (mgr.14180) 1121 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:08.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:07 smithi118 bash[17975]: audit 2024-01-21T11:51:06.197743+0000 mgr.smithi069.gsebav (mgr.14180) 1122 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:09.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:09 smithi118 bash[17975]: cluster 2024-01-21T11:51:07.630810+0000 mgr.smithi069.gsebav (mgr.14180) 1123 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:09 smithi069 bash[14120]: cluster 2024-01-21T11:51:07.630810+0000 mgr.smithi069.gsebav (mgr.14180) 1123 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:11.093 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:11.093 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:03.033622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.rzgget on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:11 smithi069 bash[14120]: cluster 2024-01-21T11:51:09.631991+0000 mgr.smithi069.gsebav (mgr.14180) 1124 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:11.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:12.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:11 smithi118 bash[17975]: cluster 2024-01-21T11:51:09.631991+0000 mgr.smithi069.gsebav (mgr.14180) 1124 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:12.865 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:12.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.082701+0000 mgr.smithi069.gsebav (mgr.14180) 1125 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:12.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.603163+0000 mon.smithi069 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:51:12.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.897685+0000 mon.smithi069 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:51:12.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.899118+0000 mon.smithi069 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:51:12.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.907562+0000 mon.smithi069 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:51:12.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.920411+0000 mon.smithi069 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:51:12.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:12 smithi069 bash[14120]: audit 2024-01-21T11:51:11.955287+0000 mon.smithi069 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.082701+0000 mgr.smithi069.gsebav (mgr.14180) 1125 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.603163+0000 mon.smithi069 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.897685+0000 mon.smithi069 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.899118+0000 mon.smithi069 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.907562+0000 mon.smithi069 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.920411+0000 mon.smithi069 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:51:13.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:12 smithi118 bash[17975]: audit 2024-01-21T11:51:11.955287+0000 mon.smithi069 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:51:13.925 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:13 smithi069 bash[14120]: cluster 2024-01-21T11:51:11.632645+0000 mgr.smithi069.gsebav (mgr.14180) 1126 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:13.925 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:13 smithi069 bash[14120]: cluster 2024-01-21T11:51:11.908579+0000 mgr.smithi069.gsebav (mgr.14180) 1127 : cluster [DBG] pgmap v747: 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 2024-01-21T11:51:13.925 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:13 smithi069 bash[14120]: cephadm 2024-01-21T11:51:11.958779+0000 mgr.smithi069.gsebav (mgr.14180) 1128 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.hxlayz on smithi118 2024-01-21T11:51:13.925 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:13 smithi069 bash[14120]: cluster 2024-01-21T11:51:12.595575+0000 mon.smithi069 (mon.0) 958 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:51:13.925 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:13 smithi069 bash[14120]: cluster 2024-01-21T11:51:12.595628+0000 mon.smithi069 (mon.0) 959 : cluster [INF] Cluster is now healthy 2024-01-21T11:51:14.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:13 smithi118 bash[17975]: cluster 2024-01-21T11:51:11.632645+0000 mgr.smithi069.gsebav (mgr.14180) 1126 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:14.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:13 smithi118 bash[17975]: cluster 2024-01-21T11:51:11.908579+0000 mgr.smithi069.gsebav (mgr.14180) 1127 : cluster [DBG] pgmap v747: 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 2024-01-21T11:51:14.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:13 smithi118 bash[17975]: cephadm 2024-01-21T11:51:11.958779+0000 mgr.smithi069.gsebav (mgr.14180) 1128 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.hxlayz on smithi118 2024-01-21T11:51:14.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:13 smithi118 bash[17975]: cluster 2024-01-21T11:51:12.595575+0000 mon.smithi069 (mon.0) 958 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:51:14.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:13 smithi118 bash[17975]: cluster 2024-01-21T11:51:12.595628+0000 mon.smithi069 (mon.0) 959 : cluster [INF] Cluster is now healthy 2024-01-21T11:51:15.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:15 smithi069 bash[14120]: cluster 2024-01-21T11:51:13.909602+0000 mgr.smithi069.gsebav (mgr.14180) 1129 : cluster [DBG] pgmap v748: 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 2024-01-21T11:51:15.839 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:15.839 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:07.552463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zvophi on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-zvophi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.zvophi\nDeploy daemon haproxy.nfs.foo.smithi118.zvophi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.594042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kzdgjf on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kzdgjf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kzdgjf\nDeploy daemon haproxy.nfs.foo.smithi069.kzdgjf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:11.597272Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.qjhuzl on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:15 smithi118 bash[17975]: cluster 2024-01-21T11:51:13.909602+0000 mgr.smithi069.gsebav (mgr.14180) 1129 : cluster [DBG] pgmap v748: 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 2024-01-21T11:51:16.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:17.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:16 smithi118 bash[17975]: audit 2024-01-21T11:51:15.798966+0000 mon.smithi069 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.hxlayz"}]: dispatch 2024-01-21T11:51:17.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:16 smithi069 bash[14120]: audit 2024-01-21T11:51:15.798966+0000 mon.smithi069 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.hxlayz"}]: dispatch 2024-01-21T11:51:17.677 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:17.877 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: cephadm 2024-01-21T11:51:15.797857+0000 mgr.smithi069.gsebav (mgr.14180) 1130 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:17.877 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:17.877 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:17.877 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.877 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:17.877 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.hxlayz ... 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:17.878 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.hxlayz ... 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: cephadm 2024-01-21T11:51:15.798325+0000 mgr.smithi069.gsebav (mgr.14180) 1131 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: cephadm 2024-01-21T11:51:15.800443+0000 mgr.smithi069.gsebav (mgr.14180) 1132 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:17.879 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.hxlayz ... 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: cephadm 2024-01-21T11:51:15.804382+0000 mgr.smithi069.gsebav (mgr.14180) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.oojowo on smithi069 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: audit 2024-01-21T11:51:15.829687+0000 mgr.smithi069.gsebav (mgr.14180) 1134 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:17.880 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:17 smithi069 bash[14120]: cluster 2024-01-21T11:51:15.910342+0000 mgr.smithi069.gsebav (mgr.14180) 1135 : cluster [DBG] pgmap v749: 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 2024-01-21T11:51:18.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: cephadm 2024-01-21T11:51:15.797857+0000 mgr.smithi069.gsebav (mgr.14180) 1130 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:18.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:18.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:18.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:18.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.hxlayz ... 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.hxlayz ... 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:18.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: cephadm 2024-01-21T11:51:15.798325+0000 mgr.smithi069.gsebav (mgr.14180) 1131 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: cephadm 2024-01-21T11:51:15.800443+0000 mgr.smithi069.gsebav (mgr.14180) 1132 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.hxlayz ... 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: cephadm 2024-01-21T11:51:15.804382+0000 mgr.smithi069.gsebav (mgr.14180) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.oojowo on smithi069 2024-01-21T11:51:18.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: audit 2024-01-21T11:51:15.829687+0000 mgr.smithi069.gsebav (mgr.14180) 1134 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:18.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:17 smithi118 bash[17975]: cluster 2024-01-21T11:51:15.910342+0000 mgr.smithi069.gsebav (mgr.14180) 1135 : cluster [DBG] pgmap v749: 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 2024-01-21T11:51:19.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:19 smithi118 bash[17975]: cluster 2024-01-21T11:51:17.911562+0000 mgr.smithi069.gsebav (mgr.14180) 1136 : cluster [DBG] pgmap v750: 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 2024-01-21T11:51:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:19 smithi069 bash[14120]: cluster 2024-01-21T11:51:17.911562+0000 mgr.smithi069.gsebav (mgr.14180) 1136 : cluster [DBG] pgmap v750: 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 2024-01-21T11:51:20.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:20 smithi118 bash[17975]: audit 2024-01-21T11:51:19.942883+0000 mon.smithi069 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.oojowo"}]: dispatch 2024-01-21T11:51:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:20 smithi069 bash[14120]: audit 2024-01-21T11:51:19.942883+0000 mon.smithi069 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.oojowo"}]: dispatch 2024-01-21T11:51:21.182 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:21.183 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cluster 2024-01-21T11:51:19.912366+0000 mgr.smithi069.gsebav (mgr.14180) 1137 : cluster [DBG] pgmap v751: 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 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cephadm 2024-01-21T11:51:19.941918+0000 mgr.smithi069.gsebav (mgr.14180) 1138 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.oojowo ... 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.oojowo ... 2024-01-21T11:51:21.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cephadm 2024-01-21T11:51:19.942395+0000 mgr.smithi069.gsebav (mgr.14180) 1139 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cephadm 2024-01-21T11:51:19.944189+0000 mgr.smithi069.gsebav (mgr.14180) 1140 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.oojowo ... 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cephadm 2024-01-21T11:51:19.948038+0000 mgr.smithi069.gsebav (mgr.14180) 1141 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cephadm 2024-01-21T11:51:19.950201+0000 mgr.smithi069.gsebav (mgr.14180) 1142 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cluster 2024-01-21T11:51:19.951260+0000 mgr.smithi069.gsebav (mgr.14180) 1143 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-01-21T11:51:21.828 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:21 smithi118 bash[17975]: cluster 2024-01-21T11:51:20.560053+0000 mon.smithi069 (mon.0) 962 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cluster 2024-01-21T11:51:19.912366+0000 mgr.smithi069.gsebav (mgr.14180) 1137 : cluster [DBG] pgmap v751: 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 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cephadm 2024-01-21T11:51:19.941918+0000 mgr.smithi069.gsebav (mgr.14180) 1138 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.oojowo ... 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:21.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.oojowo ... 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cephadm 2024-01-21T11:51:19.942395+0000 mgr.smithi069.gsebav (mgr.14180) 1139 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cephadm 2024-01-21T11:51:19.944189+0000 mgr.smithi069.gsebav (mgr.14180) 1140 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:21.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.oojowo ... 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cephadm 2024-01-21T11:51:19.948038+0000 mgr.smithi069.gsebav (mgr.14180) 1141 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cephadm 2024-01-21T11:51:19.950201+0000 mgr.smithi069.gsebav (mgr.14180) 1142 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cluster 2024-01-21T11:51:19.951260+0000 mgr.smithi069.gsebav (mgr.14180) 1143 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-01-21T11:51:21.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:21 smithi069 bash[14120]: cluster 2024-01-21T11:51:20.560053+0000 mon.smithi069 (mon.0) 962 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:51:21.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:22.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:22 smithi069 bash[14120]: audit 2024-01-21T11:51:21.173982+0000 mgr.smithi069.gsebav (mgr.14180) 1144 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:22.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:22 smithi069 bash[14120]: audit 2024-01-21T11:51:22.254833+0000 mon.smithi069 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:51:22.973 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:23.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:22 smithi118 bash[17975]: audit 2024-01-21T11:51:21.173982+0000 mgr.smithi069.gsebav (mgr.14180) 1144 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:23.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:22 smithi118 bash[17975]: audit 2024-01-21T11:51:22.254833+0000 mon.smithi069 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:51:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:23 smithi069 bash[14120]: cluster 2024-01-21T11:51:21.952015+0000 mgr.smithi069.gsebav (mgr.14180) 1145 : cluster [DBG] pgmap v753: 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 2024-01-21T11:51:24.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:23 smithi118 bash[17975]: cluster 2024-01-21T11:51:21.952015+0000 mgr.smithi069.gsebav (mgr.14180) 1145 : cluster [DBG] pgmap v753: 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 2024-01-21T11:51:25.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:25 smithi069 bash[14120]: cluster 2024-01-21T11:51:23.953393+0000 mgr.smithi069.gsebav (mgr.14180) 1146 : cluster [DBG] pgmap v754: 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 2024-01-21T11:51:25.973 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:25.973 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:25 smithi118 bash[17975]: cluster 2024-01-21T11:51:23.953393+0000 mgr.smithi069.gsebav (mgr.14180) 1146 : cluster [DBG] pgmap v754: 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 2024-01-21T11:51:26.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:27.793 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:27.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:27 smithi069 bash[14120]: cluster 2024-01-21T11:51:25.954097+0000 mgr.smithi069.gsebav (mgr.14180) 1147 : cluster [DBG] pgmap v755: 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 2024-01-21T11:51:27.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:27 smithi069 bash[14120]: audit 2024-01-21T11:51:25.963212+0000 mgr.smithi069.gsebav (mgr.14180) 1148 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:27 smithi118 bash[17975]: cluster 2024-01-21T11:51:25.954097+0000 mgr.smithi069.gsebav (mgr.14180) 1147 : cluster [DBG] pgmap v755: 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 2024-01-21T11:51:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:27 smithi118 bash[17975]: audit 2024-01-21T11:51:25.963212+0000 mgr.smithi069.gsebav (mgr.14180) 1148 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:29 smithi118 bash[17975]: cluster 2024-01-21T11:51:27.954976+0000 mgr.smithi069.gsebav (mgr.14180) 1149 : cluster [DBG] pgmap v756: 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 2024-01-21T11:51:30.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:29 smithi069 bash[14120]: cluster 2024-01-21T11:51:27.954976+0000 mgr.smithi069.gsebav (mgr.14180) 1149 : cluster [DBG] pgmap v756: 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 2024-01-21T11:51:30.821 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:30.821 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:31.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:31 smithi069 bash[14120]: cluster 2024-01-21T11:51:29.956108+0000 mgr.smithi069.gsebav (mgr.14180) 1150 : cluster [DBG] pgmap v757: 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 2024-01-21T11:51:32.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:31 smithi118 bash[17975]: cluster 2024-01-21T11:51:29.956108+0000 mgr.smithi069.gsebav (mgr.14180) 1150 : cluster [DBG] pgmap v757: 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 2024-01-21T11:51:32.578 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:32.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:32 smithi069 bash[14120]: audit 2024-01-21T11:51:30.811665+0000 mgr.smithi069.gsebav (mgr.14180) 1151 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:33.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:32 smithi118 bash[17975]: audit 2024-01-21T11:51:30.811665+0000 mgr.smithi069.gsebav (mgr.14180) 1151 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:33.886 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:33 smithi069 bash[14120]: cluster 2024-01-21T11:51:31.957198+0000 mgr.smithi069.gsebav (mgr.14180) 1152 : 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 2024-01-21T11:51:34.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:33 smithi118 bash[17975]: cluster 2024-01-21T11:51:31.957198+0000 mgr.smithi069.gsebav (mgr.14180) 1152 : 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 2024-01-21T11:51:34.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:34 smithi069 bash[14120]: cluster 2024-01-21T11:51:33.958541+0000 mgr.smithi069.gsebav (mgr.14180) 1153 : cluster [DBG] pgmap v759: 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 2024-01-21T11:51:35.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:34 smithi118 bash[17975]: cluster 2024-01-21T11:51:33.958541+0000 mgr.smithi069.gsebav (mgr.14180) 1153 : cluster [DBG] pgmap v759: 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 2024-01-21T11:51:35.624 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:35.624 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:36.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:37.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:37 smithi118 bash[17975]: audit 2024-01-21T11:51:35.615989+0000 mgr.smithi069.gsebav (mgr.14180) 1154 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:37.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:37 smithi118 bash[17975]: cluster 2024-01-21T11:51:35.959515+0000 mgr.smithi069.gsebav (mgr.14180) 1155 : 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 2024-01-21T11:51:37.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:37 smithi069 bash[14120]: audit 2024-01-21T11:51:35.615989+0000 mgr.smithi069.gsebav (mgr.14180) 1154 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:37.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:37 smithi069 bash[14120]: cluster 2024-01-21T11:51:35.959515+0000 mgr.smithi069.gsebav (mgr.14180) 1155 : 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 2024-01-21T11:51:37.410 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:39.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:39 smithi118 bash[17975]: cluster 2024-01-21T11:51:37.960967+0000 mgr.smithi069.gsebav (mgr.14180) 1156 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:39 smithi069 bash[14120]: cluster 2024-01-21T11:51:37.960967+0000 mgr.smithi069.gsebav (mgr.14180) 1156 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:40.584 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:40.584 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:41.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:41 smithi118 bash[17975]: cluster 2024-01-21T11:51:39.961731+0000 mgr.smithi069.gsebav (mgr.14180) 1157 : 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 2024-01-21T11:51:41.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:41 smithi118 bash[17975]: audit 2024-01-21T11:51:40.575147+0000 mgr.smithi069.gsebav (mgr.14180) 1158 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:41 smithi069 bash[14120]: cluster 2024-01-21T11:51:39.961731+0000 mgr.smithi069.gsebav (mgr.14180) 1157 : 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 2024-01-21T11:51:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:41 smithi069 bash[14120]: audit 2024-01-21T11:51:40.575147+0000 mgr.smithi069.gsebav (mgr.14180) 1158 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:42.374 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:43.761 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:43 smithi069 bash[14120]: cluster 2024-01-21T11:51:41.962816+0000 mgr.smithi069.gsebav (mgr.14180) 1159 : 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 2024-01-21T11:51:44.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:43 smithi118 bash[17975]: cluster 2024-01-21T11:51:41.962816+0000 mgr.smithi069.gsebav (mgr.14180) 1159 : 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 2024-01-21T11:51:45.434 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:45.434 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:45 smithi069 bash[14120]: cluster 2024-01-21T11:51:43.963611+0000 mgr.smithi069.gsebav (mgr.14180) 1160 : cluster [DBG] pgmap v764: 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 2024-01-21T11:51:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:45 smithi118 bash[17975]: cluster 2024-01-21T11:51:43.963611+0000 mgr.smithi069.gsebav (mgr.14180) 1160 : cluster [DBG] pgmap v764: 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 2024-01-21T11:51:46.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:46 smithi069 bash[14120]: audit 2024-01-21T11:51:45.425297+0000 mgr.smithi069.gsebav (mgr.14180) 1161 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:46 smithi118 bash[17975]: audit 2024-01-21T11:51:45.425297+0000 mgr.smithi069.gsebav (mgr.14180) 1161 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:47.223 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:47.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:47 smithi069 bash[14120]: cluster 2024-01-21T11:51:45.964532+0000 mgr.smithi069.gsebav (mgr.14180) 1162 : 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 2024-01-21T11:51:48.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:47 smithi118 bash[17975]: cluster 2024-01-21T11:51:45.964532+0000 mgr.smithi069.gsebav (mgr.14180) 1162 : 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 2024-01-21T11:51:49.960 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:49 smithi069 bash[14120]: cluster 2024-01-21T11:51:47.966017+0000 mgr.smithi069.gsebav (mgr.14180) 1163 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:49 smithi118 bash[17975]: cluster 2024-01-21T11:51:47.966017+0000 mgr.smithi069.gsebav (mgr.14180) 1163 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:50.366 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:50.366 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:51.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:51 smithi118 bash[17975]: cluster 2024-01-21T11:51:49.966984+0000 mgr.smithi069.gsebav (mgr.14180) 1164 : 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 2024-01-21T11:51:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:51 smithi118 bash[17975]: audit 2024-01-21T11:51:50.356747+0000 mgr.smithi069.gsebav (mgr.14180) 1165 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:51 smithi069 bash[14120]: cluster 2024-01-21T11:51:49.966984+0000 mgr.smithi069.gsebav (mgr.14180) 1164 : 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 2024-01-21T11:51:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:51 smithi069 bash[14120]: audit 2024-01-21T11:51:50.356747+0000 mgr.smithi069.gsebav (mgr.14180) 1165 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:52.113 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:53.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:53 smithi069 bash[14120]: cluster 2024-01-21T11:51:51.968112+0000 mgr.smithi069.gsebav (mgr.14180) 1166 : 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 2024-01-21T11:51:54.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:53 smithi118 bash[17975]: cluster 2024-01-21T11:51:51.968112+0000 mgr.smithi069.gsebav (mgr.14180) 1166 : 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 2024-01-21T11:51:55.263 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:51:55.263 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:55 smithi069 bash[14120]: cluster 2024-01-21T11:51:53.969331+0000 mgr.smithi069.gsebav (mgr.14180) 1167 : cluster [DBG] pgmap v769: 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 2024-01-21T11:51:56.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:55 smithi118 bash[17975]: cluster 2024-01-21T11:51:53.969331+0000 mgr.smithi069.gsebav (mgr.14180) 1167 : cluster [DBG] pgmap v769: 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 2024-01-21T11:51:56.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:57.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:56 smithi118 bash[17975]: audit 2024-01-21T11:51:55.254030+0000 mgr.smithi069.gsebav (mgr.14180) 1168 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:57.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:56 smithi069 bash[14120]: audit 2024-01-21T11:51:55.254030+0000 mgr.smithi069.gsebav (mgr.14180) 1168 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:57.104 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:58.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:57 smithi118 bash[17975]: cluster 2024-01-21T11:51:55.970279+0000 mgr.smithi069.gsebav (mgr.14180) 1169 : 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 2024-01-21T11:51:58.082 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:57 smithi069 bash[14120]: cluster 2024-01-21T11:51:55.970279+0000 mgr.smithi069.gsebav (mgr.14180) 1169 : 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 2024-01-21T11:51:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:51:59 smithi118 bash[17975]: cluster 2024-01-21T11:51:57.971205+0000 mgr.smithi069.gsebav (mgr.14180) 1170 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:51:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:51:59 smithi069 bash[14120]: cluster 2024-01-21T11:51:57.971205+0000 mgr.smithi069.gsebav (mgr.14180) 1170 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:00.152 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:00.152 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:00.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:01 smithi069 bash[14120]: cluster 2024-01-21T11:51:59.972366+0000 mgr.smithi069.gsebav (mgr.14180) 1171 : 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 2024-01-21T11:52:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:01 smithi069 bash[14120]: audit 2024-01-21T11:52:00.143601+0000 mgr.smithi069.gsebav (mgr.14180) 1172 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:01.921 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:02.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:01 smithi118 bash[17975]: cluster 2024-01-21T11:51:59.972366+0000 mgr.smithi069.gsebav (mgr.14180) 1171 : 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 2024-01-21T11:52:02.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:01 smithi118 bash[17975]: audit 2024-01-21T11:52:00.143601+0000 mgr.smithi069.gsebav (mgr.14180) 1172 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:03 smithi069 bash[14120]: cluster 2024-01-21T11:52:01.973516+0000 mgr.smithi069.gsebav (mgr.14180) 1173 : 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 2024-01-21T11:52:04.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:03 smithi118 bash[17975]: cluster 2024-01-21T11:52:01.973516+0000 mgr.smithi069.gsebav (mgr.14180) 1173 : 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 2024-01-21T11:52:04.998 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:04.998 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:05.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:05 smithi069 bash[14120]: cluster 2024-01-21T11:52:03.974759+0000 mgr.smithi069.gsebav (mgr.14180) 1174 : cluster [DBG] pgmap v774: 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 2024-01-21T11:52:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:05 smithi118 bash[17975]: cluster 2024-01-21T11:52:03.974759+0000 mgr.smithi069.gsebav (mgr.14180) 1174 : cluster [DBG] pgmap v774: 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 2024-01-21T11:52:06.772 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:06 smithi069 bash[14120]: audit 2024-01-21T11:52:04.989332+0000 mgr.smithi069.gsebav (mgr.14180) 1175 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:07.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:06 smithi118 bash[17975]: audit 2024-01-21T11:52:04.989332+0000 mgr.smithi069.gsebav (mgr.14180) 1175 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:07.866 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:07 smithi069 bash[14120]: cluster 2024-01-21T11:52:05.975727+0000 mgr.smithi069.gsebav (mgr.14180) 1176 : 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 2024-01-21T11:52:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:07 smithi118 bash[17975]: cluster 2024-01-21T11:52:05.975727+0000 mgr.smithi069.gsebav (mgr.14180) 1176 : 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 2024-01-21T11:52:09.808 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:09.809 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:09.837 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:09 smithi069 bash[14120]: cluster 2024-01-21T11:52:07.976591+0000 mgr.smithi069.gsebav (mgr.14180) 1177 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:09 smithi118 bash[17975]: cluster 2024-01-21T11:52:07.976591+0000 mgr.smithi069.gsebav (mgr.14180) 1177 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:10.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:11.551 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:11 smithi069 bash[14120]: audit 2024-01-21T11:52:09.797886+0000 mgr.smithi069.gsebav (mgr.14180) 1178 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:11 smithi069 bash[14120]: cluster 2024-01-21T11:52:09.977678+0000 mgr.smithi069.gsebav (mgr.14180) 1179 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:12.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:11 smithi118 bash[17975]: audit 2024-01-21T11:52:09.797886+0000 mgr.smithi069.gsebav (mgr.14180) 1178 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:12.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:11 smithi118 bash[17975]: cluster 2024-01-21T11:52:09.977678+0000 mgr.smithi069.gsebav (mgr.14180) 1179 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:13 smithi069 bash[14120]: cluster 2024-01-21T11:52:11.978410+0000 mgr.smithi069.gsebav (mgr.14180) 1180 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:14.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:13 smithi118 bash[17975]: cluster 2024-01-21T11:52:11.978410+0000 mgr.smithi069.gsebav (mgr.14180) 1180 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:14.700 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:14.700 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:15.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:15 smithi069 bash[14120]: cluster 2024-01-21T11:52:13.979792+0000 mgr.smithi069.gsebav (mgr.14180) 1181 : cluster [DBG] pgmap v779: 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 2024-01-21T11:52:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:15 smithi118 bash[17975]: cluster 2024-01-21T11:52:13.979792+0000 mgr.smithi069.gsebav (mgr.14180) 1181 : cluster [DBG] pgmap v779: 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 2024-01-21T11:52:16.506 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:16.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:16 smithi069 bash[14120]: audit 2024-01-21T11:52:14.688386+0000 mgr.smithi069.gsebav (mgr.14180) 1182 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:17.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:16 smithi118 bash[17975]: audit 2024-01-21T11:52:14.688386+0000 mgr.smithi069.gsebav (mgr.14180) 1182 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:17.930 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:17 smithi069 bash[14120]: cluster 2024-01-21T11:52:15.980765+0000 mgr.smithi069.gsebav (mgr.14180) 1183 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:18.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:17 smithi118 bash[17975]: cluster 2024-01-21T11:52:15.980765+0000 mgr.smithi069.gsebav (mgr.14180) 1183 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:19 smithi069 bash[14120]: cluster 2024-01-21T11:52:17.981763+0000 mgr.smithi069.gsebav (mgr.14180) 1184 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:19.719 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:19.719 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:50:11.599170Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lrdvcj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:19.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:19 smithi118 bash[17975]: cluster 2024-01-21T11:52:17.981763+0000 mgr.smithi069.gsebav (mgr.14180) 1184 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:20.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:20 smithi069 bash[14120]: audit 2024-01-21T11:52:19.954780+0000 mon.smithi069 (mon.0) 964 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:52:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:20 smithi069 bash[14120]: audit 2024-01-21T11:52:20.254747+0000 mon.smithi069 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:52:20.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:20 smithi069 bash[14120]: audit 2024-01-21T11:52:20.256141+0000 mon.smithi069 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:52:20.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:20 smithi069 bash[14120]: audit 2024-01-21T11:52:20.262849+0000 mon.smithi069 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:20.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:20 smithi069 bash[14120]: audit 2024-01-21T11:52:20.267856+0000 mon.smithi069 (mon.0) 968 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:52:20.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:20 smithi069 bash[14120]: audit 2024-01-21T11:52:20.279710+0000 mon.smithi069 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:21.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:20 smithi118 bash[17975]: audit 2024-01-21T11:52:19.954780+0000 mon.smithi069 (mon.0) 964 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:52:21.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:20 smithi118 bash[17975]: audit 2024-01-21T11:52:20.254747+0000 mon.smithi069 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:52:21.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:20 smithi118 bash[17975]: audit 2024-01-21T11:52:20.256141+0000 mon.smithi069 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:52:21.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:20 smithi118 bash[17975]: audit 2024-01-21T11:52:20.262849+0000 mon.smithi069 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:21.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:20 smithi118 bash[17975]: audit 2024-01-21T11:52:20.267856+0000 mon.smithi069 (mon.0) 968 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:52:21.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:20 smithi118 bash[17975]: audit 2024-01-21T11:52:20.279710+0000 mon.smithi069 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:21.558 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:21 smithi069 bash[14120]: audit 2024-01-21T11:52:19.714183+0000 mgr.smithi069.gsebav (mgr.14180) 1185 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:21 smithi069 bash[14120]: cluster 2024-01-21T11:52:19.982328+0000 mgr.smithi069.gsebav (mgr.14180) 1186 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:21 smithi069 bash[14120]: cluster 2024-01-21T11:52:20.263443+0000 mgr.smithi069.gsebav (mgr.14180) 1187 : cluster [DBG] pgmap v783: 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 2024-01-21T11:52:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:21 smithi069 bash[14120]: cephadm 2024-01-21T11:52:20.282310+0000 mgr.smithi069.gsebav (mgr.14180) 1188 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.djlkli on smithi118 2024-01-21T11:52:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:21 smithi069 bash[14120]: cluster 2024-01-21T11:52:20.575958+0000 mon.smithi069 (mon.0) 970 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:52:21.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:21 smithi069 bash[14120]: cluster 2024-01-21T11:52:20.576029+0000 mon.smithi069 (mon.0) 971 : cluster [INF] Cluster is now healthy 2024-01-21T11:52:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:21 smithi118 bash[17975]: audit 2024-01-21T11:52:19.714183+0000 mgr.smithi069.gsebav (mgr.14180) 1185 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:22.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:21 smithi118 bash[17975]: cluster 2024-01-21T11:52:19.982328+0000 mgr.smithi069.gsebav (mgr.14180) 1186 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:22.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:21 smithi118 bash[17975]: cluster 2024-01-21T11:52:20.263443+0000 mgr.smithi069.gsebav (mgr.14180) 1187 : cluster [DBG] pgmap v783: 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 2024-01-21T11:52:22.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:21 smithi118 bash[17975]: cephadm 2024-01-21T11:52:20.282310+0000 mgr.smithi069.gsebav (mgr.14180) 1188 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.djlkli on smithi118 2024-01-21T11:52:22.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:21 smithi118 bash[17975]: cluster 2024-01-21T11:52:20.575958+0000 mon.smithi069 (mon.0) 970 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:52:22.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:21 smithi118 bash[17975]: cluster 2024-01-21T11:52:20.576029+0000 mon.smithi069 (mon.0) 971 : cluster [INF] Cluster is now healthy 2024-01-21T11:52:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:23 smithi069 bash[14120]: cluster 2024-01-21T11:52:22.264331+0000 mgr.smithi069.gsebav (mgr.14180) 1189 : cluster [DBG] pgmap v784: 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 2024-01-21T11:52:24.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:23 smithi118 bash[17975]: cluster 2024-01-21T11:52:22.264331+0000 mgr.smithi069.gsebav (mgr.14180) 1189 : cluster [DBG] pgmap v784: 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 2024-01-21T11:52:24.642 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:24.643 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:15.800198Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hxlayz on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hxlayz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hxlayz\nDeploy daemon haproxy.nfs.foo.smithi118.hxlayz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.943947Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.oojowo on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-oojowo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.oojowo\nDeploy daemon haproxy.nfs.foo.smithi069.oojowo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:19.947792Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.texjaz on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:24 smithi118 bash[17975]: audit 2024-01-21T11:52:24.236469+0000 mon.smithi069 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.djlkli"}]: dispatch 2024-01-21T11:52:25.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:24 smithi069 bash[14120]: audit 2024-01-21T11:52:24.236469+0000 mon.smithi069 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.djlkli"}]: dispatch 2024-01-21T11:52:25.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: cephadm 2024-01-21T11:52:24.235267+0000 mgr.smithi069.gsebav (mgr.14180) 1190 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.djlkli ... 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:25.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.djlkli ... 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: cephadm 2024-01-21T11:52:24.235774+0000 mgr.smithi069.gsebav (mgr.14180) 1191 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: cephadm 2024-01-21T11:52:24.238006+0000 mgr.smithi069.gsebav (mgr.14180) 1192 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.djlkli ... 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:25.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:25.851 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: cephadm 2024-01-21T11:52:24.242200+0000 mgr.smithi069.gsebav (mgr.14180) 1193 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.lwwdrg on smithi069 2024-01-21T11:52:25.851 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: cluster 2024-01-21T11:52:24.265104+0000 mgr.smithi069.gsebav (mgr.14180) 1194 : cluster [DBG] pgmap v785: 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 2024-01-21T11:52:25.851 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:25 smithi069 bash[14120]: audit 2024-01-21T11:52:25.160284+0000 mon.smithi069 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: cephadm 2024-01-21T11:52:24.235267+0000 mgr.smithi069.gsebav (mgr.14180) 1190 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:26.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.djlkli ... 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:52:26.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.djlkli ... 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:26.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: cephadm 2024-01-21T11:52:24.235774+0000 mgr.smithi069.gsebav (mgr.14180) 1191 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: cephadm 2024-01-21T11:52:24.238006+0000 mgr.smithi069.gsebav (mgr.14180) 1192 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.djlkli ... 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:26.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:26.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: cephadm 2024-01-21T11:52:24.242200+0000 mgr.smithi069.gsebav (mgr.14180) 1193 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.lwwdrg on smithi069 2024-01-21T11:52:26.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: cluster 2024-01-21T11:52:24.265104+0000 mgr.smithi069.gsebav (mgr.14180) 1194 : cluster [DBG] pgmap v785: 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 2024-01-21T11:52:26.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:25 smithi118 bash[17975]: audit 2024-01-21T11:52:25.160284+0000 mon.smithi069 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:26.444 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:26.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:26 smithi069 bash[14120]: audit 2024-01-21T11:52:24.633116+0000 mgr.smithi069.gsebav (mgr.14180) 1195 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:27.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:26 smithi118 bash[17975]: audit 2024-01-21T11:52:24.633116+0000 mgr.smithi069.gsebav (mgr.14180) 1195 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:27.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:27 smithi069 bash[14120]: cluster 2024-01-21T11:52:26.265928+0000 mgr.smithi069.gsebav (mgr.14180) 1196 : cluster [DBG] pgmap v786: 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 2024-01-21T11:52:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:27 smithi118 bash[17975]: cluster 2024-01-21T11:52:26.265928+0000 mgr.smithi069.gsebav (mgr.14180) 1196 : cluster [DBG] pgmap v786: 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 2024-01-21T11:52:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:28 smithi069 bash[14120]: audit 2024-01-21T11:52:28.535507+0000 mon.smithi069 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.lwwdrg"}]: dispatch 2024-01-21T11:52:29.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:28 smithi118 bash[17975]: audit 2024-01-21T11:52:28.535507+0000 mon.smithi069 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.lwwdrg"}]: dispatch 2024-01-21T11:52:30.069 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:30.069 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cluster 2024-01-21T11:52:28.267137+0000 mgr.smithi069.gsebav (mgr.14180) 1197 : cluster [DBG] pgmap v787: 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 2024-01-21T11:52:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cephadm 2024-01-21T11:52:28.534318+0000 mgr.smithi069.gsebav (mgr.14180) 1198 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.lwwdrg ... 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:30.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:30.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.lwwdrg ... 2024-01-21T11:52:30.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cephadm 2024-01-21T11:52:28.534808+0000 mgr.smithi069.gsebav (mgr.14180) 1199 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cephadm 2024-01-21T11:52:28.536847+0000 mgr.smithi069.gsebav (mgr.14180) 1200 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.lwwdrg ... 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cephadm 2024-01-21T11:52:28.538610+0000 mgr.smithi069.gsebav (mgr.14180) 1201 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:52:30.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cephadm 2024-01-21T11:52:28.540156+0000 mgr.smithi069.gsebav (mgr.14180) 1202 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:52:30.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cluster 2024-01-21T11:52:28.540939+0000 mgr.smithi069.gsebav (mgr.14180) 1203 : cluster [DBG] pgmap v788: 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 2024-01-21T11:52:30.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:29 smithi118 bash[17975]: cluster 2024-01-21T11:52:28.617411+0000 mon.smithi069 (mon.0) 975 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cluster 2024-01-21T11:52:28.267137+0000 mgr.smithi069.gsebav (mgr.14180) 1197 : cluster [DBG] pgmap v787: 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 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cephadm 2024-01-21T11:52:28.534318+0000 mgr.smithi069.gsebav (mgr.14180) 1198 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.lwwdrg ... 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:52:30.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.lwwdrg ... 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:30.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cephadm 2024-01-21T11:52:28.534808+0000 mgr.smithi069.gsebav (mgr.14180) 1199 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cephadm 2024-01-21T11:52:28.536847+0000 mgr.smithi069.gsebav (mgr.14180) 1200 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:52:30.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.lwwdrg ... 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cephadm 2024-01-21T11:52:28.538610+0000 mgr.smithi069.gsebav (mgr.14180) 1201 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cephadm 2024-01-21T11:52:28.540156+0000 mgr.smithi069.gsebav (mgr.14180) 1202 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cluster 2024-01-21T11:52:28.540939+0000 mgr.smithi069.gsebav (mgr.14180) 1203 : cluster [DBG] pgmap v788: 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 2024-01-21T11:52:30.101 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:29 smithi069 bash[14120]: cluster 2024-01-21T11:52:28.617411+0000 mon.smithi069 (mon.0) 975 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:52:30.908 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:30 smithi069 bash[14120]: audit 2024-01-21T11:52:30.058129+0000 mgr.smithi069.gsebav (mgr.14180) 1204 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:30.908 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:30 smithi069 bash[14120]: cluster 2024-01-21T11:52:30.541985+0000 mgr.smithi069.gsebav (mgr.14180) 1205 : cluster [DBG] pgmap v789: 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 2024-01-21T11:52:30.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:30 smithi118 bash[17975]: audit 2024-01-21T11:52:30.058129+0000 mgr.smithi069.gsebav (mgr.14180) 1204 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:31.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:30 smithi118 bash[17975]: cluster 2024-01-21T11:52:30.541985+0000 mgr.smithi069.gsebav (mgr.14180) 1205 : cluster [DBG] pgmap v789: 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 2024-01-21T11:52:31.911 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:33.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:33 smithi118 bash[17975]: audit 2024-01-21T11:52:32.306414+0000 mon.smithi069 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:33.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:33 smithi118 bash[17975]: cluster 2024-01-21T11:52:32.543513+0000 mgr.smithi069.gsebav (mgr.14180) 1206 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-01-21T11:52:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:33 smithi069 bash[14120]: audit 2024-01-21T11:52:32.306414+0000 mon.smithi069 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:33.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:33 smithi069 bash[14120]: cluster 2024-01-21T11:52:32.543513+0000 mgr.smithi069.gsebav (mgr.14180) 1206 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-01-21T11:52:35.188 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:35.188 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:35 smithi069 bash[14120]: cluster 2024-01-21T11:52:34.544660+0000 mgr.smithi069.gsebav (mgr.14180) 1207 : cluster [DBG] pgmap v791: 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 2024-01-21T11:52:35.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:35 smithi118 bash[17975]: cluster 2024-01-21T11:52:34.544660+0000 mgr.smithi069.gsebav (mgr.14180) 1207 : cluster [DBG] pgmap v791: 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 2024-01-21T11:52:36.895 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:36.908 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:36 smithi069 bash[14120]: audit 2024-01-21T11:52:35.176441+0000 mgr.smithi069.gsebav (mgr.14180) 1208 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:36 smithi118 bash[17975]: audit 2024-01-21T11:52:35.176441+0000 mgr.smithi069.gsebav (mgr.14180) 1208 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:37.977 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:37 smithi069 bash[14120]: cluster 2024-01-21T11:52:36.545769+0000 mgr.smithi069.gsebav (mgr.14180) 1209 : cluster [DBG] pgmap v792: 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 2024-01-21T11:52:38.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:37 smithi118 bash[17975]: cluster 2024-01-21T11:52:36.545769+0000 mgr.smithi069.gsebav (mgr.14180) 1209 : cluster [DBG] pgmap v792: 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 2024-01-21T11:52:40.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:39 smithi118 bash[17975]: cluster 2024-01-21T11:52:38.546685+0000 mgr.smithi069.gsebav (mgr.14180) 1210 : cluster [DBG] pgmap v793: 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 2024-01-21T11:52:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:39 smithi069 bash[14120]: cluster 2024-01-21T11:52:38.546685+0000 mgr.smithi069.gsebav (mgr.14180) 1210 : cluster [DBG] pgmap v793: 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 2024-01-21T11:52:40.117 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:40.117 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:40.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:41 smithi118 bash[17975]: audit 2024-01-21T11:52:40.108302+0000 mgr.smithi069.gsebav (mgr.14180) 1211 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:41 smithi118 bash[17975]: audit 2024-01-21T11:52:40.160083+0000 mon.smithi069 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:41 smithi118 bash[17975]: cluster 2024-01-21T11:52:40.547594+0000 mgr.smithi069.gsebav (mgr.14180) 1212 : 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 2024-01-21T11:52:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:41 smithi069 bash[14120]: audit 2024-01-21T11:52:40.108302+0000 mgr.smithi069.gsebav (mgr.14180) 1211 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:41 smithi069 bash[14120]: audit 2024-01-21T11:52:40.160083+0000 mon.smithi069 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:52:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:41 smithi069 bash[14120]: cluster 2024-01-21T11:52:40.547594+0000 mgr.smithi069.gsebav (mgr.14180) 1212 : 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 2024-01-21T11:52:41.881 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:44.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:43 smithi118 bash[17975]: cluster 2024-01-21T11:52:42.548977+0000 mgr.smithi069.gsebav (mgr.14180) 1213 : cluster [DBG] pgmap v795: 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 2024-01-21T11:52:44.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:43 smithi069 bash[14120]: cluster 2024-01-21T11:52:42.548977+0000 mgr.smithi069.gsebav (mgr.14180) 1213 : cluster [DBG] pgmap v795: 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 2024-01-21T11:52:45.048 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:45.048 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:45.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:46.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:45 smithi118 bash[17975]: cluster 2024-01-21T11:52:44.549581+0000 mgr.smithi069.gsebav (mgr.14180) 1214 : 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 2024-01-21T11:52:46.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:45 smithi069 bash[14120]: cluster 2024-01-21T11:52:44.549581+0000 mgr.smithi069.gsebav (mgr.14180) 1214 : 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 2024-01-21T11:52:46.801 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:47.001 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:46 smithi069 bash[14120]: audit 2024-01-21T11:52:45.038680+0000 mgr.smithi069.gsebav (mgr.14180) 1215 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:46 smithi118 bash[17975]: audit 2024-01-21T11:52:45.038680+0000 mgr.smithi069.gsebav (mgr.14180) 1215 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:47.949 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:47 smithi069 bash[14120]: cluster 2024-01-21T11:52:46.550633+0000 mgr.smithi069.gsebav (mgr.14180) 1216 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:48.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:47 smithi118 bash[17975]: cluster 2024-01-21T11:52:46.550633+0000 mgr.smithi069.gsebav (mgr.14180) 1216 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:49.633 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:49.634 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:49 smithi118 bash[17975]: cluster 2024-01-21T11:52:48.551925+0000 mgr.smithi069.gsebav (mgr.14180) 1217 : 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 2024-01-21T11:52:50.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:49 smithi069 bash[14120]: cluster 2024-01-21T11:52:48.551925+0000 mgr.smithi069.gsebav (mgr.14180) 1217 : 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 2024-01-21T11:52:50.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:50 smithi118 bash[17975]: audit 2024-01-21T11:52:49.622966+0000 mgr.smithi069.gsebav (mgr.14180) 1218 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:51.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:50 smithi069 bash[14120]: audit 2024-01-21T11:52:49.622966+0000 mgr.smithi069.gsebav (mgr.14180) 1218 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:51.379 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:51 smithi069 bash[14120]: cluster 2024-01-21T11:52:50.552864+0000 mgr.smithi069.gsebav (mgr.14180) 1219 : 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 2024-01-21T11:52:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:51 smithi118 bash[17975]: cluster 2024-01-21T11:52:50.552864+0000 mgr.smithi069.gsebav (mgr.14180) 1219 : 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 2024-01-21T11:52:52.807 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:52 smithi069 bash[14120]: cluster 2024-01-21T11:52:52.554169+0000 mgr.smithi069.gsebav (mgr.14180) 1220 : cluster [DBG] pgmap v800: 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 2024-01-21T11:52:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:52 smithi118 bash[17975]: cluster 2024-01-21T11:52:52.554169+0000 mgr.smithi069.gsebav (mgr.14180) 1220 : cluster [DBG] pgmap v800: 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 2024-01-21T11:52:54.562 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:54.563 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:55.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:55 smithi118 bash[17975]: cluster 2024-01-21T11:52:54.555176+0000 mgr.smithi069.gsebav (mgr.14180) 1221 : 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 2024-01-21T11:52:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:55 smithi118 bash[17975]: audit 2024-01-21T11:52:54.557977+0000 mgr.smithi069.gsebav (mgr.14180) 1222 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:56.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:55 smithi069 bash[14120]: cluster 2024-01-21T11:52:54.555176+0000 mgr.smithi069.gsebav (mgr.14180) 1221 : 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 2024-01-21T11:52:56.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:55 smithi069 bash[14120]: audit 2024-01-21T11:52:54.557977+0000 mgr.smithi069.gsebav (mgr.14180) 1222 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:56.223 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:57.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:57 smithi069 bash[14120]: cluster 2024-01-21T11:52:56.556094+0000 mgr.smithi069.gsebav (mgr.14180) 1223 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:58.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:57 smithi118 bash[17975]: cluster 2024-01-21T11:52:56.556094+0000 mgr.smithi069.gsebav (mgr.14180) 1223 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:59.389 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:52:59.389 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:59.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:52:59 smithi069 bash[14120]: cluster 2024-01-21T11:52:58.557395+0000 mgr.smithi069.gsebav (mgr.14180) 1224 : 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 2024-01-21T11:53:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:52:59 smithi118 bash[17975]: cluster 2024-01-21T11:52:58.557395+0000 mgr.smithi069.gsebav (mgr.14180) 1224 : 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 2024-01-21T11:53:00.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:01.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:00 smithi118 bash[17975]: audit 2024-01-21T11:52:59.379835+0000 mgr.smithi069.gsebav (mgr.14180) 1225 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:01.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:00 smithi069 bash[14120]: audit 2024-01-21T11:52:59.379835+0000 mgr.smithi069.gsebav (mgr.14180) 1225 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:01.222 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:01 smithi069 bash[14120]: cluster 2024-01-21T11:53:00.558334+0000 mgr.smithi069.gsebav (mgr.14180) 1226 : 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 2024-01-21T11:53:02.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:01 smithi118 bash[17975]: cluster 2024-01-21T11:53:00.558334+0000 mgr.smithi069.gsebav (mgr.14180) 1226 : 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 2024-01-21T11:53:02.789 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:02 smithi069 bash[14120]: cluster 2024-01-21T11:53:02.559589+0000 mgr.smithi069.gsebav (mgr.14180) 1227 : cluster [DBG] pgmap v805: 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 2024-01-21T11:53:03.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:02 smithi118 bash[17975]: cluster 2024-01-21T11:53:02.559589+0000 mgr.smithi069.gsebav (mgr.14180) 1227 : cluster [DBG] pgmap v805: 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 2024-01-21T11:53:04.497 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:04.497 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:05.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:05 smithi118 bash[17975]: audit 2024-01-21T11:53:04.486860+0000 mgr.smithi069.gsebav (mgr.14180) 1228 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:06.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:05 smithi118 bash[17975]: cluster 2024-01-21T11:53:04.560714+0000 mgr.smithi069.gsebav (mgr.14180) 1229 : 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 2024-01-21T11:53:06.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:05 smithi069 bash[14120]: audit 2024-01-21T11:53:04.486860+0000 mgr.smithi069.gsebav (mgr.14180) 1228 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:06.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:05 smithi069 bash[14120]: cluster 2024-01-21T11:53:04.560714+0000 mgr.smithi069.gsebav (mgr.14180) 1229 : 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 2024-01-21T11:53:06.251 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:07.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:07 smithi069 bash[14120]: cluster 2024-01-21T11:53:06.561817+0000 mgr.smithi069.gsebav (mgr.14180) 1230 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:07 smithi118 bash[17975]: cluster 2024-01-21T11:53:06.561817+0000 mgr.smithi069.gsebav (mgr.14180) 1230 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:09.428 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:09.429 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:09.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:09 smithi069 bash[14120]: cluster 2024-01-21T11:53:08.562555+0000 mgr.smithi069.gsebav (mgr.14180) 1231 : 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 2024-01-21T11:53:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:09 smithi118 bash[17975]: cluster 2024-01-21T11:53:08.562555+0000 mgr.smithi069.gsebav (mgr.14180) 1231 : 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 2024-01-21T11:53:10.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:11.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:10 smithi118 bash[17975]: audit 2024-01-21T11:53:09.417885+0000 mgr.smithi069.gsebav (mgr.14180) 1232 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:11.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:10 smithi069 bash[14120]: audit 2024-01-21T11:53:09.417885+0000 mgr.smithi069.gsebav (mgr.14180) 1232 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:11.225 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:11 smithi069 bash[14120]: cluster 2024-01-21T11:53:10.563452+0000 mgr.smithi069.gsebav (mgr.14180) 1233 : 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 2024-01-21T11:53:12.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:11 smithi118 bash[17975]: cluster 2024-01-21T11:53:10.563452+0000 mgr.smithi069.gsebav (mgr.14180) 1233 : 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 2024-01-21T11:53:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:12 smithi118 bash[17975]: cluster 2024-01-21T11:53:12.564598+0000 mgr.smithi069.gsebav (mgr.14180) 1234 : cluster [DBG] pgmap v810: 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 2024-01-21T11:53:13.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:12 smithi069 bash[14120]: cluster 2024-01-21T11:53:12.564598+0000 mgr.smithi069.gsebav (mgr.14180) 1234 : cluster [DBG] pgmap v810: 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 2024-01-21T11:53:14.434 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:14.434 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:15.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:15 smithi118 bash[17975]: audit 2024-01-21T11:53:14.424371+0000 mgr.smithi069.gsebav (mgr.14180) 1235 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:16.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:15 smithi118 bash[17975]: cluster 2024-01-21T11:53:14.565655+0000 mgr.smithi069.gsebav (mgr.14180) 1236 : 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 2024-01-21T11:53:16.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:15 smithi069 bash[14120]: audit 2024-01-21T11:53:14.424371+0000 mgr.smithi069.gsebav (mgr.14180) 1235 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:16.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:15 smithi069 bash[14120]: cluster 2024-01-21T11:53:14.565655+0000 mgr.smithi069.gsebav (mgr.14180) 1236 : 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 2024-01-21T11:53:16.168 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:17.874 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:17 smithi069 bash[14120]: cluster 2024-01-21T11:53:16.566794+0000 mgr.smithi069.gsebav (mgr.14180) 1237 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:18.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:17 smithi118 bash[17975]: cluster 2024-01-21T11:53:16.566794+0000 mgr.smithi069.gsebav (mgr.14180) 1237 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:19.391 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:19.391 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:19 smithi069 bash[14120]: cluster 2024-01-21T11:53:18.568021+0000 mgr.smithi069.gsebav (mgr.14180) 1238 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:19 smithi118 bash[17975]: cluster 2024-01-21T11:53:18.568021+0000 mgr.smithi069.gsebav (mgr.14180) 1238 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:20.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:21.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:20 smithi118 bash[17975]: audit 2024-01-21T11:53:19.380735+0000 mgr.smithi069.gsebav (mgr.14180) 1239 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:21.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:20 smithi069 bash[14120]: audit 2024-01-21T11:53:19.380735+0000 mgr.smithi069.gsebav (mgr.14180) 1239 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:21.117 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:21 smithi118 bash[17975]: cluster 2024-01-21T11:53:20.568972+0000 mgr.smithi069.gsebav (mgr.14180) 1240 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:22.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:21 smithi069 bash[14120]: cluster 2024-01-21T11:53:20.568972+0000 mgr.smithi069.gsebav (mgr.14180) 1240 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:24.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:23 smithi118 bash[17975]: cluster 2024-01-21T11:53:22.570199+0000 mgr.smithi069.gsebav (mgr.14180) 1241 : cluster [DBG] pgmap v815: 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 2024-01-21T11:53:24.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:23 smithi069 bash[14120]: cluster 2024-01-21T11:53:22.570199+0000 mgr.smithi069.gsebav (mgr.14180) 1241 : cluster [DBG] pgmap v815: 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 2024-01-21T11:53:24.179 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:24.179 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:24.953 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:24 smithi069 bash[14120]: audit 2024-01-21T11:53:24.174577+0000 mgr.smithi069.gsebav (mgr.14180) 1242 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:24.954 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:24 smithi069 bash[14120]: cluster 2024-01-21T11:53:24.571238+0000 mgr.smithi069.gsebav (mgr.14180) 1243 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:24.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:24 smithi118 bash[17975]: audit 2024-01-21T11:53:24.174577+0000 mgr.smithi069.gsebav (mgr.14180) 1242 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:25.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:24 smithi118 bash[17975]: cluster 2024-01-21T11:53:24.571238+0000 mgr.smithi069.gsebav (mgr.14180) 1243 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:25.956 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:27 smithi118 bash[17975]: cluster 2024-01-21T11:53:26.572368+0000 mgr.smithi069.gsebav (mgr.14180) 1244 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:27 smithi069 bash[14120]: cluster 2024-01-21T11:53:26.572368+0000 mgr.smithi069.gsebav (mgr.14180) 1244 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:28 smithi069 bash[14120]: audit 2024-01-21T11:53:28.544007+0000 mon.smithi069 (mon.0) 978 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:53:28.978 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:28.978 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:19.950069Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.suxojc on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:29.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:28 smithi118 bash[17975]: audit 2024-01-21T11:53:28.544007+0000 mon.smithi069 (mon.0) 978 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:53:29.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: cluster 2024-01-21T11:53:28.573293+0000 mgr.smithi069.gsebav (mgr.14180) 1245 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: audit 2024-01-21T11:53:28.878232+0000 mon.smithi069 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: audit 2024-01-21T11:53:28.879610+0000 mon.smithi069 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: audit 2024-01-21T11:53:28.888274+0000 mon.smithi069 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: cluster 2024-01-21T11:53:28.889142+0000 mgr.smithi069.gsebav (mgr.14180) 1246 : cluster [DBG] pgmap v819: 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 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: audit 2024-01-21T11:53:28.895797+0000 mon.smithi069 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: audit 2024-01-21T11:53:28.912090+0000 mon.smithi069 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: cephadm 2024-01-21T11:53:28.915891+0000 mgr.smithi069.gsebav (mgr.14180) 1247 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.qiwlub on smithi118 2024-01-21T11:53:30.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:29 smithi118 bash[17975]: audit 2024-01-21T11:53:28.968393+0000 mgr.smithi069.gsebav (mgr.14180) 1248 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:30.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: cluster 2024-01-21T11:53:28.573293+0000 mgr.smithi069.gsebav (mgr.14180) 1245 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:30.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: audit 2024-01-21T11:53:28.878232+0000 mon.smithi069 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: audit 2024-01-21T11:53:28.879610+0000 mon.smithi069 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: audit 2024-01-21T11:53:28.888274+0000 mon.smithi069 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: cluster 2024-01-21T11:53:28.889142+0000 mgr.smithi069.gsebav (mgr.14180) 1246 : cluster [DBG] pgmap v819: 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 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: audit 2024-01-21T11:53:28.895797+0000 mon.smithi069 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: audit 2024-01-21T11:53:28.912090+0000 mon.smithi069 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: cephadm 2024-01-21T11:53:28.915891+0000 mgr.smithi069.gsebav (mgr.14180) 1247 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.qiwlub on smithi118 2024-01-21T11:53:30.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:29 smithi069 bash[14120]: audit 2024-01-21T11:53:28.968393+0000 mgr.smithi069.gsebav (mgr.14180) 1248 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:30.836 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:31.035 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:30 smithi069 bash[14120]: cluster 2024-01-21T11:53:29.885803+0000 mon.smithi069 (mon.0) 984 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:53:31.035 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:30 smithi069 bash[14120]: cluster 2024-01-21T11:53:29.885868+0000 mon.smithi069 (mon.0) 985 : cluster [INF] Cluster is now healthy 2024-01-21T11:53:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:30 smithi118 bash[17975]: cluster 2024-01-21T11:53:29.885803+0000 mon.smithi069 (mon.0) 984 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:53:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:30 smithi118 bash[17975]: cluster 2024-01-21T11:53:29.885868+0000 mon.smithi069 (mon.0) 985 : cluster [INF] Cluster is now healthy 2024-01-21T11:53:31.942 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:31 smithi069 bash[14120]: cluster 2024-01-21T11:53:30.889715+0000 mgr.smithi069.gsebav (mgr.14180) 1249 : cluster [DBG] pgmap v820: 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 2024-01-21T11:53:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:31 smithi118 bash[17975]: cluster 2024-01-21T11:53:30.889715+0000 mgr.smithi069.gsebav (mgr.14180) 1249 : cluster [DBG] pgmap v820: 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 2024-01-21T11:53:33.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:32 smithi069 bash[14120]: audit 2024-01-21T11:53:32.927289+0000 mon.smithi069 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.qiwlub"}]: dispatch 2024-01-21T11:53:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:32 smithi118 bash[17975]: audit 2024-01-21T11:53:32.927289+0000 mon.smithi069 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.qiwlub"}]: dispatch 2024-01-21T11:53:34.085 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:34.085 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:24.237790Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.djlkli on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-djlkli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.djlkli\nDeploy daemon haproxy.nfs.foo.smithi118.djlkli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.536729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.lwwdrg on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-lwwdrg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.lwwdrg\nDeploy daemon haproxy.nfs.foo.smithi069.lwwdrg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:52:28.538517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.andwmj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:34.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:35.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: cluster 2024-01-21T11:53:32.890876+0000 mgr.smithi069.gsebav (mgr.14180) 1250 : cluster [DBG] pgmap v821: 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 2024-01-21T11:53:35.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: cephadm 2024-01-21T11:53:32.926060+0000 mgr.smithi069.gsebav (mgr.14180) 1251 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:35.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.qiwlub ... 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:35.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.qiwlub ... 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:35.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: cephadm 2024-01-21T11:53:32.926652+0000 mgr.smithi069.gsebav (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: cephadm 2024-01-21T11:53:32.928948+0000 mgr.smithi069.gsebav (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.qiwlub ... 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:34 smithi118 bash[17975]: cephadm 2024-01-21T11:53:32.932601+0000 mgr.smithi069.gsebav (mgr.14180) 1254 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.pjqxlb on smithi069 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: cluster 2024-01-21T11:53:32.890876+0000 mgr.smithi069.gsebav (mgr.14180) 1250 : cluster [DBG] pgmap v821: 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 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: cephadm 2024-01-21T11:53:32.926060+0000 mgr.smithi069.gsebav (mgr.14180) 1251 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.qiwlub ... 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.qiwlub ... 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: cephadm 2024-01-21T11:53:32.926652+0000 mgr.smithi069.gsebav (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: cephadm 2024-01-21T11:53:32.928948+0000 mgr.smithi069.gsebav (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub 2024-01-21T11:53:35.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.qiwlub ... 2024-01-21T11:53:35.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:35.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:35.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:35.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:35.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:34 smithi069 bash[14120]: cephadm 2024-01-21T11:53:32.932601+0000 mgr.smithi069.gsebav (mgr.14180) 1254 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.pjqxlb on smithi069 2024-01-21T11:53:35.857 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:36.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:35 smithi069 bash[14120]: audit 2024-01-21T11:53:34.074825+0000 mgr.smithi069.gsebav (mgr.14180) 1255 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:35 smithi118 bash[17975]: audit 2024-01-21T11:53:34.074825+0000 mgr.smithi069.gsebav (mgr.14180) 1255 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:36.883 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:36 smithi069 bash[14120]: cluster 2024-01-21T11:53:34.891719+0000 mgr.smithi069.gsebav (mgr.14180) 1256 : cluster [DBG] pgmap v822: 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 2024-01-21T11:53:37.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:36 smithi118 bash[17975]: cluster 2024-01-21T11:53:34.891719+0000 mgr.smithi069.gsebav (mgr.14180) 1256 : cluster [DBG] pgmap v822: 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 2024-01-21T11:53:37.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:37 smithi069 bash[14120]: audit 2024-01-21T11:53:37.022985+0000 mon.smithi069 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.pjqxlb"}]: dispatch 2024-01-21T11:53:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:37 smithi069 bash[14120]: audit 2024-01-21T11:53:37.355937+0000 mon.smithi069 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:53:38.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:37 smithi118 bash[17975]: audit 2024-01-21T11:53:37.022985+0000 mon.smithi069 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.pjqxlb"}]: dispatch 2024-01-21T11:53:38.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:37 smithi118 bash[17975]: audit 2024-01-21T11:53:37.355937+0000 mon.smithi069 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:53:39.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cluster 2024-01-21T11:53:36.892427+0000 mgr.smithi069.gsebav (mgr.14180) 1257 : cluster [DBG] pgmap v823: 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 2024-01-21T11:53:39.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cephadm 2024-01-21T11:53:37.022076+0000 mgr.smithi069.gsebav (mgr.14180) 1258 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.pjqxlb ... 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:53:39.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.pjqxlb ... 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:39.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cephadm 2024-01-21T11:53:37.022340+0000 mgr.smithi069.gsebav (mgr.14180) 1259 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cephadm 2024-01-21T11:53:37.024445+0000 mgr.smithi069.gsebav (mgr.14180) 1260 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.pjqxlb ... 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:39.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cephadm 2024-01-21T11:53:37.026582+0000 mgr.smithi069.gsebav (mgr.14180) 1261 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:53:39.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cephadm 2024-01-21T11:53:37.028158+0000 mgr.smithi069.gsebav (mgr.14180) 1262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:53:39.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cluster 2024-01-21T11:53:37.028960+0000 mgr.smithi069.gsebav (mgr.14180) 1263 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-01-21T11:53:39.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:38 smithi118 bash[17975]: cluster 2024-01-21T11:53:37.627467+0000 mon.smithi069 (mon.0) 989 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cluster 2024-01-21T11:53:36.892427+0000 mgr.smithi069.gsebav (mgr.14180) 1257 : cluster [DBG] pgmap v823: 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 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cephadm 2024-01-21T11:53:37.022076+0000 mgr.smithi069.gsebav (mgr.14180) 1258 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.pjqxlb ... 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:39.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.pjqxlb ... 2024-01-21T11:53:39.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cephadm 2024-01-21T11:53:37.022340+0000 mgr.smithi069.gsebav (mgr.14180) 1259 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cephadm 2024-01-21T11:53:37.024445+0000 mgr.smithi069.gsebav (mgr.14180) 1260 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.pjqxlb ... 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cephadm 2024-01-21T11:53:37.026582+0000 mgr.smithi069.gsebav (mgr.14180) 1261 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cephadm 2024-01-21T11:53:37.028158+0000 mgr.smithi069.gsebav (mgr.14180) 1262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cluster 2024-01-21T11:53:37.028960+0000 mgr.smithi069.gsebav (mgr.14180) 1263 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-01-21T11:53:39.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:38 smithi069 bash[14120]: cluster 2024-01-21T11:53:37.627467+0000 mon.smithi069 (mon.0) 989 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:53:39.221 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:39.221 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:39 smithi069 bash[14120]: cluster 2024-01-21T11:53:39.030002+0000 mgr.smithi069.gsebav (mgr.14180) 1264 : cluster [DBG] pgmap v825: 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 2024-01-21T11:53:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:39 smithi069 bash[14120]: audit 2024-01-21T11:53:39.210159+0000 mgr.smithi069.gsebav (mgr.14180) 1265 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:40.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:40.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:39 smithi118 bash[17975]: cluster 2024-01-21T11:53:39.030002+0000 mgr.smithi069.gsebav (mgr.14180) 1264 : cluster [DBG] pgmap v825: 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 2024-01-21T11:53:40.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:39 smithi118 bash[17975]: audit 2024-01-21T11:53:39.210159+0000 mgr.smithi069.gsebav (mgr.14180) 1265 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:41.012 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:42.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:42 smithi069 bash[14120]: cluster 2024-01-21T11:53:41.030565+0000 mgr.smithi069.gsebav (mgr.14180) 1266 : cluster [DBG] pgmap v826: 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 2024-01-21T11:53:42.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:42 smithi118 bash[17975]: cluster 2024-01-21T11:53:41.030565+0000 mgr.smithi069.gsebav (mgr.14180) 1266 : cluster [DBG] pgmap v826: 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 2024-01-21T11:53:44.187 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:44.187 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:44.893 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:44 smithi069 bash[14120]: cluster 2024-01-21T11:53:43.031698+0000 mgr.smithi069.gsebav (mgr.14180) 1267 : cluster [DBG] pgmap v827: 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 2024-01-21T11:53:44.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:44 smithi118 bash[17975]: cluster 2024-01-21T11:53:43.031698+0000 mgr.smithi069.gsebav (mgr.14180) 1267 : cluster [DBG] pgmap v827: 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 2024-01-21T11:53:45.895 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:45.907 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:45 smithi069 bash[14120]: audit 2024-01-21T11:53:44.178804+0000 mgr.smithi069.gsebav (mgr.14180) 1268 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:45 smithi118 bash[17975]: audit 2024-01-21T11:53:44.178804+0000 mgr.smithi069.gsebav (mgr.14180) 1268 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:46.947 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:46 smithi069 bash[14120]: cluster 2024-01-21T11:53:45.032730+0000 mgr.smithi069.gsebav (mgr.14180) 1269 : cluster [DBG] pgmap v828: 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 2024-01-21T11:53:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:46 smithi118 bash[17975]: cluster 2024-01-21T11:53:45.032730+0000 mgr.smithi069.gsebav (mgr.14180) 1269 : cluster [DBG] pgmap v828: 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 2024-01-21T11:53:49.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:48 smithi118 bash[17975]: cluster 2024-01-21T11:53:47.033853+0000 mgr.smithi069.gsebav (mgr.14180) 1270 : cluster [DBG] pgmap v829: 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 2024-01-21T11:53:49.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:48 smithi069 bash[14120]: cluster 2024-01-21T11:53:47.033853+0000 mgr.smithi069.gsebav (mgr.14180) 1270 : cluster [DBG] pgmap v829: 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 2024-01-21T11:53:49.111 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:49.111 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:49.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:49 smithi118 bash[17975]: cluster 2024-01-21T11:53:49.035188+0000 mgr.smithi069.gsebav (mgr.14180) 1271 : 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 2024-01-21T11:53:50.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:49 smithi118 bash[17975]: audit 2024-01-21T11:53:49.102578+0000 mgr.smithi069.gsebav (mgr.14180) 1272 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:50.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:49 smithi069 bash[14120]: cluster 2024-01-21T11:53:49.035188+0000 mgr.smithi069.gsebav (mgr.14180) 1271 : 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 2024-01-21T11:53:50.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:49 smithi069 bash[14120]: audit 2024-01-21T11:53:49.102578+0000 mgr.smithi069.gsebav (mgr.14180) 1272 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:50.845 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:52.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:52 smithi069 bash[14120]: cluster 2024-01-21T11:53:51.036081+0000 mgr.smithi069.gsebav (mgr.14180) 1273 : 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 2024-01-21T11:53:52.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:52 smithi118 bash[17975]: cluster 2024-01-21T11:53:51.036081+0000 mgr.smithi069.gsebav (mgr.14180) 1273 : 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 2024-01-21T11:53:53.888 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:53.888 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:54.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:54.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:54 smithi069 bash[14120]: cluster 2024-01-21T11:53:53.037359+0000 mgr.smithi069.gsebav (mgr.14180) 1274 : cluster [DBG] pgmap v832: 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 2024-01-21T11:53:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:54 smithi118 bash[17975]: cluster 2024-01-21T11:53:53.037359+0000 mgr.smithi069.gsebav (mgr.14180) 1274 : cluster [DBG] pgmap v832: 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 2024-01-21T11:53:55.598 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:56.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:55 smithi118 bash[17975]: audit 2024-01-21T11:53:53.879436+0000 mgr.smithi069.gsebav (mgr.14180) 1275 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:56.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:55 smithi069 bash[14120]: audit 2024-01-21T11:53:53.879436+0000 mgr.smithi069.gsebav (mgr.14180) 1275 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:57.006 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:56 smithi069 bash[14120]: cluster 2024-01-21T11:53:55.038449+0000 mgr.smithi069.gsebav (mgr.14180) 1276 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:57.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:56 smithi118 bash[17975]: cluster 2024-01-21T11:53:55.038449+0000 mgr.smithi069.gsebav (mgr.14180) 1276 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:53:58.700 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:53:58.701 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:58.930 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:53:58 smithi069 bash[14120]: cluster 2024-01-21T11:53:57.039598+0000 mgr.smithi069.gsebav (mgr.14180) 1277 : 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 2024-01-21T11:53:59.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:53:58 smithi118 bash[17975]: cluster 2024-01-21T11:53:57.039598+0000 mgr.smithi069.gsebav (mgr.14180) 1277 : 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 2024-01-21T11:53:59.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:00.522 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:00.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:00 smithi069 bash[14120]: audit 2024-01-21T11:53:58.690017+0000 mgr.smithi069.gsebav (mgr.14180) 1278 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:00.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:00 smithi069 bash[14120]: cluster 2024-01-21T11:53:59.040696+0000 mgr.smithi069.gsebav (mgr.14180) 1279 : 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 2024-01-21T11:54:01.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:00 smithi118 bash[17975]: audit 2024-01-21T11:53:58.690017+0000 mgr.smithi069.gsebav (mgr.14180) 1278 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:01.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:00 smithi118 bash[17975]: cluster 2024-01-21T11:53:59.040696+0000 mgr.smithi069.gsebav (mgr.14180) 1279 : 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 2024-01-21T11:54:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:01 smithi069 bash[14120]: cluster 2024-01-21T11:54:01.041695+0000 mgr.smithi069.gsebav (mgr.14180) 1280 : 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 2024-01-21T11:54:02.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:01 smithi118 bash[17975]: cluster 2024-01-21T11:54:01.041695+0000 mgr.smithi069.gsebav (mgr.14180) 1280 : 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 2024-01-21T11:54:03.678 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:03.678 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:04.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:04.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:04 smithi069 bash[14120]: cluster 2024-01-21T11:54:03.043126+0000 mgr.smithi069.gsebav (mgr.14180) 1281 : cluster [DBG] pgmap v837: 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 2024-01-21T11:54:05.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:04 smithi118 bash[17975]: cluster 2024-01-21T11:54:03.043126+0000 mgr.smithi069.gsebav (mgr.14180) 1281 : cluster [DBG] pgmap v837: 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 2024-01-21T11:54:05.459 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:05 smithi069 bash[14120]: audit 2024-01-21T11:54:03.668078+0000 mgr.smithi069.gsebav (mgr.14180) 1282 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:05 smithi118 bash[17975]: audit 2024-01-21T11:54:03.668078+0000 mgr.smithi069.gsebav (mgr.14180) 1282 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:06.845 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:06 smithi069 bash[14120]: cluster 2024-01-21T11:54:05.044243+0000 mgr.smithi069.gsebav (mgr.14180) 1283 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:07.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:06 smithi118 bash[17975]: cluster 2024-01-21T11:54:05.044243+0000 mgr.smithi069.gsebav (mgr.14180) 1283 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:07 smithi069 bash[14120]: cluster 2024-01-21T11:54:07.045052+0000 mgr.smithi069.gsebav (mgr.14180) 1284 : 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 2024-01-21T11:54:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:07 smithi118 bash[17975]: cluster 2024-01-21T11:54:07.045052+0000 mgr.smithi069.gsebav (mgr.14180) 1284 : 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 2024-01-21T11:54:08.614 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:08.614 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:09.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:09 smithi118 bash[17975]: audit 2024-01-21T11:54:08.604705+0000 mgr.smithi069.gsebav (mgr.14180) 1285 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:10.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:09 smithi069 bash[14120]: audit 2024-01-21T11:54:08.604705+0000 mgr.smithi069.gsebav (mgr.14180) 1285 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:10.380 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:10.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:10 smithi069 bash[14120]: cluster 2024-01-21T11:54:09.045978+0000 mgr.smithi069.gsebav (mgr.14180) 1286 : 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 2024-01-21T11:54:11.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:10 smithi118 bash[17975]: cluster 2024-01-21T11:54:09.045978+0000 mgr.smithi069.gsebav (mgr.14180) 1286 : 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 2024-01-21T11:54:12.989 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:12 smithi069 bash[14120]: cluster 2024-01-21T11:54:11.046954+0000 mgr.smithi069.gsebav (mgr.14180) 1287 : 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 2024-01-21T11:54:13.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:12 smithi118 bash[17975]: cluster 2024-01-21T11:54:11.046954+0000 mgr.smithi069.gsebav (mgr.14180) 1287 : 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 2024-01-21T11:54:13.394 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:13.394 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:14.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:15.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:14 smithi118 bash[17975]: cluster 2024-01-21T11:54:13.048396+0000 mgr.smithi069.gsebav (mgr.14180) 1288 : cluster [DBG] pgmap v842: 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 2024-01-21T11:54:15.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:14 smithi118 bash[17975]: audit 2024-01-21T11:54:13.385031+0000 mgr.smithi069.gsebav (mgr.14180) 1289 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:15.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:14 smithi069 bash[14120]: cluster 2024-01-21T11:54:13.048396+0000 mgr.smithi069.gsebav (mgr.14180) 1288 : cluster [DBG] pgmap v842: 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 2024-01-21T11:54:15.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:14 smithi069 bash[14120]: audit 2024-01-21T11:54:13.385031+0000 mgr.smithi069.gsebav (mgr.14180) 1289 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:15.238 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:15.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:15 smithi069 bash[14120]: cluster 2024-01-21T11:54:15.049377+0000 mgr.smithi069.gsebav (mgr.14180) 1290 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:15 smithi118 bash[17975]: cluster 2024-01-21T11:54:15.049377+0000 mgr.smithi069.gsebav (mgr.14180) 1290 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:18.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:18 smithi069 bash[14120]: cluster 2024-01-21T11:54:17.050130+0000 mgr.smithi069.gsebav (mgr.14180) 1291 : 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 2024-01-21T11:54:18.478 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:18.478 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:18.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:18 smithi118 bash[17975]: cluster 2024-01-21T11:54:17.050130+0000 mgr.smithi069.gsebav (mgr.14180) 1291 : 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 2024-01-21T11:54:19.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:19 smithi118 bash[17975]: audit 2024-01-21T11:54:18.468851+0000 mgr.smithi069.gsebav (mgr.14180) 1292 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:20.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:19 smithi069 bash[14120]: audit 2024-01-21T11:54:18.468851+0000 mgr.smithi069.gsebav (mgr.14180) 1292 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:20.268 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:20.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:20 smithi069 bash[14120]: cluster 2024-01-21T11:54:19.051262+0000 mgr.smithi069.gsebav (mgr.14180) 1293 : 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 2024-01-21T11:54:21.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:20 smithi118 bash[17975]: cluster 2024-01-21T11:54:19.051262+0000 mgr.smithi069.gsebav (mgr.14180) 1293 : 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 2024-01-21T11:54:22.994 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:22 smithi069 bash[14120]: cluster 2024-01-21T11:54:21.052231+0000 mgr.smithi069.gsebav (mgr.14180) 1294 : 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 2024-01-21T11:54:23.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:22 smithi118 bash[17975]: cluster 2024-01-21T11:54:21.052231+0000 mgr.smithi069.gsebav (mgr.14180) 1294 : 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 2024-01-21T11:54:23.412 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:23.412 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:24.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:24 smithi118 bash[17975]: cluster 2024-01-21T11:54:23.053275+0000 mgr.smithi069.gsebav (mgr.14180) 1295 : cluster [DBG] pgmap v847: 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 2024-01-21T11:54:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:24 smithi118 bash[17975]: audit 2024-01-21T11:54:23.400760+0000 mgr.smithi069.gsebav (mgr.14180) 1296 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:25.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:24 smithi069 bash[14120]: cluster 2024-01-21T11:54:23.053275+0000 mgr.smithi069.gsebav (mgr.14180) 1295 : cluster [DBG] pgmap v847: 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 2024-01-21T11:54:25.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:24 smithi069 bash[14120]: audit 2024-01-21T11:54:23.400760+0000 mgr.smithi069.gsebav (mgr.14180) 1296 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:25.255 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:27.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:26 smithi118 bash[17975]: cluster 2024-01-21T11:54:25.054312+0000 mgr.smithi069.gsebav (mgr.14180) 1297 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:27.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:26 smithi069 bash[14120]: cluster 2024-01-21T11:54:25.054312+0000 mgr.smithi069.gsebav (mgr.14180) 1297 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:28.317 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:28.317 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:28.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:28 smithi069 bash[14120]: cluster 2024-01-21T11:54:27.055413+0000 mgr.smithi069.gsebav (mgr.14180) 1298 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:29.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:28 smithi118 bash[17975]: cluster 2024-01-21T11:54:27.055413+0000 mgr.smithi069.gsebav (mgr.14180) 1298 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:29.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:30.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:29 smithi118 bash[17975]: audit 2024-01-21T11:54:28.308272+0000 mgr.smithi069.gsebav (mgr.14180) 1299 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:30.078 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:30.091 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:29 smithi069 bash[14120]: audit 2024-01-21T11:54:28.308272+0000 mgr.smithi069.gsebav (mgr.14180) 1299 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:30 smithi118 bash[17975]: cluster 2024-01-21T11:54:29.056451+0000 mgr.smithi069.gsebav (mgr.14180) 1300 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:31.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:30 smithi069 bash[14120]: cluster 2024-01-21T11:54:29.056451+0000 mgr.smithi069.gsebav (mgr.14180) 1300 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:31 smithi069 bash[14120]: cluster 2024-01-21T11:54:31.057412+0000 mgr.smithi069.gsebav (mgr.14180) 1301 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:31 smithi118 bash[17975]: cluster 2024-01-21T11:54:31.057412+0000 mgr.smithi069.gsebav (mgr.14180) 1301 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:33.268 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:33.268 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:34.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:35.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:34 smithi118 bash[17975]: cluster 2024-01-21T11:54:33.058413+0000 mgr.smithi069.gsebav (mgr.14180) 1302 : cluster [DBG] pgmap v852: 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 2024-01-21T11:54:35.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:34 smithi118 bash[17975]: audit 2024-01-21T11:54:33.258198+0000 mgr.smithi069.gsebav (mgr.14180) 1303 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:35.081 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:35.094 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:34 smithi069 bash[14120]: cluster 2024-01-21T11:54:33.058413+0000 mgr.smithi069.gsebav (mgr.14180) 1302 : cluster [DBG] pgmap v852: 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 2024-01-21T11:54:35.095 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:34 smithi069 bash[14120]: audit 2024-01-21T11:54:33.258198+0000 mgr.smithi069.gsebav (mgr.14180) 1303 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:36 smithi069 bash[14120]: cluster 2024-01-21T11:54:35.059428+0000 mgr.smithi069.gsebav (mgr.14180) 1304 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:36 smithi118 bash[17975]: cluster 2024-01-21T11:54:35.059428+0000 mgr.smithi069.gsebav (mgr.14180) 1304 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:38.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:37 smithi118 bash[17975]: audit 2024-01-21T11:54:37.032114+0000 mon.smithi069 (mon.0) 990 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:54:38.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:37 smithi118 bash[17975]: audit 2024-01-21T11:54:37.332237+0000 mon.smithi069 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:54:38.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:37 smithi118 bash[17975]: audit 2024-01-21T11:54:37.333290+0000 mon.smithi069 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:54:38.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:37 smithi118 bash[17975]: audit 2024-01-21T11:54:37.338322+0000 mon.smithi069 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:38.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:37 smithi118 bash[17975]: audit 2024-01-21T11:54:37.343479+0000 mon.smithi069 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:54:38.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:37 smithi118 bash[17975]: audit 2024-01-21T11:54:37.355513+0000 mon.smithi069 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:38.086 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:38.086 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:52:28.540065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dbokla on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:38.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:37 smithi069 bash[14120]: audit 2024-01-21T11:54:37.032114+0000 mon.smithi069 (mon.0) 990 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:54:38.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:37 smithi069 bash[14120]: audit 2024-01-21T11:54:37.332237+0000 mon.smithi069 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:54:38.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:37 smithi069 bash[14120]: audit 2024-01-21T11:54:37.333290+0000 mon.smithi069 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:54:38.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:37 smithi069 bash[14120]: audit 2024-01-21T11:54:37.338322+0000 mon.smithi069 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:38.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:37 smithi069 bash[14120]: audit 2024-01-21T11:54:37.343479+0000 mon.smithi069 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:54:38.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:37 smithi069 bash[14120]: audit 2024-01-21T11:54:37.355513+0000 mon.smithi069 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:38.902 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:38 smithi069 bash[14120]: cluster 2024-01-21T11:54:37.060486+0000 mgr.smithi069.gsebav (mgr.14180) 1305 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:38.902 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:38 smithi069 bash[14120]: cluster 2024-01-21T11:54:37.338878+0000 mgr.smithi069.gsebav (mgr.14180) 1306 : 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 2024-01-21T11:54:38.903 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:38 smithi069 bash[14120]: cephadm 2024-01-21T11:54:37.358068+0000 mgr.smithi069.gsebav (mgr.14180) 1307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.owogux on smithi118 2024-01-21T11:54:38.903 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:38 smithi069 bash[14120]: cluster 2024-01-21T11:54:37.638602+0000 mon.smithi069 (mon.0) 996 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:54:38.903 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:38 smithi069 bash[14120]: cluster 2024-01-21T11:54:37.638638+0000 mon.smithi069 (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-01-21T11:54:38.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:39.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:38 smithi118 bash[17975]: cluster 2024-01-21T11:54:37.060486+0000 mgr.smithi069.gsebav (mgr.14180) 1305 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:54:39.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:38 smithi118 bash[17975]: cluster 2024-01-21T11:54:37.338878+0000 mgr.smithi069.gsebav (mgr.14180) 1306 : 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 2024-01-21T11:54:39.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:38 smithi118 bash[17975]: cephadm 2024-01-21T11:54:37.358068+0000 mgr.smithi069.gsebav (mgr.14180) 1307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.owogux on smithi118 2024-01-21T11:54:39.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:38 smithi118 bash[17975]: cluster 2024-01-21T11:54:37.638602+0000 mon.smithi069 (mon.0) 996 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:54:39.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:38 smithi118 bash[17975]: cluster 2024-01-21T11:54:37.638638+0000 mon.smithi069 (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-01-21T11:54:39.904 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:39.916 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:39 smithi069 bash[14120]: audit 2024-01-21T11:54:38.077223+0000 mgr.smithi069.gsebav (mgr.14180) 1308 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:39.916 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:39 smithi069 bash[14120]: cluster 2024-01-21T11:54:39.339881+0000 mgr.smithi069.gsebav (mgr.14180) 1309 : 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 2024-01-21T11:54:40.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:39 smithi118 bash[17975]: audit 2024-01-21T11:54:38.077223+0000 mgr.smithi069.gsebav (mgr.14180) 1308 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:40.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:39 smithi118 bash[17975]: cluster 2024-01-21T11:54:39.339881+0000 mgr.smithi069.gsebav (mgr.14180) 1309 : 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 2024-01-21T11:54:41.340 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:41 smithi069 bash[14120]: audit 2024-01-21T11:54:40.163366+0000 mon.smithi069 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:41 smithi118 bash[17975]: audit 2024-01-21T11:54:40.163366+0000 mon.smithi069 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: cephadm 2024-01-21T11:54:41.188888+0000 mgr.smithi069.gsebav (mgr.14180) 1310 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.543 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.owogux ... 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.544 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.owogux ... 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: cephadm 2024-01-21T11:54:41.189309+0000 mgr.smithi069.gsebav (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: audit 2024-01-21T11:54:41.189937+0000 mon.smithi069 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.owogux"}]: dispatch 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: cephadm 2024-01-21T11:54:41.191281+0000 mgr.smithi069.gsebav (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.545 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.owogux ... 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: cephadm 2024-01-21T11:54:41.194395+0000 mgr.smithi069.gsebav (mgr.14180) 1313 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.ntbjzl on smithi069 2024-01-21T11:54:42.546 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:42 smithi069 bash[14120]: cluster 2024-01-21T11:54:41.340798+0000 mgr.smithi069.gsebav (mgr.14180) 1314 : 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 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: cephadm 2024-01-21T11:54:41.188888+0000 mgr.smithi069.gsebav (mgr.14180) 1310 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.owogux ... 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:42.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.owogux ... 2024-01-21T11:54:42.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: cephadm 2024-01-21T11:54:41.189309+0000 mgr.smithi069.gsebav (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: audit 2024-01-21T11:54:41.189937+0000 mon.smithi069 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.owogux"}]: dispatch 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: cephadm 2024-01-21T11:54:41.191281+0000 mgr.smithi069.gsebav (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.owogux ... 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: cephadm 2024-01-21T11:54:41.194395+0000 mgr.smithi069.gsebav (mgr.14180) 1313 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.ntbjzl on smithi069 2024-01-21T11:54:42.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:42 smithi118 bash[17975]: cluster 2024-01-21T11:54:41.340798+0000 mgr.smithi069.gsebav (mgr.14180) 1314 : 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 2024-01-21T11:54:42.939 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:42.939 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:32.928695Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.qiwlub on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-qiwlub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.qiwlub\nDeploy daemon haproxy.nfs.foo.smithi118.qiwlub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.024296Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.pjqxlb on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-pjqxlb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.pjqxlb\nDeploy daemon haproxy.nfs.foo.smithi069.pjqxlb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:53:37.026464Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.fjiipu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:43.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:44.757 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:44.961 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:44 smithi069 bash[14120]: audit 2024-01-21T11:54:42.930723+0000 mgr.smithi069.gsebav (mgr.14180) 1315 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:44.963 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:44 smithi069 bash[14120]: cluster 2024-01-21T11:54:43.341547+0000 mgr.smithi069.gsebav (mgr.14180) 1316 : cluster [DBG] pgmap v858: 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 2024-01-21T11:54:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:44 smithi118 bash[17975]: audit 2024-01-21T11:54:42.930723+0000 mgr.smithi069.gsebav (mgr.14180) 1315 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:44 smithi118 bash[17975]: cluster 2024-01-21T11:54:43.341547+0000 mgr.smithi069.gsebav (mgr.14180) 1316 : cluster [DBG] pgmap v858: 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 2024-01-21T11:54:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:46 smithi069 bash[14120]: cluster 2024-01-21T11:54:45.342238+0000 mgr.smithi069.gsebav (mgr.14180) 1317 : cluster [DBG] pgmap v859: 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 2024-01-21T11:54:46.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:46 smithi069 bash[14120]: audit 2024-01-21T11:54:45.659629+0000 mon.smithi069 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.ntbjzl"}]: dispatch 2024-01-21T11:54:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:46 smithi118 bash[17975]: cluster 2024-01-21T11:54:45.342238+0000 mgr.smithi069.gsebav (mgr.14180) 1317 : cluster [DBG] pgmap v859: 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 2024-01-21T11:54:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:46 smithi118 bash[17975]: audit 2024-01-21T11:54:45.659629+0000 mon.smithi069 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.ntbjzl"}]: dispatch 2024-01-21T11:54:47.909 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cephadm 2024-01-21T11:54:45.658563+0000 mgr.smithi069.gsebav (mgr.14180) 1318 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.ntbjzl ... 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:54:47.910 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.ntbjzl ... 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:47.911 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cephadm 2024-01-21T11:54:45.659060+0000 mgr.smithi069.gsebav (mgr.14180) 1319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cephadm 2024-01-21T11:54:45.660669+0000 mgr.smithi069.gsebav (mgr.14180) 1320 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.ntbjzl ... 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:47.912 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:47.913 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cephadm 2024-01-21T11:54:45.662487+0000 mgr.smithi069.gsebav (mgr.14180) 1321 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:54:47.913 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cephadm 2024-01-21T11:54:45.664033+0000 mgr.smithi069.gsebav (mgr.14180) 1322 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:54:47.913 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cluster 2024-01-21T11:54:45.665011+0000 mgr.smithi069.gsebav (mgr.14180) 1323 : cluster [DBG] pgmap v860: 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 2024-01-21T11:54:47.913 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: cluster 2024-01-21T11:54:46.638353+0000 mon.smithi069 (mon.0) 1001 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:54:47.913 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:47 smithi069 bash[14120]: audit 2024-01-21T11:54:47.403142+0000 mon.smithi069 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cephadm 2024-01-21T11:54:45.658563+0000 mgr.smithi069.gsebav (mgr.14180) 1318 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.ntbjzl ... 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:48.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.ntbjzl ... 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:48.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cephadm 2024-01-21T11:54:45.659060+0000 mgr.smithi069.gsebav (mgr.14180) 1319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cephadm 2024-01-21T11:54:45.660669+0000 mgr.smithi069.gsebav (mgr.14180) 1320 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.ntbjzl ... 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cephadm 2024-01-21T11:54:45.662487+0000 mgr.smithi069.gsebav (mgr.14180) 1321 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:54:48.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cephadm 2024-01-21T11:54:45.664033+0000 mgr.smithi069.gsebav (mgr.14180) 1322 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:54:48.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cluster 2024-01-21T11:54:45.665011+0000 mgr.smithi069.gsebav (mgr.14180) 1323 : cluster [DBG] pgmap v860: 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 2024-01-21T11:54:48.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: cluster 2024-01-21T11:54:46.638353+0000 mon.smithi069 (mon.0) 1001 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:54:48.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:47 smithi118 bash[17975]: audit 2024-01-21T11:54:47.403142+0000 mon.smithi069 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:48.322 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:48.322 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:49.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:49 smithi118 bash[17975]: cluster 2024-01-21T11:54:47.665957+0000 mgr.smithi069.gsebav (mgr.14180) 1324 : cluster [DBG] pgmap v861: 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 2024-01-21T11:54:50.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:49 smithi118 bash[17975]: audit 2024-01-21T11:54:48.312199+0000 mgr.smithi069.gsebav (mgr.14180) 1325 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:50.086 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:50.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:49 smithi069 bash[14120]: cluster 2024-01-21T11:54:47.665957+0000 mgr.smithi069.gsebav (mgr.14180) 1324 : cluster [DBG] pgmap v861: 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 2024-01-21T11:54:50.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:49 smithi069 bash[14120]: audit 2024-01-21T11:54:48.312199+0000 mgr.smithi069.gsebav (mgr.14180) 1325 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:51.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:51 smithi069 bash[14120]: cluster 2024-01-21T11:54:49.667108+0000 mgr.smithi069.gsebav (mgr.14180) 1326 : cluster [DBG] pgmap v862: 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 2024-01-21T11:54:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:51 smithi118 bash[17975]: cluster 2024-01-21T11:54:49.667108+0000 mgr.smithi069.gsebav (mgr.14180) 1326 : cluster [DBG] pgmap v862: 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 2024-01-21T11:54:53.241 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:53.241 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:53.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:53 smithi069 bash[14120]: cluster 2024-01-21T11:54:51.667679+0000 mgr.smithi069.gsebav (mgr.14180) 1327 : cluster [DBG] pgmap v863: 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 2024-01-21T11:54:53.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:54.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:53 smithi118 bash[17975]: cluster 2024-01-21T11:54:51.667679+0000 mgr.smithi069.gsebav (mgr.14180) 1327 : cluster [DBG] pgmap v863: 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 2024-01-21T11:54:54.986 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:55.000 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:54 smithi069 bash[14120]: audit 2024-01-21T11:54:53.231926+0000 mgr.smithi069.gsebav (mgr.14180) 1328 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:54 smithi118 bash[17975]: audit 2024-01-21T11:54:53.231926+0000 mgr.smithi069.gsebav (mgr.14180) 1328 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:56.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:55 smithi118 bash[17975]: cluster 2024-01-21T11:54:53.668827+0000 mgr.smithi069.gsebav (mgr.14180) 1329 : cluster [DBG] pgmap v864: 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 2024-01-21T11:54:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:55 smithi118 bash[17975]: audit 2024-01-21T11:54:55.164334+0000 mon.smithi069 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:56.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:55 smithi069 bash[14120]: cluster 2024-01-21T11:54:53.668827+0000 mgr.smithi069.gsebav (mgr.14180) 1329 : cluster [DBG] pgmap v864: 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 2024-01-21T11:54:56.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:55 smithi069 bash[14120]: audit 2024-01-21T11:54:55.164334+0000 mon.smithi069 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:54:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:56 smithi069 bash[14120]: cluster 2024-01-21T11:54:55.669605+0000 mgr.smithi069.gsebav (mgr.14180) 1330 : cluster [DBG] pgmap v865: 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 2024-01-21T11:54:57.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:56 smithi118 bash[17975]: cluster 2024-01-21T11:54:55.669605+0000 mgr.smithi069.gsebav (mgr.14180) 1330 : cluster [DBG] pgmap v865: 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 2024-01-21T11:54:58.312 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:54:58.312 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:59.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:00.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:59 smithi118 bash[17975]: cluster 2024-01-21T11:54:57.671027+0000 mgr.smithi069.gsebav (mgr.14180) 1331 : 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 2024-01-21T11:55:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:54:59 smithi118 bash[17975]: audit 2024-01-21T11:54:58.304079+0000 mgr.smithi069.gsebav (mgr.14180) 1332 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:00.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:59 smithi069 bash[14120]: cluster 2024-01-21T11:54:57.671027+0000 mgr.smithi069.gsebav (mgr.14180) 1331 : 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 2024-01-21T11:55:00.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:54:59 smithi069 bash[14120]: audit 2024-01-21T11:54:58.304079+0000 mgr.smithi069.gsebav (mgr.14180) 1332 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:00.122 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:02.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:01 smithi118 bash[17975]: cluster 2024-01-21T11:54:59.671791+0000 mgr.smithi069.gsebav (mgr.14180) 1333 : 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 2024-01-21T11:55:02.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:01 smithi069 bash[14120]: cluster 2024-01-21T11:54:59.671791+0000 mgr.smithi069.gsebav (mgr.14180) 1333 : 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 2024-01-21T11:55:03.427 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:03.428 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:03 smithi069 bash[14120]: cluster 2024-01-21T11:55:01.672636+0000 mgr.smithi069.gsebav (mgr.14180) 1334 : 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 2024-01-21T11:55:04.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:03 smithi118 bash[17975]: cluster 2024-01-21T11:55:01.672636+0000 mgr.smithi069.gsebav (mgr.14180) 1334 : 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 2024-01-21T11:55:04.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:05.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:04 smithi118 bash[17975]: audit 2024-01-21T11:55:03.416028+0000 mgr.smithi069.gsebav (mgr.14180) 1335 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:05.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:04 smithi069 bash[14120]: audit 2024-01-21T11:55:03.416028+0000 mgr.smithi069.gsebav (mgr.14180) 1335 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:05.173 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:05 smithi118 bash[17975]: cluster 2024-01-21T11:55:03.673979+0000 mgr.smithi069.gsebav (mgr.14180) 1336 : cluster [DBG] pgmap v869: 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 2024-01-21T11:55:06.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:05 smithi069 bash[14120]: cluster 2024-01-21T11:55:03.673979+0000 mgr.smithi069.gsebav (mgr.14180) 1336 : cluster [DBG] pgmap v869: 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 2024-01-21T11:55:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:06 smithi069 bash[14120]: cluster 2024-01-21T11:55:05.674788+0000 mgr.smithi069.gsebav (mgr.14180) 1337 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:07.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:06 smithi118 bash[17975]: cluster 2024-01-21T11:55:05.674788+0000 mgr.smithi069.gsebav (mgr.14180) 1337 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:08.232 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:08.232 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:08.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:09.971 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:09.984 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:09 smithi069 bash[14120]: cluster 2024-01-21T11:55:07.676175+0000 mgr.smithi069.gsebav (mgr.14180) 1338 : 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 2024-01-21T11:55:09.984 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:09 smithi069 bash[14120]: audit 2024-01-21T11:55:08.223755+0000 mgr.smithi069.gsebav (mgr.14180) 1339 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:09 smithi118 bash[17975]: cluster 2024-01-21T11:55:07.676175+0000 mgr.smithi069.gsebav (mgr.14180) 1338 : 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 2024-01-21T11:55:10.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:09 smithi118 bash[17975]: audit 2024-01-21T11:55:08.223755+0000 mgr.smithi069.gsebav (mgr.14180) 1339 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:12.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:11 smithi118 bash[17975]: cluster 2024-01-21T11:55:09.677164+0000 mgr.smithi069.gsebav (mgr.14180) 1340 : 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 2024-01-21T11:55:12.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:11 smithi069 bash[14120]: cluster 2024-01-21T11:55:09.677164+0000 mgr.smithi069.gsebav (mgr.14180) 1340 : 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 2024-01-21T11:55:12.909 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:12.909 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:13.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:14.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:13 smithi118 bash[17975]: cluster 2024-01-21T11:55:11.678264+0000 mgr.smithi069.gsebav (mgr.14180) 1341 : 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 2024-01-21T11:55:14.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:13 smithi069 bash[14120]: cluster 2024-01-21T11:55:11.678264+0000 mgr.smithi069.gsebav (mgr.14180) 1341 : 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 2024-01-21T11:55:14.709 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:15.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:14 smithi118 bash[17975]: audit 2024-01-21T11:55:12.899421+0000 mgr.smithi069.gsebav (mgr.14180) 1342 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:15.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:14 smithi069 bash[14120]: audit 2024-01-21T11:55:12.899421+0000 mgr.smithi069.gsebav (mgr.14180) 1342 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:15.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:15 smithi069 bash[14120]: cluster 2024-01-21T11:55:13.679144+0000 mgr.smithi069.gsebav (mgr.14180) 1343 : cluster [DBG] pgmap v874: 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 2024-01-21T11:55:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:15 smithi118 bash[17975]: cluster 2024-01-21T11:55:13.679144+0000 mgr.smithi069.gsebav (mgr.14180) 1343 : cluster [DBG] pgmap v874: 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 2024-01-21T11:55:16.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:16 smithi069 bash[14120]: cluster 2024-01-21T11:55:15.679784+0000 mgr.smithi069.gsebav (mgr.14180) 1344 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:17.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:16 smithi118 bash[17975]: cluster 2024-01-21T11:55:15.679784+0000 mgr.smithi069.gsebav (mgr.14180) 1344 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:17.528 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:17.528 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:17.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:17 smithi069 bash[14120]: audit 2024-01-21T11:55:17.516423+0000 mgr.smithi069.gsebav (mgr.14180) 1345 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:18.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:17 smithi118 bash[17975]: audit 2024-01-21T11:55:17.516423+0000 mgr.smithi069.gsebav (mgr.14180) 1345 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:18.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:19.287 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:19 smithi069 bash[14120]: cluster 2024-01-21T11:55:17.680551+0000 mgr.smithi069.gsebav (mgr.14180) 1346 : 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 2024-01-21T11:55:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:19 smithi118 bash[17975]: cluster 2024-01-21T11:55:17.680551+0000 mgr.smithi069.gsebav (mgr.14180) 1346 : 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 2024-01-21T11:55:22.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:21 smithi069 bash[14120]: cluster 2024-01-21T11:55:19.681594+0000 mgr.smithi069.gsebav (mgr.14180) 1347 : 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 2024-01-21T11:55:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:21 smithi118 bash[17975]: cluster 2024-01-21T11:55:19.681594+0000 mgr.smithi069.gsebav (mgr.14180) 1347 : 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 2024-01-21T11:55:22.467 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:22.467 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:23.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:23 smithi118 bash[17975]: cluster 2024-01-21T11:55:21.682529+0000 mgr.smithi069.gsebav (mgr.14180) 1348 : 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 2024-01-21T11:55:24.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:23 smithi118 bash[17975]: audit 2024-01-21T11:55:22.458447+0000 mgr.smithi069.gsebav (mgr.14180) 1349 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:24.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:23 smithi069 bash[14120]: cluster 2024-01-21T11:55:21.682529+0000 mgr.smithi069.gsebav (mgr.14180) 1348 : 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 2024-01-21T11:55:24.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:23 smithi069 bash[14120]: audit 2024-01-21T11:55:22.458447+0000 mgr.smithi069.gsebav (mgr.14180) 1349 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:24.223 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:24 smithi069 bash[14120]: cluster 2024-01-21T11:55:23.683747+0000 mgr.smithi069.gsebav (mgr.14180) 1350 : cluster [DBG] pgmap v879: 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 2024-01-21T11:55:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:24 smithi118 bash[17975]: cluster 2024-01-21T11:55:23.683747+0000 mgr.smithi069.gsebav (mgr.14180) 1350 : cluster [DBG] pgmap v879: 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 2024-01-21T11:55:27.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:26 smithi118 bash[17975]: cluster 2024-01-21T11:55:25.684742+0000 mgr.smithi069.gsebav (mgr.14180) 1351 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:27.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:26 smithi069 bash[14120]: cluster 2024-01-21T11:55:25.684742+0000 mgr.smithi069.gsebav (mgr.14180) 1351 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:27.626 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:27.626 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:27 smithi118 bash[17975]: audit 2024-01-21T11:55:27.617946+0000 mgr.smithi069.gsebav (mgr.14180) 1352 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:27 smithi069 bash[14120]: audit 2024-01-21T11:55:27.617946+0000 mgr.smithi069.gsebav (mgr.14180) 1352 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:28.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:29.429 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:29 smithi069 bash[14120]: cluster 2024-01-21T11:55:27.686097+0000 mgr.smithi069.gsebav (mgr.14180) 1353 : 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 2024-01-21T11:55:30.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:29 smithi118 bash[17975]: cluster 2024-01-21T11:55:27.686097+0000 mgr.smithi069.gsebav (mgr.14180) 1353 : 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 2024-01-21T11:55:31.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:31 smithi069 bash[14120]: cluster 2024-01-21T11:55:29.686832+0000 mgr.smithi069.gsebav (mgr.14180) 1354 : 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 2024-01-21T11:55:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:31 smithi118 bash[17975]: cluster 2024-01-21T11:55:29.686832+0000 mgr.smithi069.gsebav (mgr.14180) 1354 : 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 2024-01-21T11:55:32.594 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:32.594 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:33.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:34.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:33 smithi118 bash[17975]: cluster 2024-01-21T11:55:31.687532+0000 mgr.smithi069.gsebav (mgr.14180) 1355 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:34.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:33 smithi118 bash[17975]: audit 2024-01-21T11:55:32.585271+0000 mgr.smithi069.gsebav (mgr.14180) 1356 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:34.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:33 smithi069 bash[14120]: cluster 2024-01-21T11:55:31.687532+0000 mgr.smithi069.gsebav (mgr.14180) 1355 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:34.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:33 smithi069 bash[14120]: audit 2024-01-21T11:55:32.585271+0000 mgr.smithi069.gsebav (mgr.14180) 1356 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:34.362 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:34 smithi069 bash[14120]: cluster 2024-01-21T11:55:33.688811+0000 mgr.smithi069.gsebav (mgr.14180) 1357 : cluster [DBG] pgmap v884: 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 2024-01-21T11:55:35.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:34 smithi118 bash[17975]: cluster 2024-01-21T11:55:33.688811+0000 mgr.smithi069.gsebav (mgr.14180) 1357 : cluster [DBG] pgmap v884: 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 2024-01-21T11:55:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:36 smithi118 bash[17975]: cluster 2024-01-21T11:55:35.689548+0000 mgr.smithi069.gsebav (mgr.14180) 1358 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:37.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:36 smithi069 bash[14120]: cluster 2024-01-21T11:55:35.689548+0000 mgr.smithi069.gsebav (mgr.14180) 1358 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:37.520 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:37.520 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:37.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:37 smithi069 bash[14120]: audit 2024-01-21T11:55:37.509061+0000 mgr.smithi069.gsebav (mgr.14180) 1359 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:38.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:37 smithi118 bash[17975]: audit 2024-01-21T11:55:37.509061+0000 mgr.smithi069.gsebav (mgr.14180) 1359 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:38.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:39.375 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:39 smithi069 bash[14120]: cluster 2024-01-21T11:55:37.690867+0000 mgr.smithi069.gsebav (mgr.14180) 1360 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:40.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:39 smithi118 bash[17975]: cluster 2024-01-21T11:55:37.690867+0000 mgr.smithi069.gsebav (mgr.14180) 1360 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:41.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:41 smithi069 bash[14120]: cluster 2024-01-21T11:55:39.691932+0000 mgr.smithi069.gsebav (mgr.14180) 1361 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:42.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:41 smithi118 bash[17975]: cluster 2024-01-21T11:55:39.691932+0000 mgr.smithi069.gsebav (mgr.14180) 1361 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:42.632 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:42.632 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:43.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:44.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:43 smithi118 bash[17975]: cluster 2024-01-21T11:55:41.692659+0000 mgr.smithi069.gsebav (mgr.14180) 1362 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:44.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:43 smithi118 bash[17975]: audit 2024-01-21T11:55:42.622397+0000 mgr.smithi069.gsebav (mgr.14180) 1363 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:44.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:43 smithi069 bash[14120]: cluster 2024-01-21T11:55:41.692659+0000 mgr.smithi069.gsebav (mgr.14180) 1362 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:44.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:43 smithi069 bash[14120]: audit 2024-01-21T11:55:42.622397+0000 mgr.smithi069.gsebav (mgr.14180) 1363 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:44.397 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:44 smithi118 bash[17975]: cluster 2024-01-21T11:55:43.693948+0000 mgr.smithi069.gsebav (mgr.14180) 1364 : cluster [DBG] pgmap v889: 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 2024-01-21T11:55:45.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:44 smithi069 bash[14120]: cluster 2024-01-21T11:55:43.693948+0000 mgr.smithi069.gsebav (mgr.14180) 1364 : cluster [DBG] pgmap v889: 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 2024-01-21T11:55:45.821 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:45 smithi069 bash[14120]: audit 2024-01-21T11:55:45.668115+0000 mon.smithi069 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:55:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:45 smithi118 bash[17975]: audit 2024-01-21T11:55:45.668115+0000 mon.smithi069 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:55:46.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: cluster 2024-01-21T11:55:45.694659+0000 mgr.smithi069.gsebav (mgr.14180) 1365 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: audit 2024-01-21T11:55:45.969992+0000 mon.smithi069 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: audit 2024-01-21T11:55:45.971329+0000 mon.smithi069 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: audit 2024-01-21T11:55:45.977846+0000 mon.smithi069 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: cluster 2024-01-21T11:55:45.978372+0000 mgr.smithi069.gsebav (mgr.14180) 1366 : cluster [DBG] pgmap v891: 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 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: audit 2024-01-21T11:55:45.982711+0000 mon.smithi069 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: audit 2024-01-21T11:55:45.995191+0000 mon.smithi069 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:55:46.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:46 smithi069 bash[14120]: cephadm 2024-01-21T11:55:45.997734+0000 mgr.smithi069.gsebav (mgr.14180) 1367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.hfgvbt on smithi118 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: cluster 2024-01-21T11:55:45.694659+0000 mgr.smithi069.gsebav (mgr.14180) 1365 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: audit 2024-01-21T11:55:45.969992+0000 mon.smithi069 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: audit 2024-01-21T11:55:45.971329+0000 mon.smithi069 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: audit 2024-01-21T11:55:45.977846+0000 mon.smithi069 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: cluster 2024-01-21T11:55:45.978372+0000 mgr.smithi069.gsebav (mgr.14180) 1366 : cluster [DBG] pgmap v891: 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 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: audit 2024-01-21T11:55:45.982711+0000 mon.smithi069 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: audit 2024-01-21T11:55:45.995191+0000 mon.smithi069 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:55:47.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:46 smithi118 bash[17975]: cephadm 2024-01-21T11:55:45.997734+0000 mgr.smithi069.gsebav (mgr.14180) 1367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.hfgvbt on smithi118 2024-01-21T11:55:47.642 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:47.642 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:53:37.028061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.homzld on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:47 smithi118 bash[17975]: cluster 2024-01-21T11:55:46.673217+0000 mon.smithi069 (mon.0) 1010 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:55:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:47 smithi118 bash[17975]: cluster 2024-01-21T11:55:46.673280+0000 mon.smithi069 (mon.0) 1011 : cluster [INF] Cluster is now healthy 2024-01-21T11:55:48.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:47 smithi118 bash[17975]: audit 2024-01-21T11:55:47.632473+0000 mgr.smithi069.gsebav (mgr.14180) 1368 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:48.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:47 smithi069 bash[14120]: cluster 2024-01-21T11:55:46.673217+0000 mon.smithi069 (mon.0) 1010 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:55:48.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:47 smithi069 bash[14120]: cluster 2024-01-21T11:55:46.673280+0000 mon.smithi069 (mon.0) 1011 : cluster [INF] Cluster is now healthy 2024-01-21T11:55:48.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:47 smithi069 bash[14120]: audit 2024-01-21T11:55:47.632473+0000 mgr.smithi069.gsebav (mgr.14180) 1368 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:48.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:49.403 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:49 smithi118 bash[17975]: cluster 2024-01-21T11:55:47.978968+0000 mgr.smithi069.gsebav (mgr.14180) 1369 : cluster [DBG] pgmap v892: 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 2024-01-21T11:55:49.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:49 smithi069 bash[14120]: cluster 2024-01-21T11:55:47.978968+0000 mgr.smithi069.gsebav (mgr.14180) 1369 : cluster [DBG] pgmap v892: 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 2024-01-21T11:55:50.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:50 smithi069 bash[14120]: audit 2024-01-21T11:55:49.955269+0000 mon.smithi069 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.hfgvbt"}]: dispatch 2024-01-21T11:55:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:50 smithi118 bash[17975]: audit 2024-01-21T11:55:49.955269+0000 mon.smithi069 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.hfgvbt"}]: dispatch 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: cephadm 2024-01-21T11:55:49.953988+0000 mgr.smithi069.gsebav (mgr.14180) 1370 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.hfgvbt ... 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:51.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.hfgvbt ... 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: cephadm 2024-01-21T11:55:49.954581+0000 mgr.smithi069.gsebav (mgr.14180) 1371 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: cephadm 2024-01-21T11:55:49.956845+0000 mgr.smithi069.gsebav (mgr.14180) 1372 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:51.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.hfgvbt ... 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: cephadm 2024-01-21T11:55:49.960668+0000 mgr.smithi069.gsebav (mgr.14180) 1373 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.kxcdlm on smithi069 2024-01-21T11:55:51.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:51 smithi069 bash[14120]: cluster 2024-01-21T11:55:49.979542+0000 mgr.smithi069.gsebav (mgr.14180) 1374 : cluster [DBG] pgmap v893: 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 2024-01-21T11:55:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: cephadm 2024-01-21T11:55:49.953988+0000 mgr.smithi069.gsebav (mgr.14180) 1370 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.hfgvbt ... 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.hfgvbt ... 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: cephadm 2024-01-21T11:55:49.954581+0000 mgr.smithi069.gsebav (mgr.14180) 1371 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: cephadm 2024-01-21T11:55:49.956845+0000 mgr.smithi069.gsebav (mgr.14180) 1372 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.hfgvbt ... 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: cephadm 2024-01-21T11:55:49.960668+0000 mgr.smithi069.gsebav (mgr.14180) 1373 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.kxcdlm on smithi069 2024-01-21T11:55:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:51 smithi118 bash[17975]: cluster 2024-01-21T11:55:49.979542+0000 mgr.smithi069.gsebav (mgr.14180) 1374 : cluster [DBG] pgmap v893: 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 2024-01-21T11:55:52.569 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:52.569 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:41.191118Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.owogux on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-owogux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.owogux\nDeploy daemon haproxy.nfs.foo.smithi118.owogux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.660549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.ntbjzl on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-ntbjzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.ntbjzl\nDeploy daemon haproxy.nfs.foo.smithi069.ntbjzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:54:45.662387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.sowyme on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:52 smithi118 bash[17975]: cluster 2024-01-21T11:55:51.980484+0000 mgr.smithi069.gsebav (mgr.14180) 1375 : cluster [DBG] pgmap v894: 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 2024-01-21T11:55:53.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:52 smithi118 bash[17975]: audit 2024-01-21T11:55:52.563746+0000 mgr.smithi069.gsebav (mgr.14180) 1376 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:53.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:52 smithi069 bash[14120]: cluster 2024-01-21T11:55:51.980484+0000 mgr.smithi069.gsebav (mgr.14180) 1375 : cluster [DBG] pgmap v894: 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 2024-01-21T11:55:53.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:52 smithi069 bash[14120]: audit 2024-01-21T11:55:52.563746+0000 mgr.smithi069.gsebav (mgr.14180) 1376 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:53.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:54.320 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:54.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:54 smithi069 bash[14120]: audit 2024-01-21T11:55:53.753010+0000 mon.smithi069 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.kxcdlm"}]: dispatch 2024-01-21T11:55:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:54 smithi118 bash[17975]: audit 2024-01-21T11:55:53.753010+0000 mon.smithi069 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.kxcdlm"}]: dispatch 2024-01-21T11:55:55.828 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cephadm 2024-01-21T11:55:53.751761+0000 mgr.smithi069.gsebav (mgr.14180) 1377 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:55.828 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:55.828 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:55.828 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.kxcdlm ... 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:55:55.829 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.kxcdlm ... 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cephadm 2024-01-21T11:55:53.752290+0000 mgr.smithi069.gsebav (mgr.14180) 1378 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cephadm 2024-01-21T11:55:53.754565+0000 mgr.smithi069.gsebav (mgr.14180) 1379 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:55.830 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.kxcdlm ... 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cephadm 2024-01-21T11:55:53.757824+0000 mgr.smithi069.gsebav (mgr.14180) 1380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cephadm 2024-01-21T11:55:53.759837+0000 mgr.smithi069.gsebav (mgr.14180) 1381 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cluster 2024-01-21T11:55:53.761317+0000 mgr.smithi069.gsebav (mgr.14180) 1382 : cluster [DBG] pgmap v895: 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 2024-01-21T11:55:55.831 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:55 smithi069 bash[14120]: cluster 2024-01-21T11:55:54.653462+0000 mon.smithi069 (mon.0) 1014 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:55:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cephadm 2024-01-21T11:55:53.751761+0000 mgr.smithi069.gsebav (mgr.14180) 1377 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.kxcdlm ... 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:55:56.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.kxcdlm ... 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cephadm 2024-01-21T11:55:53.752290+0000 mgr.smithi069.gsebav (mgr.14180) 1378 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cephadm 2024-01-21T11:55:53.754565+0000 mgr.smithi069.gsebav (mgr.14180) 1379 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:56.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.kxcdlm ... 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cephadm 2024-01-21T11:55:53.757824+0000 mgr.smithi069.gsebav (mgr.14180) 1380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cephadm 2024-01-21T11:55:53.759837+0000 mgr.smithi069.gsebav (mgr.14180) 1381 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cluster 2024-01-21T11:55:53.761317+0000 mgr.smithi069.gsebav (mgr.14180) 1382 : cluster [DBG] pgmap v895: 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 2024-01-21T11:55:56.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:55 smithi118 bash[17975]: cluster 2024-01-21T11:55:54.653462+0000 mon.smithi069 (mon.0) 1014 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:55:56.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:56 smithi069 bash[14120]: cluster 2024-01-21T11:55:55.762244+0000 mgr.smithi069.gsebav (mgr.14180) 1383 : cluster [DBG] pgmap v896: 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 2024-01-21T11:55:57.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:56 smithi118 bash[17975]: cluster 2024-01-21T11:55:55.762244+0000 mgr.smithi069.gsebav (mgr.14180) 1383 : cluster [DBG] pgmap v896: 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 2024-01-21T11:55:57.613 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:55:57.613 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:58.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:58.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:58 smithi118 bash[17975]: audit 2024-01-21T11:55:57.450161+0000 mon.smithi069 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:55:58.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:58 smithi118 bash[17975]: audit 2024-01-21T11:55:57.602402+0000 mgr.smithi069.gsebav (mgr.14180) 1384 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:58.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:58 smithi069 bash[14120]: audit 2024-01-21T11:55:57.450161+0000 mon.smithi069 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:55:58.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:58 smithi069 bash[14120]: audit 2024-01-21T11:55:57.602402+0000 mgr.smithi069.gsebav (mgr.14180) 1384 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:59.407 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:59.850 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:55:59 smithi069 bash[14120]: cluster 2024-01-21T11:55:57.763644+0000 mgr.smithi069.gsebav (mgr.14180) 1385 : cluster [DBG] pgmap v897: 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 2024-01-21T11:56:00.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:55:59 smithi118 bash[17975]: cluster 2024-01-21T11:55:57.763644+0000 mgr.smithi069.gsebav (mgr.14180) 1385 : cluster [DBG] pgmap v897: 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 2024-01-21T11:56:02.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:01 smithi118 bash[17975]: cluster 2024-01-21T11:55:59.764732+0000 mgr.smithi069.gsebav (mgr.14180) 1386 : cluster [DBG] pgmap v898: 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 2024-01-21T11:56:02.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:01 smithi069 bash[14120]: cluster 2024-01-21T11:55:59.764732+0000 mgr.smithi069.gsebav (mgr.14180) 1386 : cluster [DBG] pgmap v898: 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 2024-01-21T11:56:02.597 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:02.597 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:03.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:02 smithi118 bash[17975]: cluster 2024-01-21T11:56:01.765415+0000 mgr.smithi069.gsebav (mgr.14180) 1387 : cluster [DBG] pgmap v899: 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 2024-01-21T11:56:03.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:02 smithi118 bash[17975]: audit 2024-01-21T11:56:02.588164+0000 mgr.smithi069.gsebav (mgr.14180) 1388 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:03.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:02 smithi069 bash[14120]: cluster 2024-01-21T11:56:01.765415+0000 mgr.smithi069.gsebav (mgr.14180) 1387 : cluster [DBG] pgmap v899: 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 2024-01-21T11:56:03.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:02 smithi069 bash[14120]: audit 2024-01-21T11:56:02.588164+0000 mgr.smithi069.gsebav (mgr.14180) 1388 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:03.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:04.386 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:05 smithi118 bash[17975]: cluster 2024-01-21T11:56:03.766602+0000 mgr.smithi069.gsebav (mgr.14180) 1389 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-01-21T11:56:06.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:05 smithi069 bash[14120]: cluster 2024-01-21T11:56:03.766602+0000 mgr.smithi069.gsebav (mgr.14180) 1389 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-01-21T11:56:07.402 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:07.402 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:07.745 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:07 smithi069 bash[14120]: cluster 2024-01-21T11:56:05.767569+0000 mgr.smithi069.gsebav (mgr.14180) 1390 : 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 2024-01-21T11:56:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:07 smithi118 bash[17975]: cluster 2024-01-21T11:56:05.767569+0000 mgr.smithi069.gsebav (mgr.14180) 1390 : 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 2024-01-21T11:56:08.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:09.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:08 smithi118 bash[17975]: audit 2024-01-21T11:56:07.392010+0000 mgr.smithi069.gsebav (mgr.14180) 1391 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:09.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:08 smithi118 bash[17975]: cluster 2024-01-21T11:56:07.768857+0000 mgr.smithi069.gsebav (mgr.14180) 1392 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:09.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:08 smithi069 bash[14120]: audit 2024-01-21T11:56:07.392010+0000 mgr.smithi069.gsebav (mgr.14180) 1391 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:09.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:08 smithi069 bash[14120]: cluster 2024-01-21T11:56:07.768857+0000 mgr.smithi069.gsebav (mgr.14180) 1392 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:09.244 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:11.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:10 smithi069 bash[14120]: cluster 2024-01-21T11:56:09.769691+0000 mgr.smithi069.gsebav (mgr.14180) 1393 : 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 2024-01-21T11:56:11.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:10 smithi118 bash[17975]: cluster 2024-01-21T11:56:09.769691+0000 mgr.smithi069.gsebav (mgr.14180) 1393 : 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 2024-01-21T11:56:12.377 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:12.378 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:13.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:12 smithi069 bash[14120]: cluster 2024-01-21T11:56:11.770921+0000 mgr.smithi069.gsebav (mgr.14180) 1394 : 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 2024-01-21T11:56:13.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:12 smithi069 bash[14120]: audit 2024-01-21T11:56:12.369488+0000 mgr.smithi069.gsebav (mgr.14180) 1395 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:13.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:13.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:12 smithi118 bash[17975]: cluster 2024-01-21T11:56:11.770921+0000 mgr.smithi069.gsebav (mgr.14180) 1394 : 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 2024-01-21T11:56:13.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:12 smithi118 bash[17975]: audit 2024-01-21T11:56:12.369488+0000 mgr.smithi069.gsebav (mgr.14180) 1395 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:14.202 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:15 smithi118 bash[17975]: cluster 2024-01-21T11:56:13.772250+0000 mgr.smithi069.gsebav (mgr.14180) 1396 : cluster [DBG] pgmap v905: 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 2024-01-21T11:56:16.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:15 smithi069 bash[14120]: cluster 2024-01-21T11:56:13.772250+0000 mgr.smithi069.gsebav (mgr.14180) 1396 : cluster [DBG] pgmap v905: 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 2024-01-21T11:56:17.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:16 smithi118 bash[17975]: cluster 2024-01-21T11:56:15.773271+0000 mgr.smithi069.gsebav (mgr.14180) 1397 : 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 2024-01-21T11:56:17.077 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:16 smithi069 bash[14120]: cluster 2024-01-21T11:56:15.773271+0000 mgr.smithi069.gsebav (mgr.14180) 1397 : 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 2024-01-21T11:56:17.497 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:17.497 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:17.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:17 smithi069 bash[14120]: audit 2024-01-21T11:56:17.487352+0000 mgr.smithi069.gsebav (mgr.14180) 1398 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:18.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:17 smithi118 bash[17975]: audit 2024-01-21T11:56:17.487352+0000 mgr.smithi069.gsebav (mgr.14180) 1398 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:18.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:19.372 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:19.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:19 smithi069 bash[14120]: cluster 2024-01-21T11:56:17.774305+0000 mgr.smithi069.gsebav (mgr.14180) 1399 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:20.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:19 smithi118 bash[17975]: cluster 2024-01-21T11:56:17.774305+0000 mgr.smithi069.gsebav (mgr.14180) 1399 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:21 smithi069 bash[14120]: cluster 2024-01-21T11:56:19.775327+0000 mgr.smithi069.gsebav (mgr.14180) 1400 : 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 2024-01-21T11:56:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:21 smithi118 bash[17975]: cluster 2024-01-21T11:56:19.775327+0000 mgr.smithi069.gsebav (mgr.14180) 1400 : 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 2024-01-21T11:56:22.629 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:22.630 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:23.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:22 smithi118 bash[17975]: cluster 2024-01-21T11:56:21.776527+0000 mgr.smithi069.gsebav (mgr.14180) 1401 : 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 2024-01-21T11:56:23.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:22 smithi118 bash[17975]: audit 2024-01-21T11:56:22.620677+0000 mgr.smithi069.gsebav (mgr.14180) 1402 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:23.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:22 smithi069 bash[14120]: cluster 2024-01-21T11:56:21.776527+0000 mgr.smithi069.gsebav (mgr.14180) 1401 : 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 2024-01-21T11:56:23.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:22 smithi069 bash[14120]: audit 2024-01-21T11:56:22.620677+0000 mgr.smithi069.gsebav (mgr.14180) 1402 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:23.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:24.454 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:25.737 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:25 smithi069 bash[14120]: cluster 2024-01-21T11:56:23.777905+0000 mgr.smithi069.gsebav (mgr.14180) 1403 : cluster [DBG] pgmap v910: 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 2024-01-21T11:56:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:25 smithi118 bash[17975]: cluster 2024-01-21T11:56:23.777905+0000 mgr.smithi069.gsebav (mgr.14180) 1403 : cluster [DBG] pgmap v910: 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 2024-01-21T11:56:26.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:26 smithi069 bash[14120]: cluster 2024-01-21T11:56:25.778926+0000 mgr.smithi069.gsebav (mgr.14180) 1404 : 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 2024-01-21T11:56:27.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:26 smithi118 bash[17975]: cluster 2024-01-21T11:56:25.778926+0000 mgr.smithi069.gsebav (mgr.14180) 1404 : 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 2024-01-21T11:56:27.675 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:27.676 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:28.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:27 smithi118 bash[17975]: audit 2024-01-21T11:56:27.664139+0000 mgr.smithi069.gsebav (mgr.14180) 1405 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:27 smithi069 bash[14120]: audit 2024-01-21T11:56:27.664139+0000 mgr.smithi069.gsebav (mgr.14180) 1405 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:28.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:29.453 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:29.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:29 smithi069 bash[14120]: cluster 2024-01-21T11:56:27.780451+0000 mgr.smithi069.gsebav (mgr.14180) 1406 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:30.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:29 smithi118 bash[17975]: cluster 2024-01-21T11:56:27.780451+0000 mgr.smithi069.gsebav (mgr.14180) 1406 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:30.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:30 smithi069 bash[14120]: cluster 2024-01-21T11:56:29.781045+0000 mgr.smithi069.gsebav (mgr.14180) 1407 : 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 2024-01-21T11:56:31.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:30 smithi118 bash[17975]: cluster 2024-01-21T11:56:29.781045+0000 mgr.smithi069.gsebav (mgr.14180) 1407 : 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 2024-01-21T11:56:32.739 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:32.739 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:33.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:32 smithi069 bash[14120]: cluster 2024-01-21T11:56:31.782120+0000 mgr.smithi069.gsebav (mgr.14180) 1408 : 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 2024-01-21T11:56:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:32 smithi118 bash[17975]: cluster 2024-01-21T11:56:31.782120+0000 mgr.smithi069.gsebav (mgr.14180) 1408 : 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 2024-01-21T11:56:33.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:34.573 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:34.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:34 smithi069 bash[14120]: audit 2024-01-21T11:56:32.729383+0000 mgr.smithi069.gsebav (mgr.14180) 1409 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:35.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:34 smithi118 bash[17975]: audit 2024-01-21T11:56:32.729383+0000 mgr.smithi069.gsebav (mgr.14180) 1409 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:35.971 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:35 smithi069 bash[14120]: cluster 2024-01-21T11:56:33.783366+0000 mgr.smithi069.gsebav (mgr.14180) 1410 : cluster [DBG] pgmap v915: 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 2024-01-21T11:56:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:35 smithi118 bash[17975]: cluster 2024-01-21T11:56:33.783366+0000 mgr.smithi069.gsebav (mgr.14180) 1410 : cluster [DBG] pgmap v915: 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 2024-01-21T11:56:36.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:36 smithi069 bash[14120]: cluster 2024-01-21T11:56:35.784352+0000 mgr.smithi069.gsebav (mgr.14180) 1411 : 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 2024-01-21T11:56:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:36 smithi118 bash[17975]: cluster 2024-01-21T11:56:35.784352+0000 mgr.smithi069.gsebav (mgr.14180) 1411 : 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 2024-01-21T11:56:37.803 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:37.803 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:38.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:39.714 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:40.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:39 smithi118 bash[17975]: cluster 2024-01-21T11:56:37.785746+0000 mgr.smithi069.gsebav (mgr.14180) 1412 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:40.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:39 smithi118 bash[17975]: audit 2024-01-21T11:56:37.798346+0000 mgr.smithi069.gsebav (mgr.14180) 1413 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:39 smithi069 bash[14120]: cluster 2024-01-21T11:56:37.785746+0000 mgr.smithi069.gsebav (mgr.14180) 1412 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:40.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:39 smithi069 bash[14120]: audit 2024-01-21T11:56:37.798346+0000 mgr.smithi069.gsebav (mgr.14180) 1413 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:41.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:40 smithi118 bash[17975]: cluster 2024-01-21T11:56:39.786807+0000 mgr.smithi069.gsebav (mgr.14180) 1414 : 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 2024-01-21T11:56:41.088 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:40 smithi069 bash[14120]: cluster 2024-01-21T11:56:39.786807+0000 mgr.smithi069.gsebav (mgr.14180) 1414 : 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 2024-01-21T11:56:42.910 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:42.910 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:43.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:42 smithi069 bash[14120]: cluster 2024-01-21T11:56:41.787625+0000 mgr.smithi069.gsebav (mgr.14180) 1415 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:43.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:42 smithi118 bash[17975]: cluster 2024-01-21T11:56:41.787625+0000 mgr.smithi069.gsebav (mgr.14180) 1415 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:43.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:44.679 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:44 smithi118 bash[17975]: audit 2024-01-21T11:56:42.901673+0000 mgr.smithi069.gsebav (mgr.14180) 1416 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:45.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:44 smithi069 bash[14120]: audit 2024-01-21T11:56:42.901673+0000 mgr.smithi069.gsebav (mgr.14180) 1416 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:45.945 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:45 smithi069 bash[14120]: cluster 2024-01-21T11:56:43.788922+0000 mgr.smithi069.gsebav (mgr.14180) 1417 : cluster [DBG] pgmap v920: 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 2024-01-21T11:56:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:45 smithi118 bash[17975]: cluster 2024-01-21T11:56:43.788922+0000 mgr.smithi069.gsebav (mgr.14180) 1417 : cluster [DBG] pgmap v920: 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 2024-01-21T11:56:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:46 smithi118 bash[17975]: cluster 2024-01-21T11:56:45.789955+0000 mgr.smithi069.gsebav (mgr.14180) 1418 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:47.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:46 smithi069 bash[14120]: cluster 2024-01-21T11:56:45.789955+0000 mgr.smithi069.gsebav (mgr.14180) 1418 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:47.997 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:47.997 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:48.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:49.802 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:50.008 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:49 smithi069 bash[14120]: cluster 2024-01-21T11:56:47.791049+0000 mgr.smithi069.gsebav (mgr.14180) 1419 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:50.008 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:49 smithi069 bash[14120]: audit 2024-01-21T11:56:47.991917+0000 mgr.smithi069.gsebav (mgr.14180) 1420 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:49 smithi118 bash[17975]: cluster 2024-01-21T11:56:47.791049+0000 mgr.smithi069.gsebav (mgr.14180) 1419 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:50.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:49 smithi118 bash[17975]: audit 2024-01-21T11:56:47.991917+0000 mgr.smithi069.gsebav (mgr.14180) 1420 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:50.953 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:50 smithi069 bash[14120]: cluster 2024-01-21T11:56:49.792072+0000 mgr.smithi069.gsebav (mgr.14180) 1421 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:51.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:50 smithi118 bash[17975]: cluster 2024-01-21T11:56:49.792072+0000 mgr.smithi069.gsebav (mgr.14180) 1421 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:53.005 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:53.005 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:45.663936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kncgjf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:53.038 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:52 smithi069 bash[14120]: cluster 2024-01-21T11:56:51.793127+0000 mgr.smithi069.gsebav (mgr.14180) 1422 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:53.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:52 smithi118 bash[17975]: cluster 2024-01-21T11:56:51.793127+0000 mgr.smithi069.gsebav (mgr.14180) 1422 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:53.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:54.795 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:52.996351+0000 mgr.smithi069.gsebav (mgr.14180) 1423 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:53.764248+0000 mon.smithi069 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:54.064100+0000 mon.smithi069 (mon.0) 1017 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:54.065386+0000 mon.smithi069 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:54.073548+0000 mon.smithi069 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:54.081185+0000 mon.smithi069 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:56:54.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:54 smithi069 bash[14120]: audit 2024-01-21T11:56:54.094493+0000 mon.smithi069 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:52.996351+0000 mgr.smithi069.gsebav (mgr.14180) 1423 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:53.764248+0000 mon.smithi069 (mon.0) 1016 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:54.064100+0000 mon.smithi069 (mon.0) 1017 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:54.065386+0000 mon.smithi069 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:54.073548+0000 mon.smithi069 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:54.081185+0000 mon.smithi069 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:56:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:54 smithi118 bash[17975]: audit 2024-01-21T11:56:54.094493+0000 mon.smithi069 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:56:55.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:55 smithi069 bash[14120]: cluster 2024-01-21T11:56:53.793876+0000 mgr.smithi069.gsebav (mgr.14180) 1424 : cluster [DBG] pgmap v925: 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 2024-01-21T11:56:55.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:55 smithi069 bash[14120]: cluster 2024-01-21T11:56:54.074321+0000 mgr.smithi069.gsebav (mgr.14180) 1425 : cluster [DBG] pgmap v926: 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 2024-01-21T11:56:55.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:55 smithi069 bash[14120]: cephadm 2024-01-21T11:56:54.098619+0000 mgr.smithi069.gsebav (mgr.14180) 1426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.rzuird on smithi118 2024-01-21T11:56:55.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:55 smithi069 bash[14120]: cluster 2024-01-21T11:56:54.672057+0000 mon.smithi069 (mon.0) 1022 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:56:55.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:55 smithi069 bash[14120]: cluster 2024-01-21T11:56:54.672113+0000 mon.smithi069 (mon.0) 1023 : cluster [INF] Cluster is now healthy 2024-01-21T11:56:55.951 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:55 smithi069 bash[14120]: audit 2024-01-21T11:56:55.167075+0000 mon.smithi069 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:56:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:55 smithi118 bash[17975]: cluster 2024-01-21T11:56:53.793876+0000 mgr.smithi069.gsebav (mgr.14180) 1424 : cluster [DBG] pgmap v925: 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 2024-01-21T11:56:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:55 smithi118 bash[17975]: cluster 2024-01-21T11:56:54.074321+0000 mgr.smithi069.gsebav (mgr.14180) 1425 : cluster [DBG] pgmap v926: 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 2024-01-21T11:56:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:55 smithi118 bash[17975]: cephadm 2024-01-21T11:56:54.098619+0000 mgr.smithi069.gsebav (mgr.14180) 1426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.rzuird on smithi118 2024-01-21T11:56:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:55 smithi118 bash[17975]: cluster 2024-01-21T11:56:54.672057+0000 mon.smithi069 (mon.0) 1022 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:56:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:55 smithi118 bash[17975]: cluster 2024-01-21T11:56:54.672113+0000 mon.smithi069 (mon.0) 1023 : cluster [INF] Cluster is now healthy 2024-01-21T11:56:56.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:55 smithi118 bash[17975]: audit 2024-01-21T11:56:55.167075+0000 mon.smithi069 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:56:57.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:56 smithi118 bash[17975]: cluster 2024-01-21T11:56:56.075068+0000 mgr.smithi069.gsebav (mgr.14180) 1427 : cluster [DBG] pgmap v927: 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 2024-01-21T11:56:57.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:56 smithi069 bash[14120]: cluster 2024-01-21T11:56:56.075068+0000 mgr.smithi069.gsebav (mgr.14180) 1427 : cluster [DBG] pgmap v927: 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 2024-01-21T11:56:58.193 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:56:58.193 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:49.956646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.hfgvbt on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-hfgvbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.hfgvbt\nDeploy daemon haproxy.nfs.foo.smithi118.hfgvbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.754326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.kxcdlm on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-kxcdlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.kxcdlm\nDeploy daemon haproxy.nfs.foo.smithi069.kxcdlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:55:53.757707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.vtheaj on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:58.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:58 smithi118 bash[17975]: audit 2024-01-21T11:56:58.078340+0000 mon.smithi069 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.rzuird"}]: dispatch 2024-01-21T11:56:58.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:58 smithi069 bash[14120]: audit 2024-01-21T11:56:58.078340+0000 mon.smithi069 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.rzuird"}]: dispatch 2024-01-21T11:56:59.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:00.053 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: cluster 2024-01-21T11:56:58.076119+0000 mgr.smithi069.gsebav (mgr.14180) 1428 : cluster [DBG] pgmap v928: 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 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: cephadm 2024-01-21T11:56:58.077408+0000 mgr.smithi069.gsebav (mgr.14180) 1429 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:00.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.rzuird ... 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:00.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.rzuird ... 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: cephadm 2024-01-21T11:56:58.077838+0000 mgr.smithi069.gsebav (mgr.14180) 1430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: cephadm 2024-01-21T11:56:58.079644+0000 mgr.smithi069.gsebav (mgr.14180) 1431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.rzuird ... 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: cephadm 2024-01-21T11:56:58.083359+0000 mgr.smithi069.gsebav (mgr.14180) 1432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.yuhsjt on smithi069 2024-01-21T11:57:00.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:56:59 smithi069 bash[14120]: audit 2024-01-21T11:56:58.182297+0000 mgr.smithi069.gsebav (mgr.14180) 1433 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: cluster 2024-01-21T11:56:58.076119+0000 mgr.smithi069.gsebav (mgr.14180) 1428 : cluster [DBG] pgmap v928: 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 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: cephadm 2024-01-21T11:56:58.077408+0000 mgr.smithi069.gsebav (mgr.14180) 1429 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.rzuird ... 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:00.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.rzuird ... 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: cephadm 2024-01-21T11:56:58.077838+0000 mgr.smithi069.gsebav (mgr.14180) 1430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: cephadm 2024-01-21T11:56:58.079644+0000 mgr.smithi069.gsebav (mgr.14180) 1431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.rzuird ... 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: cephadm 2024-01-21T11:56:58.083359+0000 mgr.smithi069.gsebav (mgr.14180) 1432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.yuhsjt on smithi069 2024-01-21T11:57:00.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:56:59 smithi118 bash[17975]: audit 2024-01-21T11:56:58.182297+0000 mgr.smithi069.gsebav (mgr.14180) 1433 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:01.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:00 smithi118 bash[17975]: cluster 2024-01-21T11:57:00.076684+0000 mgr.smithi069.gsebav (mgr.14180) 1434 : cluster [DBG] pgmap v929: 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 2024-01-21T11:57:01.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:00 smithi069 bash[14120]: cluster 2024-01-21T11:57:00.076684+0000 mgr.smithi069.gsebav (mgr.14180) 1434 : cluster [DBG] pgmap v929: 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 2024-01-21T11:57:03.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cluster 2024-01-21T11:57:02.077352+0000 mgr.smithi069.gsebav (mgr.14180) 1435 : cluster [DBG] pgmap v930: 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 2024-01-21T11:57:03.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cephadm 2024-01-21T11:57:02.165517+0000 mgr.smithi069.gsebav (mgr.14180) 1436 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:03.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.yuhsjt ... 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:57:03.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.yuhsjt ... 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cephadm 2024-01-21T11:57:02.165759+0000 mgr.smithi069.gsebav (mgr.14180) 1437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: audit 2024-01-21T11:57:02.166143+0000 mon.smithi069 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.yuhsjt"}]: dispatch 2024-01-21T11:57:03.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cephadm 2024-01-21T11:57:02.167071+0000 mgr.smithi069.gsebav (mgr.14180) 1438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.yuhsjt ... 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cephadm 2024-01-21T11:57:02.169036+0000 mgr.smithi069.gsebav (mgr.14180) 1439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cephadm 2024-01-21T11:57:02.170664+0000 mgr.smithi069.gsebav (mgr.14180) 1440 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:57:03.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: cluster 2024-01-21T11:57:02.171569+0000 mgr.smithi069.gsebav (mgr.14180) 1441 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:57:03.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:03 smithi069 bash[14120]: audit 2024-01-21T11:57:02.492872+0000 mon.smithi069 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:57:03.461 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:03.461 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:03.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cluster 2024-01-21T11:57:02.077352+0000 mgr.smithi069.gsebav (mgr.14180) 1435 : cluster [DBG] pgmap v930: 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 2024-01-21T11:57:03.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cephadm 2024-01-21T11:57:02.165517+0000 mgr.smithi069.gsebav (mgr.14180) 1436 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:03.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.yuhsjt ... 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:03.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.yuhsjt ... 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cephadm 2024-01-21T11:57:02.165759+0000 mgr.smithi069.gsebav (mgr.14180) 1437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: audit 2024-01-21T11:57:02.166143+0000 mon.smithi069 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.yuhsjt"}]: dispatch 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cephadm 2024-01-21T11:57:02.167071+0000 mgr.smithi069.gsebav (mgr.14180) 1438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.yuhsjt ... 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cephadm 2024-01-21T11:57:02.169036+0000 mgr.smithi069.gsebav (mgr.14180) 1439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:57:03.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cephadm 2024-01-21T11:57:02.170664+0000 mgr.smithi069.gsebav (mgr.14180) 1440 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:57:03.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: cluster 2024-01-21T11:57:02.171569+0000 mgr.smithi069.gsebav (mgr.14180) 1441 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:57:03.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:03 smithi118 bash[17975]: audit 2024-01-21T11:57:02.492872+0000 mon.smithi069 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:57:04.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:04.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:04 smithi118 bash[17975]: cluster 2024-01-21T11:57:03.130456+0000 mon.smithi069 (mon.0) 1028 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:57:04.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:04 smithi118 bash[17975]: audit 2024-01-21T11:57:03.449729+0000 mgr.smithi069.gsebav (mgr.14180) 1442 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:04 smithi069 bash[14120]: cluster 2024-01-21T11:57:03.130456+0000 mon.smithi069 (mon.0) 1028 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:57:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:04 smithi069 bash[14120]: audit 2024-01-21T11:57:03.449729+0000 mgr.smithi069.gsebav (mgr.14180) 1442 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:05.259 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:05.460 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:05 smithi069 bash[14120]: cluster 2024-01-21T11:57:04.172881+0000 mgr.smithi069.gsebav (mgr.14180) 1443 : cluster [DBG] pgmap v932: 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 2024-01-21T11:57:05.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:05 smithi118 bash[17975]: cluster 2024-01-21T11:57:04.172881+0000 mgr.smithi069.gsebav (mgr.14180) 1443 : cluster [DBG] pgmap v932: 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 2024-01-21T11:57:07.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:07 smithi118 bash[17975]: cluster 2024-01-21T11:57:06.173922+0000 mgr.smithi069.gsebav (mgr.14180) 1444 : cluster [DBG] pgmap v933: 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 2024-01-21T11:57:07.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:07 smithi069 bash[14120]: cluster 2024-01-21T11:57:06.173922+0000 mgr.smithi069.gsebav (mgr.14180) 1444 : cluster [DBG] pgmap v933: 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 2024-01-21T11:57:08.435 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:08.435 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:09.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:09.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:09 smithi118 bash[17975]: cluster 2024-01-21T11:57:08.175231+0000 mgr.smithi069.gsebav (mgr.14180) 1445 : cluster [DBG] pgmap v934: 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 2024-01-21T11:57:09.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:09 smithi118 bash[17975]: audit 2024-01-21T11:57:08.430299+0000 mgr.smithi069.gsebav (mgr.14180) 1446 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:09.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:09 smithi069 bash[14120]: cluster 2024-01-21T11:57:08.175231+0000 mgr.smithi069.gsebav (mgr.14180) 1445 : cluster [DBG] pgmap v934: 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 2024-01-21T11:57:09.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:09 smithi069 bash[14120]: audit 2024-01-21T11:57:08.430299+0000 mgr.smithi069.gsebav (mgr.14180) 1446 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:10.286 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:11.529 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:11 smithi069 bash[14120]: audit 2024-01-21T11:57:10.167830+0000 mon.smithi069 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:57:11.530 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:11 smithi069 bash[14120]: cluster 2024-01-21T11:57:10.176209+0000 mgr.smithi069.gsebav (mgr.14180) 1447 : cluster [DBG] pgmap v935: 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 2024-01-21T11:57:11.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:11 smithi118 bash[17975]: audit 2024-01-21T11:57:10.167830+0000 mon.smithi069 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:57:11.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:11 smithi118 bash[17975]: cluster 2024-01-21T11:57:10.176209+0000 mgr.smithi069.gsebav (mgr.14180) 1447 : cluster [DBG] pgmap v935: 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 2024-01-21T11:57:13.537 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:13.537 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:13.564 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:13 smithi069 bash[14120]: cluster 2024-01-21T11:57:12.177213+0000 mgr.smithi069.gsebav (mgr.14180) 1448 : cluster [DBG] pgmap v936: 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 2024-01-21T11:57:13.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:13 smithi118 bash[17975]: cluster 2024-01-21T11:57:12.177213+0000 mgr.smithi069.gsebav (mgr.14180) 1448 : cluster [DBG] pgmap v936: 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 2024-01-21T11:57:14.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:14.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:14 smithi118 bash[17975]: audit 2024-01-21T11:57:13.532605+0000 mgr.smithi069.gsebav (mgr.14180) 1449 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:14.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:14 smithi069 bash[14120]: audit 2024-01-21T11:57:13.532605+0000 mgr.smithi069.gsebav (mgr.14180) 1449 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:15.339 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:15.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:15 smithi118 bash[17975]: cluster 2024-01-21T11:57:14.178525+0000 mgr.smithi069.gsebav (mgr.14180) 1450 : cluster [DBG] pgmap v937: 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 2024-01-21T11:57:15.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:15 smithi069 bash[14120]: cluster 2024-01-21T11:57:14.178525+0000 mgr.smithi069.gsebav (mgr.14180) 1450 : cluster [DBG] pgmap v937: 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 2024-01-21T11:57:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:17 smithi118 bash[17975]: cluster 2024-01-21T11:57:16.179475+0000 mgr.smithi069.gsebav (mgr.14180) 1451 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:17.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:17 smithi069 bash[14120]: cluster 2024-01-21T11:57:16.179475+0000 mgr.smithi069.gsebav (mgr.14180) 1451 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:18.412 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:18.412 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:19.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:19 smithi118 bash[17975]: cluster 2024-01-21T11:57:18.180728+0000 mgr.smithi069.gsebav (mgr.14180) 1452 : 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 2024-01-21T11:57:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:19 smithi118 bash[17975]: audit 2024-01-21T11:57:18.402968+0000 mgr.smithi069.gsebav (mgr.14180) 1453 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:19 smithi069 bash[14120]: cluster 2024-01-21T11:57:18.180728+0000 mgr.smithi069.gsebav (mgr.14180) 1452 : 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 2024-01-21T11:57:19.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:19 smithi069 bash[14120]: audit 2024-01-21T11:57:18.402968+0000 mgr.smithi069.gsebav (mgr.14180) 1453 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:20.162 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:21.564 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:21 smithi069 bash[14120]: cluster 2024-01-21T11:57:20.181492+0000 mgr.smithi069.gsebav (mgr.14180) 1454 : 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 2024-01-21T11:57:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:21 smithi118 bash[17975]: cluster 2024-01-21T11:57:20.181492+0000 mgr.smithi069.gsebav (mgr.14180) 1454 : 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 2024-01-21T11:57:23.262 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:23.262 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:23.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:23 smithi118 bash[17975]: cluster 2024-01-21T11:57:22.182603+0000 mgr.smithi069.gsebav (mgr.14180) 1455 : 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 2024-01-21T11:57:23.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:23 smithi069 bash[14120]: cluster 2024-01-21T11:57:22.182603+0000 mgr.smithi069.gsebav (mgr.14180) 1455 : 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 2024-01-21T11:57:24.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:24.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:24 smithi069 bash[14120]: audit 2024-01-21T11:57:23.251559+0000 mgr.smithi069.gsebav (mgr.14180) 1456 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:24.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:24 smithi118 bash[17975]: audit 2024-01-21T11:57:23.251559+0000 mgr.smithi069.gsebav (mgr.14180) 1456 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:25.043 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:25.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:25 smithi069 bash[14120]: cluster 2024-01-21T11:57:24.183834+0000 mgr.smithi069.gsebav (mgr.14180) 1457 : cluster [DBG] pgmap v942: 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 2024-01-21T11:57:25.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:25 smithi118 bash[17975]: cluster 2024-01-21T11:57:24.183834+0000 mgr.smithi069.gsebav (mgr.14180) 1457 : cluster [DBG] pgmap v942: 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 2024-01-21T11:57:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:27 smithi118 bash[17975]: cluster 2024-01-21T11:57:26.184864+0000 mgr.smithi069.gsebav (mgr.14180) 1458 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:27 smithi069 bash[14120]: cluster 2024-01-21T11:57:26.184864+0000 mgr.smithi069.gsebav (mgr.14180) 1458 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:28.450 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:28.450 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:29.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:29 smithi118 bash[17975]: cluster 2024-01-21T11:57:28.186095+0000 mgr.smithi069.gsebav (mgr.14180) 1459 : 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 2024-01-21T11:57:29.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:29 smithi118 bash[17975]: audit 2024-01-21T11:57:28.440827+0000 mgr.smithi069.gsebav (mgr.14180) 1460 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:29 smithi069 bash[14120]: cluster 2024-01-21T11:57:28.186095+0000 mgr.smithi069.gsebav (mgr.14180) 1459 : 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 2024-01-21T11:57:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:29 smithi069 bash[14120]: audit 2024-01-21T11:57:28.440827+0000 mgr.smithi069.gsebav (mgr.14180) 1460 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:30.278 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:31.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:31 smithi118 bash[17975]: cluster 2024-01-21T11:57:30.187151+0000 mgr.smithi069.gsebav (mgr.14180) 1461 : 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 2024-01-21T11:57:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:31 smithi069 bash[14120]: cluster 2024-01-21T11:57:30.187151+0000 mgr.smithi069.gsebav (mgr.14180) 1461 : 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 2024-01-21T11:57:33.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:33 smithi069 bash[14120]: cluster 2024-01-21T11:57:32.188300+0000 mgr.smithi069.gsebav (mgr.14180) 1462 : 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 2024-01-21T11:57:33.495 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:33.495 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:33.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:33 smithi118 bash[17975]: cluster 2024-01-21T11:57:32.188300+0000 mgr.smithi069.gsebav (mgr.14180) 1462 : 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 2024-01-21T11:57:34.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:34.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:34 smithi118 bash[17975]: audit 2024-01-21T11:57:33.486081+0000 mgr.smithi069.gsebav (mgr.14180) 1463 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:34.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:34 smithi069 bash[14120]: audit 2024-01-21T11:57:33.486081+0000 mgr.smithi069.gsebav (mgr.14180) 1463 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:35.308 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:35.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:35 smithi118 bash[17975]: cluster 2024-01-21T11:57:34.189672+0000 mgr.smithi069.gsebav (mgr.14180) 1464 : cluster [DBG] pgmap v947: 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 2024-01-21T11:57:35.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:35 smithi069 bash[14120]: cluster 2024-01-21T11:57:34.189672+0000 mgr.smithi069.gsebav (mgr.14180) 1464 : cluster [DBG] pgmap v947: 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 2024-01-21T11:57:37.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:37 smithi118 bash[17975]: cluster 2024-01-21T11:57:36.190740+0000 mgr.smithi069.gsebav (mgr.14180) 1465 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:37.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:37 smithi069 bash[14120]: cluster 2024-01-21T11:57:36.190740+0000 mgr.smithi069.gsebav (mgr.14180) 1465 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:38.914 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:38.914 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:39.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:39 smithi118 bash[17975]: cluster 2024-01-21T11:57:38.192147+0000 mgr.smithi069.gsebav (mgr.14180) 1466 : 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 2024-01-21T11:57:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:39 smithi069 bash[14120]: cluster 2024-01-21T11:57:38.192147+0000 mgr.smithi069.gsebav (mgr.14180) 1466 : 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 2024-01-21T11:57:39.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:40.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:40 smithi118 bash[17975]: audit 2024-01-21T11:57:38.905278+0000 mgr.smithi069.gsebav (mgr.14180) 1467 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:40.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:40 smithi069 bash[14120]: audit 2024-01-21T11:57:38.905278+0000 mgr.smithi069.gsebav (mgr.14180) 1467 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:40.775 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:41 smithi069 bash[14120]: cluster 2024-01-21T11:57:40.193113+0000 mgr.smithi069.gsebav (mgr.14180) 1468 : 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 2024-01-21T11:57:41.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:41 smithi118 bash[17975]: cluster 2024-01-21T11:57:40.193113+0000 mgr.smithi069.gsebav (mgr.14180) 1468 : 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 2024-01-21T11:57:43.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:43 smithi069 bash[14120]: cluster 2024-01-21T11:57:42.194244+0000 mgr.smithi069.gsebav (mgr.14180) 1469 : 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 2024-01-21T11:57:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:43 smithi118 bash[17975]: cluster 2024-01-21T11:57:42.194244+0000 mgr.smithi069.gsebav (mgr.14180) 1469 : 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 2024-01-21T11:57:43.915 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:43.915 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:44.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:44 smithi118 bash[17975]: audit 2024-01-21T11:57:43.906926+0000 mgr.smithi069.gsebav (mgr.14180) 1470 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:45.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:44 smithi118 bash[17975]: cluster 2024-01-21T11:57:44.195526+0000 mgr.smithi069.gsebav (mgr.14180) 1471 : cluster [DBG] pgmap v952: 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 2024-01-21T11:57:45.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:44 smithi069 bash[14120]: audit 2024-01-21T11:57:43.906926+0000 mgr.smithi069.gsebav (mgr.14180) 1470 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:45.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:44 smithi069 bash[14120]: cluster 2024-01-21T11:57:44.195526+0000 mgr.smithi069.gsebav (mgr.14180) 1471 : cluster [DBG] pgmap v952: 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 2024-01-21T11:57:45.658 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:47.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:47 smithi069 bash[14120]: cluster 2024-01-21T11:57:46.196629+0000 mgr.smithi069.gsebav (mgr.14180) 1472 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:47.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:47 smithi118 bash[17975]: cluster 2024-01-21T11:57:46.196629+0000 mgr.smithi069.gsebav (mgr.14180) 1472 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:49.109 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:49.109 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:49.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:49 smithi118 bash[17975]: cluster 2024-01-21T11:57:48.197998+0000 mgr.smithi069.gsebav (mgr.14180) 1473 : 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 2024-01-21T11:57:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:49 smithi069 bash[14120]: cluster 2024-01-21T11:57:48.197998+0000 mgr.smithi069.gsebav (mgr.14180) 1473 : 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 2024-01-21T11:57:49.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:50.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:50 smithi118 bash[17975]: audit 2024-01-21T11:57:49.098916+0000 mgr.smithi069.gsebav (mgr.14180) 1474 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:50.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:50 smithi069 bash[14120]: audit 2024-01-21T11:57:49.098916+0000 mgr.smithi069.gsebav (mgr.14180) 1474 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:50.908 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:51.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:51 smithi118 bash[17975]: cluster 2024-01-21T11:57:50.199062+0000 mgr.smithi069.gsebav (mgr.14180) 1475 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:51 smithi069 bash[14120]: cluster 2024-01-21T11:57:50.199062+0000 mgr.smithi069.gsebav (mgr.14180) 1475 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:53.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:53 smithi118 bash[17975]: cluster 2024-01-21T11:57:52.200474+0000 mgr.smithi069.gsebav (mgr.14180) 1476 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:53.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:53 smithi069 bash[14120]: cluster 2024-01-21T11:57:52.200474+0000 mgr.smithi069.gsebav (mgr.14180) 1476 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:54.152 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:54.152 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:54.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:54 smithi118 bash[17975]: audit 2024-01-21T11:57:54.141633+0000 mgr.smithi069.gsebav (mgr.14180) 1477 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:54 smithi118 bash[17975]: cluster 2024-01-21T11:57:54.201834+0000 mgr.smithi069.gsebav (mgr.14180) 1478 : cluster [DBG] pgmap v957: 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 2024-01-21T11:57:55.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:54 smithi069 bash[14120]: audit 2024-01-21T11:57:54.141633+0000 mgr.smithi069.gsebav (mgr.14180) 1477 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:55.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:54 smithi069 bash[14120]: cluster 2024-01-21T11:57:54.201834+0000 mgr.smithi069.gsebav (mgr.14180) 1478 : cluster [DBG] pgmap v957: 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 2024-01-21T11:57:55.867 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:57.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:57 smithi118 bash[17975]: cluster 2024-01-21T11:57:56.202720+0000 mgr.smithi069.gsebav (mgr.14180) 1479 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:57.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:57 smithi069 bash[14120]: cluster 2024-01-21T11:57:56.202720+0000 mgr.smithi069.gsebav (mgr.14180) 1479 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:59.201 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:57:59.201 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:59.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:57:59 smithi118 bash[17975]: cluster 2024-01-21T11:57:58.204080+0000 mgr.smithi069.gsebav (mgr.14180) 1480 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:59.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:57:59 smithi069 bash[14120]: cluster 2024-01-21T11:57:58.204080+0000 mgr.smithi069.gsebav (mgr.14180) 1480 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:59.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:00.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:00 smithi118 bash[17975]: audit 2024-01-21T11:57:59.192949+0000 mgr.smithi069.gsebav (mgr.14180) 1481 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:00.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:00 smithi069 bash[14120]: audit 2024-01-21T11:57:59.192949+0000 mgr.smithi069.gsebav (mgr.14180) 1481 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:00.988 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:01.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:01 smithi118 bash[17975]: cluster 2024-01-21T11:58:00.205157+0000 mgr.smithi069.gsebav (mgr.14180) 1482 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:01.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:01 smithi069 bash[14120]: cluster 2024-01-21T11:58:00.205157+0000 mgr.smithi069.gsebav (mgr.14180) 1482 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:02.491 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:02 smithi069 bash[14120]: audit 2024-01-21T11:58:02.174778+0000 mon.smithi069 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:58:02.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:02 smithi118 bash[17975]: audit 2024-01-21T11:58:02.174778+0000 mon.smithi069 (mon.0) 1030 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:58:03.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: cluster 2024-01-21T11:58:02.206052+0000 mgr.smithi069.gsebav (mgr.14180) 1483 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:03.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: audit 2024-01-21T11:58:02.436388+0000 mon.smithi069 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:03.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: audit 2024-01-21T11:58:02.687736+0000 mon.smithi069 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:58:03.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: audit 2024-01-21T11:58:02.688609+0000 mon.smithi069 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:58:03.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: audit 2024-01-21T11:58:02.695881+0000 mon.smithi069 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:03.728 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: audit 2024-01-21T11:58:02.700632+0000 mon.smithi069 (mon.0) 1035 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:58:03.729 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:03 smithi069 bash[14120]: audit 2024-01-21T11:58:02.712479+0000 mon.smithi069 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: cluster 2024-01-21T11:58:02.206052+0000 mgr.smithi069.gsebav (mgr.14180) 1483 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: audit 2024-01-21T11:58:02.436388+0000 mon.smithi069 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: audit 2024-01-21T11:58:02.687736+0000 mon.smithi069 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: audit 2024-01-21T11:58:02.688609+0000 mon.smithi069 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: audit 2024-01-21T11:58:02.695881+0000 mon.smithi069 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: audit 2024-01-21T11:58:02.700632+0000 mon.smithi069 (mon.0) 1035 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:58:03.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:03 smithi118 bash[17975]: audit 2024-01-21T11:58:02.712479+0000 mon.smithi069 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:04.107 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:04.107 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:55:53.759706Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.iufhqs on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:04 smithi069 bash[14120]: cluster 2024-01-21T11:58:02.696582+0000 mgr.smithi069.gsebav (mgr.14180) 1484 : cluster [DBG] pgmap v962: 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 2024-01-21T11:58:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:04 smithi069 bash[14120]: cephadm 2024-01-21T11:58:02.714984+0000 mgr.smithi069.gsebav (mgr.14180) 1485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.gelfzd on smithi118 2024-01-21T11:58:04.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:04 smithi069 bash[14120]: cluster 2024-01-21T11:58:03.694199+0000 mon.smithi069 (mon.0) 1037 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:58:04.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:04 smithi069 bash[14120]: cluster 2024-01-21T11:58:03.694251+0000 mon.smithi069 (mon.0) 1038 : cluster [INF] Cluster is now healthy 2024-01-21T11:58:04.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:04 smithi118 bash[17975]: cluster 2024-01-21T11:58:02.696582+0000 mgr.smithi069.gsebav (mgr.14180) 1484 : cluster [DBG] pgmap v962: 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 2024-01-21T11:58:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:04 smithi118 bash[17975]: cephadm 2024-01-21T11:58:02.714984+0000 mgr.smithi069.gsebav (mgr.14180) 1485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.gelfzd on smithi118 2024-01-21T11:58:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:04 smithi118 bash[17975]: cluster 2024-01-21T11:58:03.694199+0000 mon.smithi069 (mon.0) 1037 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:58:04.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:04 smithi118 bash[17975]: cluster 2024-01-21T11:58:03.694251+0000 mon.smithi069 (mon.0) 1038 : cluster [INF] Cluster is now healthy 2024-01-21T11:58:04.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:05.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:05 smithi118 bash[17975]: audit 2024-01-21T11:58:04.101961+0000 mgr.smithi069.gsebav (mgr.14180) 1486 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:05.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:05 smithi069 bash[14120]: audit 2024-01-21T11:58:04.101961+0000 mgr.smithi069.gsebav (mgr.14180) 1486 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:05.947 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:06.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:06 smithi118 bash[17975]: cluster 2024-01-21T11:58:04.697403+0000 mgr.smithi069.gsebav (mgr.14180) 1487 : cluster [DBG] pgmap v963: 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 2024-01-21T11:58:06.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:06 smithi069 bash[14120]: cluster 2024-01-21T11:58:04.697403+0000 mgr.smithi069.gsebav (mgr.14180) 1487 : cluster [DBG] pgmap v963: 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 2024-01-21T11:58:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: cephadm 2024-01-21T11:58:06.597570+0000 mgr.smithi069.gsebav (mgr.14180) 1488 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.gelfzd ... 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:58:07.747 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.gelfzd ... 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: cephadm 2024-01-21T11:58:06.598087+0000 mgr.smithi069.gsebav (mgr.14180) 1489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: audit 2024-01-21T11:58:06.598711+0000 mon.smithi069 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.gelfzd"}]: dispatch 2024-01-21T11:58:07.748 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: cephadm 2024-01-21T11:58:06.600250+0000 mgr.smithi069.gsebav (mgr.14180) 1490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.gelfzd ... 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.749 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:07 smithi069 bash[14120]: cephadm 2024-01-21T11:58:06.602946+0000 mgr.smithi069.gsebav (mgr.14180) 1491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zkofmv on smithi069 2024-01-21T11:58:07.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: cephadm 2024-01-21T11:58:06.597570+0000 mgr.smithi069.gsebav (mgr.14180) 1488 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:07.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.gelfzd ... 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.gelfzd ... 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: cephadm 2024-01-21T11:58:06.598087+0000 mgr.smithi069.gsebav (mgr.14180) 1489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: audit 2024-01-21T11:58:06.598711+0000 mon.smithi069 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.gelfzd"}]: dispatch 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: cephadm 2024-01-21T11:58:06.600250+0000 mgr.smithi069.gsebav (mgr.14180) 1490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:07.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.gelfzd ... 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:07.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:07 smithi118 bash[17975]: cephadm 2024-01-21T11:58:06.602946+0000 mgr.smithi069.gsebav (mgr.14180) 1491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zkofmv on smithi069 2024-01-21T11:58:08.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:08 smithi118 bash[17975]: cluster 2024-01-21T11:58:06.698092+0000 mgr.smithi069.gsebav (mgr.14180) 1492 : cluster [DBG] pgmap v964: 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 2024-01-21T11:58:08.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:08 smithi069 bash[14120]: cluster 2024-01-21T11:58:06.698092+0000 mgr.smithi069.gsebav (mgr.14180) 1492 : cluster [DBG] pgmap v964: 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 2024-01-21T11:58:09.648 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:09.649 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:58.079410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rzuird on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-rzuird\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.rzuird\nDeploy daemon haproxy.nfs.foo.smithi118.rzuird ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.166946Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.yuhsjt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-yuhsjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.yuhsjt\nDeploy daemon haproxy.nfs.foo.smithi069.yuhsjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:57:02.168940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.tfvlth on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:09.955 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:09 smithi069 bash[14120]: cluster 2024-01-21T11:58:08.699104+0000 mgr.smithi069.gsebav (mgr.14180) 1493 : cluster [DBG] pgmap v965: 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 2024-01-21T11:58:09.956 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:09 smithi069 bash[14120]: audit 2024-01-21T11:58:09.639374+0000 mgr.smithi069.gsebav (mgr.14180) 1494 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:10.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:09 smithi118 bash[17975]: cluster 2024-01-21T11:58:08.699104+0000 mgr.smithi069.gsebav (mgr.14180) 1493 : cluster [DBG] pgmap v965: 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 2024-01-21T11:58:10.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:09 smithi118 bash[17975]: audit 2024-01-21T11:58:09.639374+0000 mgr.smithi069.gsebav (mgr.14180) 1494 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:10.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:11.557 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:11.572 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: audit 2024-01-21T11:58:10.168916+0000 mon.smithi069 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:11.572 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: cephadm 2024-01-21T11:58:10.603280+0000 mgr.smithi069.gsebav (mgr.14180) 1495 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.572 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zkofmv ... 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:58:11.573 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.574 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zkofmv ... 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: cephadm 2024-01-21T11:58:10.603796+0000 mgr.smithi069.gsebav (mgr.14180) 1496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: audit 2024-01-21T11:58:10.604451+0000 mon.smithi069 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zkofmv"}]: dispatch 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: cephadm 2024-01-21T11:58:10.605902+0000 mgr.smithi069.gsebav (mgr.14180) 1497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.575 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.zkofmv ... 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: cephadm 2024-01-21T11:58:10.610423+0000 mgr.smithi069.gsebav (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: cephadm 2024-01-21T11:58:10.612299+0000 mgr.smithi069.gsebav (mgr.14180) 1499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:11 smithi069 bash[14120]: cluster 2024-01-21T11:58:10.613304+0000 mgr.smithi069.gsebav (mgr.14180) 1500 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: audit 2024-01-21T11:58:10.168916+0000 mon.smithi069 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:11.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: cephadm 2024-01-21T11:58:10.603280+0000 mgr.smithi069.gsebav (mgr.14180) 1495 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zkofmv ... 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:58:11.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zkofmv ... 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:11.578 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: cephadm 2024-01-21T11:58:10.603796+0000 mgr.smithi069.gsebav (mgr.14180) 1496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: audit 2024-01-21T11:58:10.604451+0000 mon.smithi069 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zkofmv"}]: dispatch 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: cephadm 2024-01-21T11:58:10.605902+0000 mgr.smithi069.gsebav (mgr.14180) 1497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.zkofmv ... 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:58:11.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:58:11.580 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:58:11.580 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: cephadm 2024-01-21T11:58:10.610423+0000 mgr.smithi069.gsebav (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:58:11.580 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: cephadm 2024-01-21T11:58:10.612299+0000 mgr.smithi069.gsebav (mgr.14180) 1499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:58:11.580 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:11 smithi118 bash[17975]: cluster 2024-01-21T11:58:10.613304+0000 mgr.smithi069.gsebav (mgr.14180) 1500 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-21T11:58:12.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:12 smithi118 bash[17975]: cluster 2024-01-21T11:58:11.166605+0000 mon.smithi069 (mon.0) 1042 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:58:12.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:12 smithi069 bash[14120]: cluster 2024-01-21T11:58:11.166605+0000 mon.smithi069 (mon.0) 1042 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:58:13.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:13 smithi118 bash[17975]: audit 2024-01-21T11:58:12.542103+0000 mon.smithi069 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:13.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:13 smithi118 bash[17975]: cluster 2024-01-21T11:58:12.614111+0000 mgr.smithi069.gsebav (mgr.14180) 1501 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 393 B/s rd, 0 op/s 2024-01-21T11:58:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:13 smithi069 bash[14120]: audit 2024-01-21T11:58:12.542103+0000 mon.smithi069 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:13 smithi069 bash[14120]: cluster 2024-01-21T11:58:12.614111+0000 mgr.smithi069.gsebav (mgr.14180) 1501 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 393 B/s rd, 0 op/s 2024-01-21T11:58:14.798 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:14.798 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:15.014 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:14 smithi069 bash[14120]: cluster 2024-01-21T11:58:14.615094+0000 mgr.smithi069.gsebav (mgr.14180) 1502 : cluster [DBG] pgmap v968: 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 2024-01-21T11:58:15.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:14 smithi118 bash[17975]: cluster 2024-01-21T11:58:14.615094+0000 mgr.smithi069.gsebav (mgr.14180) 1502 : cluster [DBG] pgmap v968: 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 2024-01-21T11:58:15.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:15 smithi118 bash[17975]: audit 2024-01-21T11:58:14.785772+0000 mgr.smithi069.gsebav (mgr.14180) 1503 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:16.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:15 smithi069 bash[14120]: audit 2024-01-21T11:58:14.785772+0000 mgr.smithi069.gsebav (mgr.14180) 1503 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:16.633 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:17.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:16 smithi118 bash[17975]: cluster 2024-01-21T11:58:16.616208+0000 mgr.smithi069.gsebav (mgr.14180) 1504 : cluster [DBG] pgmap v969: 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 2024-01-21T11:58:17.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:16 smithi069 bash[14120]: cluster 2024-01-21T11:58:16.616208+0000 mgr.smithi069.gsebav (mgr.14180) 1504 : cluster [DBG] pgmap v969: 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 2024-01-21T11:58:19.792 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:19.793 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:20.014 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:19 smithi069 bash[14120]: cluster 2024-01-21T11:58:18.616989+0000 mgr.smithi069.gsebav (mgr.14180) 1505 : cluster [DBG] pgmap v970: 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 2024-01-21T11:58:20.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:19 smithi118 bash[17975]: cluster 2024-01-21T11:58:18.616989+0000 mgr.smithi069.gsebav (mgr.14180) 1505 : cluster [DBG] pgmap v970: 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 2024-01-21T11:58:20.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:21.638 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:22.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:21 smithi118 bash[17975]: audit 2024-01-21T11:58:19.786018+0000 mgr.smithi069.gsebav (mgr.14180) 1506 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:22.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:21 smithi118 bash[17975]: cluster 2024-01-21T11:58:20.618567+0000 mgr.smithi069.gsebav (mgr.14180) 1507 : cluster [DBG] pgmap v971: 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 2024-01-21T11:58:22.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:21 smithi069 bash[14120]: audit 2024-01-21T11:58:19.786018+0000 mgr.smithi069.gsebav (mgr.14180) 1506 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:22.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:21 smithi069 bash[14120]: cluster 2024-01-21T11:58:20.618567+0000 mgr.smithi069.gsebav (mgr.14180) 1507 : cluster [DBG] pgmap v971: 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 2024-01-21T11:58:24.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:23 smithi118 bash[17975]: cluster 2024-01-21T11:58:22.619980+0000 mgr.smithi069.gsebav (mgr.14180) 1508 : cluster [DBG] pgmap v972: 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 2024-01-21T11:58:24.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:23 smithi069 bash[14120]: cluster 2024-01-21T11:58:22.619980+0000 mgr.smithi069.gsebav (mgr.14180) 1508 : cluster [DBG] pgmap v972: 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 2024-01-21T11:58:24.782 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:24.782 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:24.988 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:24 smithi069 bash[14120]: cluster 2024-01-21T11:58:24.621071+0000 mgr.smithi069.gsebav (mgr.14180) 1509 : 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 2024-01-21T11:58:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:24 smithi118 bash[17975]: cluster 2024-01-21T11:58:24.621071+0000 mgr.smithi069.gsebav (mgr.14180) 1509 : 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 2024-01-21T11:58:25.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:26.573 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:26.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:26 smithi118 bash[17975]: audit 2024-01-21T11:58:24.772356+0000 mgr.smithi069.gsebav (mgr.14180) 1510 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:26.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:26 smithi118 bash[17975]: audit 2024-01-21T11:58:25.168945+0000 mon.smithi069 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:26.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:26 smithi069 bash[14120]: audit 2024-01-21T11:58:24.772356+0000 mgr.smithi069.gsebav (mgr.14180) 1510 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:26.585 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:26 smithi069 bash[14120]: audit 2024-01-21T11:58:25.168945+0000 mon.smithi069 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:58:27.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:27 smithi118 bash[17975]: cluster 2024-01-21T11:58:26.622240+0000 mgr.smithi069.gsebav (mgr.14180) 1511 : 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 2024-01-21T11:58:27.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:27 smithi069 bash[14120]: cluster 2024-01-21T11:58:26.622240+0000 mgr.smithi069.gsebav (mgr.14180) 1511 : 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 2024-01-21T11:58:29.808 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:29.808 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:30.020 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:29 smithi069 bash[14120]: cluster 2024-01-21T11:58:28.623270+0000 mgr.smithi069.gsebav (mgr.14180) 1512 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:30.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:29 smithi118 bash[17975]: cluster 2024-01-21T11:58:28.623270+0000 mgr.smithi069.gsebav (mgr.14180) 1512 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:30.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:31.601 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:31 smithi118 bash[17975]: audit 2024-01-21T11:58:29.802048+0000 mgr.smithi069.gsebav (mgr.14180) 1513 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:32.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:31 smithi118 bash[17975]: cluster 2024-01-21T11:58:30.624311+0000 mgr.smithi069.gsebav (mgr.14180) 1514 : 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 2024-01-21T11:58:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:31 smithi069 bash[14120]: audit 2024-01-21T11:58:29.802048+0000 mgr.smithi069.gsebav (mgr.14180) 1513 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:32.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:31 smithi069 bash[14120]: cluster 2024-01-21T11:58:30.624311+0000 mgr.smithi069.gsebav (mgr.14180) 1514 : 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 2024-01-21T11:58:34.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:33 smithi118 bash[17975]: cluster 2024-01-21T11:58:32.625823+0000 mgr.smithi069.gsebav (mgr.14180) 1515 : cluster [DBG] pgmap v977: 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 2024-01-21T11:58:34.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:33 smithi069 bash[14120]: cluster 2024-01-21T11:58:32.625823+0000 mgr.smithi069.gsebav (mgr.14180) 1515 : cluster [DBG] pgmap v977: 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 2024-01-21T11:58:34.803 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:34.803 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:35.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:34 smithi069 bash[14120]: cluster 2024-01-21T11:58:34.626574+0000 mgr.smithi069.gsebav (mgr.14180) 1516 : 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 2024-01-21T11:58:35.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:34 smithi118 bash[17975]: cluster 2024-01-21T11:58:34.626574+0000 mgr.smithi069.gsebav (mgr.14180) 1516 : 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 2024-01-21T11:58:35.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:35 smithi118 bash[17975]: audit 2024-01-21T11:58:34.798392+0000 mgr.smithi069.gsebav (mgr.14180) 1517 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:36.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:35 smithi069 bash[14120]: audit 2024-01-21T11:58:34.798392+0000 mgr.smithi069.gsebav (mgr.14180) 1517 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:36.640 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:36 smithi118 bash[17975]: cluster 2024-01-21T11:58:36.627459+0000 mgr.smithi069.gsebav (mgr.14180) 1518 : 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 2024-01-21T11:58:37.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:36 smithi069 bash[14120]: cluster 2024-01-21T11:58:36.627459+0000 mgr.smithi069.gsebav (mgr.14180) 1518 : 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 2024-01-21T11:58:39.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:39 smithi069 bash[14120]: cluster 2024-01-21T11:58:38.628464+0000 mgr.smithi069.gsebav (mgr.14180) 1519 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:39.873 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:39.873 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:40.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:39 smithi118 bash[17975]: cluster 2024-01-21T11:58:38.628464+0000 mgr.smithi069.gsebav (mgr.14180) 1519 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:40.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:41.681 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:42.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:41 smithi118 bash[17975]: audit 2024-01-21T11:58:39.863502+0000 mgr.smithi069.gsebav (mgr.14180) 1520 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:42.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:41 smithi118 bash[17975]: cluster 2024-01-21T11:58:40.628958+0000 mgr.smithi069.gsebav (mgr.14180) 1521 : 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 2024-01-21T11:58:42.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:41 smithi069 bash[14120]: audit 2024-01-21T11:58:39.863502+0000 mgr.smithi069.gsebav (mgr.14180) 1520 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:42.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:41 smithi069 bash[14120]: cluster 2024-01-21T11:58:40.628958+0000 mgr.smithi069.gsebav (mgr.14180) 1521 : 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 2024-01-21T11:58:43.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:43 smithi069 bash[14120]: cluster 2024-01-21T11:58:42.629979+0000 mgr.smithi069.gsebav (mgr.14180) 1522 : cluster [DBG] pgmap v982: 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 2024-01-21T11:58:44.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:43 smithi118 bash[17975]: cluster 2024-01-21T11:58:42.629979+0000 mgr.smithi069.gsebav (mgr.14180) 1522 : cluster [DBG] pgmap v982: 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 2024-01-21T11:58:44.695 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:44.696 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:44 smithi118 bash[17975]: cluster 2024-01-21T11:58:44.630635+0000 mgr.smithi069.gsebav (mgr.14180) 1523 : 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 2024-01-21T11:58:45.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:44 smithi118 bash[17975]: audit 2024-01-21T11:58:44.685491+0000 mgr.smithi069.gsebav (mgr.14180) 1524 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:45.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:44 smithi069 bash[14120]: cluster 2024-01-21T11:58:44.630635+0000 mgr.smithi069.gsebav (mgr.14180) 1523 : 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 2024-01-21T11:58:45.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:44 smithi069 bash[14120]: audit 2024-01-21T11:58:44.685491+0000 mgr.smithi069.gsebav (mgr.14180) 1524 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:45.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:46.502 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:47.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:47 smithi069 bash[14120]: cluster 2024-01-21T11:58:46.631629+0000 mgr.smithi069.gsebav (mgr.14180) 1525 : 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 2024-01-21T11:58:48.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:47 smithi118 bash[17975]: cluster 2024-01-21T11:58:46.631629+0000 mgr.smithi069.gsebav (mgr.14180) 1525 : 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 2024-01-21T11:58:49.580 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:49.580 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:50.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:49 smithi118 bash[17975]: cluster 2024-01-21T11:58:48.632616+0000 mgr.smithi069.gsebav (mgr.14180) 1526 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:50.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:49 smithi069 bash[14120]: cluster 2024-01-21T11:58:48.632616+0000 mgr.smithi069.gsebav (mgr.14180) 1526 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:50.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:51.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:50 smithi118 bash[17975]: audit 2024-01-21T11:58:49.575280+0000 mgr.smithi069.gsebav (mgr.14180) 1527 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:51.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:50 smithi069 bash[14120]: audit 2024-01-21T11:58:49.575280+0000 mgr.smithi069.gsebav (mgr.14180) 1527 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:51.390 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:51 smithi118 bash[17975]: cluster 2024-01-21T11:58:50.633565+0000 mgr.smithi069.gsebav (mgr.14180) 1528 : 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 2024-01-21T11:58:52.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:51 smithi069 bash[14120]: cluster 2024-01-21T11:58:50.633565+0000 mgr.smithi069.gsebav (mgr.14180) 1528 : 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 2024-01-21T11:58:52.834 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:52 smithi069 bash[14120]: cluster 2024-01-21T11:58:52.634589+0000 mgr.smithi069.gsebav (mgr.14180) 1529 : cluster [DBG] pgmap v987: 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 2024-01-21T11:58:53.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:52 smithi118 bash[17975]: cluster 2024-01-21T11:58:52.634589+0000 mgr.smithi069.gsebav (mgr.14180) 1529 : cluster [DBG] pgmap v987: 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 2024-01-21T11:58:54.648 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:54.649 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:54 smithi118 bash[17975]: cluster 2024-01-21T11:58:54.635644+0000 mgr.smithi069.gsebav (mgr.14180) 1530 : 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 2024-01-21T11:58:55.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:54 smithi118 bash[17975]: audit 2024-01-21T11:58:54.644051+0000 mgr.smithi069.gsebav (mgr.14180) 1531 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:55.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:54 smithi069 bash[14120]: cluster 2024-01-21T11:58:54.635644+0000 mgr.smithi069.gsebav (mgr.14180) 1530 : 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 2024-01-21T11:58:55.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:54 smithi069 bash[14120]: audit 2024-01-21T11:58:54.644051+0000 mgr.smithi069.gsebav (mgr.14180) 1531 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:55.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:56.486 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:57.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:57 smithi069 bash[14120]: cluster 2024-01-21T11:58:56.636883+0000 mgr.smithi069.gsebav (mgr.14180) 1532 : 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 2024-01-21T11:58:58.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:57 smithi118 bash[17975]: cluster 2024-01-21T11:58:56.636883+0000 mgr.smithi069.gsebav (mgr.14180) 1532 : 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 2024-01-21T11:58:59.716 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:58:59.716 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:00.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:58:59 smithi118 bash[17975]: cluster 2024-01-21T11:58:58.638294+0000 mgr.smithi069.gsebav (mgr.14180) 1533 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:00.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:58:59 smithi069 bash[14120]: cluster 2024-01-21T11:58:58.638294+0000 mgr.smithi069.gsebav (mgr.14180) 1533 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:00.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:00.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:00 smithi069 bash[14120]: audit 2024-01-21T11:58:59.711084+0000 mgr.smithi069.gsebav (mgr.14180) 1534 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:00.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:00 smithi069 bash[14120]: cluster 2024-01-21T11:59:00.639127+0000 mgr.smithi069.gsebav (mgr.14180) 1535 : 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 2024-01-21T11:59:01.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:00 smithi118 bash[17975]: audit 2024-01-21T11:58:59.711084+0000 mgr.smithi069.gsebav (mgr.14180) 1534 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:01.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:00 smithi118 bash[17975]: cluster 2024-01-21T11:59:00.639127+0000 mgr.smithi069.gsebav (mgr.14180) 1535 : 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 2024-01-21T11:59:01.474 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:03 smithi069 bash[14120]: cluster 2024-01-21T11:59:02.640541+0000 mgr.smithi069.gsebav (mgr.14180) 1536 : cluster [DBG] pgmap v992: 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 2024-01-21T11:59:04.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:03 smithi118 bash[17975]: cluster 2024-01-21T11:59:02.640541+0000 mgr.smithi069.gsebav (mgr.14180) 1536 : cluster [DBG] pgmap v992: 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 2024-01-21T11:59:04.665 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:04.665 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:05.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:04 smithi118 bash[17975]: cluster 2024-01-21T11:59:04.641232+0000 mgr.smithi069.gsebav (mgr.14180) 1537 : 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 2024-01-21T11:59:05.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:04 smithi118 bash[17975]: audit 2024-01-21T11:59:04.656168+0000 mgr.smithi069.gsebav (mgr.14180) 1538 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:05.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:04 smithi069 bash[14120]: cluster 2024-01-21T11:59:04.641232+0000 mgr.smithi069.gsebav (mgr.14180) 1537 : 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 2024-01-21T11:59:05.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:04 smithi069 bash[14120]: audit 2024-01-21T11:59:04.656168+0000 mgr.smithi069.gsebav (mgr.14180) 1538 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:05.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:06.413 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:07.746 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:07 smithi069 bash[14120]: cluster 2024-01-21T11:59:06.641997+0000 mgr.smithi069.gsebav (mgr.14180) 1539 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:08.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:07 smithi118 bash[17975]: cluster 2024-01-21T11:59:06.641997+0000 mgr.smithi069.gsebav (mgr.14180) 1539 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:09.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:08 smithi118 bash[17975]: cluster 2024-01-21T11:59:08.643347+0000 mgr.smithi069.gsebav (mgr.14180) 1540 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:09.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:08 smithi069 bash[14120]: cluster 2024-01-21T11:59:08.643347+0000 mgr.smithi069.gsebav (mgr.14180) 1540 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:09.681 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:09.681 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:10.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:09 smithi118 bash[17975]: audit 2024-01-21T11:59:09.671204+0000 mgr.smithi069.gsebav (mgr.14180) 1541 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:10.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:09 smithi069 bash[14120]: audit 2024-01-21T11:59:09.671204+0000 mgr.smithi069.gsebav (mgr.14180) 1541 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:10.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:11.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:10 smithi118 bash[17975]: audit 2024-01-21T11:59:10.616961+0000 mon.smithi069 (mon.0) 1045 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:59:11.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:10 smithi118 bash[17975]: cluster 2024-01-21T11:59:10.644194+0000 mgr.smithi069.gsebav (mgr.14180) 1542 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:11.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:10 smithi069 bash[14120]: audit 2024-01-21T11:59:10.616961+0000 mon.smithi069 (mon.0) 1045 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:59:11.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:10 smithi069 bash[14120]: cluster 2024-01-21T11:59:10.644194+0000 mgr.smithi069.gsebav (mgr.14180) 1542 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:11.472 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:13 smithi069 bash[14120]: cluster 2024-01-21T11:59:12.645379+0000 mgr.smithi069.gsebav (mgr.14180) 1543 : cluster [DBG] pgmap v997: 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 2024-01-21T11:59:14.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:13 smithi118 bash[17975]: cluster 2024-01-21T11:59:12.645379+0000 mgr.smithi069.gsebav (mgr.14180) 1543 : cluster [DBG] pgmap v997: 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 2024-01-21T11:59:14.602 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:14.602 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:48:54.324310Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:48:54.049178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:48:54.324605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:48:54.050319Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:48:54.049402Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:48:54.049544Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:48:54.050447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:48:54.049677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:48:54.049807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:48:54.324894Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:15.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:14 smithi118 bash[17975]: audit 2024-01-21T11:59:14.592880+0000 mgr.smithi069.gsebav (mgr.14180) 1544 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:15.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:14 smithi118 bash[17975]: cluster 2024-01-21T11:59:14.646539+0000 mgr.smithi069.gsebav (mgr.14180) 1545 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:15.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:14 smithi069 bash[14120]: audit 2024-01-21T11:59:14.592880+0000 mgr.smithi069.gsebav (mgr.14180) 1544 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:15.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:14 smithi069 bash[14120]: cluster 2024-01-21T11:59:14.646539+0000 mgr.smithi069.gsebav (mgr.14180) 1545 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:15.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:16.477 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:17.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:17 smithi118 bash[17975]: audit 2024-01-21T11:59:16.258868+0000 mon.smithi069 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:17.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:17 smithi118 bash[17975]: cluster 2024-01-21T11:59:16.647517+0000 mgr.smithi069.gsebav (mgr.14180) 1546 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:17.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:17 smithi069 bash[14120]: audit 2024-01-21T11:59:16.258868+0000 mon.smithi069 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:17.595 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:17 smithi069 bash[14120]: cluster 2024-01-21T11:59:16.647517+0000 mgr.smithi069.gsebav (mgr.14180) 1546 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:19.471 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: audit 2024-01-21T11:59:18.185844+0000 mon.smithi069 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:19.471 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: audit 2024-01-21T11:59:18.442671+0000 mon.smithi069 (mon.0) 1048 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:59:19.471 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: audit 2024-01-21T11:59:18.443753+0000 mon.smithi069 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:59:19.471 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: audit 2024-01-21T11:59:18.453032+0000 mon.smithi069 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:19.471 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: cluster 2024-01-21T11:59:18.454057+0000 mgr.smithi069.gsebav (mgr.14180) 1547 : cluster [DBG] pgmap v1000: 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 2024-01-21T11:59:19.472 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: audit 2024-01-21T11:59:18.458418+0000 mon.smithi069 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:59:19.472 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: audit 2024-01-21T11:59:18.470573+0000 mon.smithi069 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:19.472 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:19 smithi069 bash[14120]: cephadm 2024-01-21T11:59:18.473501+0000 mgr.smithi069.gsebav (mgr.14180) 1548 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.dycrji on smithi118 2024-01-21T11:59:19.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: audit 2024-01-21T11:59:18.185844+0000 mon.smithi069 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: audit 2024-01-21T11:59:18.442671+0000 mon.smithi069 (mon.0) 1048 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: audit 2024-01-21T11:59:18.443753+0000 mon.smithi069 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: audit 2024-01-21T11:59:18.453032+0000 mon.smithi069 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: cluster 2024-01-21T11:59:18.454057+0000 mgr.smithi069.gsebav (mgr.14180) 1547 : cluster [DBG] pgmap v1000: 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 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: audit 2024-01-21T11:59:18.458418+0000 mon.smithi069 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: audit 2024-01-21T11:59:18.470573+0000 mon.smithi069 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:19.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:19 smithi118 bash[17975]: cephadm 2024-01-21T11:59:18.473501+0000 mgr.smithi069.gsebav (mgr.14180) 1548 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.dycrji on smithi118 2024-01-21T11:59:19.820 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:19.821 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:57:02.170573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tmxhuw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:20.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:20 smithi069 bash[14120]: cluster 2024-01-21T11:59:19.449756+0000 mon.smithi069 (mon.0) 1053 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:59:20.346 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:20 smithi069 bash[14120]: cluster 2024-01-21T11:59:19.449808+0000 mon.smithi069 (mon.0) 1054 : cluster [INF] Cluster is now healthy 2024-01-21T11:59:20.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:20 smithi118 bash[17975]: cluster 2024-01-21T11:59:19.449756+0000 mon.smithi069 (mon.0) 1053 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:59:20.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:20 smithi118 bash[17975]: cluster 2024-01-21T11:59:19.449808+0000 mon.smithi069 (mon.0) 1054 : cluster [INF] Cluster is now healthy 2024-01-21T11:59:20.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:21.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:21 smithi118 bash[17975]: audit 2024-01-21T11:59:19.809329+0000 mgr.smithi069.gsebav (mgr.14180) 1549 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:21.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:21 smithi118 bash[17975]: cluster 2024-01-21T11:59:20.454717+0000 mgr.smithi069.gsebav (mgr.14180) 1550 : cluster [DBG] pgmap v1001: 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 2024-01-21T11:59:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:21 smithi069 bash[14120]: audit 2024-01-21T11:59:19.809329+0000 mgr.smithi069.gsebav (mgr.14180) 1549 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:21.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:21 smithi069 bash[14120]: cluster 2024-01-21T11:59:20.454717+0000 mgr.smithi069.gsebav (mgr.14180) 1550 : cluster [DBG] pgmap v1001: 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 2024-01-21T11:59:21.672 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:22.753 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:22 smithi069 bash[14120]: audit 2024-01-21T11:59:22.478757+0000 mon.smithi069 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.dycrji"}]: dispatch 2024-01-21T11:59:22.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:22 smithi118 bash[17975]: audit 2024-01-21T11:59:22.478757+0000 mon.smithi069 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.dycrji"}]: dispatch 2024-01-21T11:59:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: cluster 2024-01-21T11:59:22.455834+0000 mgr.smithi069.gsebav (mgr.14180) 1551 : cluster [DBG] pgmap v1002: 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 2024-01-21T11:59:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: cephadm 2024-01-21T11:59:22.477948+0000 mgr.smithi069.gsebav (mgr.14180) 1552 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:23.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.dycrji ... 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:59:23.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.dycrji ... 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: cephadm 2024-01-21T11:59:22.478209+0000 mgr.smithi069.gsebav (mgr.14180) 1553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: cephadm 2024-01-21T11:59:22.480171+0000 mgr.smithi069.gsebav (mgr.14180) 1554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.dycrji ... 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:23 smithi118 bash[17975]: cephadm 2024-01-21T11:59:22.482544+0000 mgr.smithi069.gsebav (mgr.14180) 1555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.bfvfga on smithi069 2024-01-21T11:59:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: cluster 2024-01-21T11:59:22.455834+0000 mgr.smithi069.gsebav (mgr.14180) 1551 : cluster [DBG] pgmap v1002: 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 2024-01-21T11:59:23.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: cephadm 2024-01-21T11:59:22.477948+0000 mgr.smithi069.gsebav (mgr.14180) 1552 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.dycrji ... 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:59:23.847 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.dycrji ... 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:23.848 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: cephadm 2024-01-21T11:59:22.478209+0000 mgr.smithi069.gsebav (mgr.14180) 1553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: cephadm 2024-01-21T11:59:22.480171+0000 mgr.smithi069.gsebav (mgr.14180) 1554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.dycrji ... 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:23.849 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:23 smithi069 bash[14120]: cephadm 2024-01-21T11:59:22.482544+0000 mgr.smithi069.gsebav (mgr.14180) 1555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.bfvfga on smithi069 2024-01-21T11:59:24.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:24 smithi069 bash[14120]: cluster 2024-01-21T11:59:24.456797+0000 mgr.smithi069.gsebav (mgr.14180) 1556 : cluster [DBG] pgmap v1003: 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 2024-01-21T11:59:24.951 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:24.952 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:06.600112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gelfzd on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-gelfzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.gelfzd\nDeploy daemon haproxy.nfs.foo.smithi118.gelfzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.605640Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zkofmv on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-zkofmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.zkofmv\nDeploy daemon haproxy.nfs.foo.smithi069.zkofmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:58:10.610240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.mekeja on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -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.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:24 smithi118 bash[17975]: cluster 2024-01-21T11:59:24.456797+0000 mgr.smithi069.gsebav (mgr.14180) 1556 : cluster [DBG] pgmap v1003: 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 2024-01-21T11:59:25.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:26.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:26 smithi118 bash[17975]: audit 2024-01-21T11:59:24.942548+0000 mgr.smithi069.gsebav (mgr.14180) 1557 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:26.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:26 smithi118 bash[17975]: audit 2024-01-21T11:59:25.170946+0000 mon.smithi069 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:26.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:26 smithi069 bash[14120]: audit 2024-01-21T11:59:24.942548+0000 mgr.smithi069.gsebav (mgr.14180) 1557 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:26.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:26 smithi069 bash[14120]: audit 2024-01-21T11:59:25.170946+0000 mon.smithi069 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:26.800 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: cephadm 2024-01-21T11:59:26.264445+0000 mgr.smithi069.gsebav (mgr.14180) 1558 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.347 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.bfvfga ... 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T11:59:27.348 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.bfvfga ... 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.349 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: cephadm 2024-01-21T11:59:26.264947+0000 mgr.smithi069.gsebav (mgr.14180) 1559 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: audit 2024-01-21T11:59:26.265570+0000 mon.smithi069 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.bfvfga"}]: dispatch 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: cephadm 2024-01-21T11:59:26.266760+0000 mgr.smithi069.gsebav (mgr.14180) 1560 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi069.bfvfga ... 2024-01-21T11:59:27.350 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: cephadm 2024-01-21T11:59:26.270504+0000 mgr.smithi069.gsebav (mgr.14180) 1561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: cephadm 2024-01-21T11:59:26.273818+0000 mgr.smithi069.gsebav (mgr.14180) 1562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:59:27.351 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:27 smithi069 bash[14120]: cluster 2024-01-21T11:59:26.275220+0000 mgr.smithi069.gsebav (mgr.14180) 1563 : cluster [DBG] pgmap v1004: 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 2024-01-21T11:59:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: cephadm 2024-01-21T11:59:26.264445+0000 mgr.smithi069.gsebav (mgr.14180) 1558 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.bfvfga ... 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T11:59:27.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.bfvfga ... 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: cephadm 2024-01-21T11:59:26.264947+0000 mgr.smithi069.gsebav (mgr.14180) 1559 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: audit 2024-01-21T11:59:26.265570+0000 mon.smithi069 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.bfvfga"}]: dispatch 2024-01-21T11:59:27.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: cephadm 2024-01-21T11:59:26.266760+0000 mgr.smithi069.gsebav (mgr.14180) 1560 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi069.bfvfga ... 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: cephadm 2024-01-21T11:59:26.270504+0000 mgr.smithi069.gsebav (mgr.14180) 1561 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: cephadm 2024-01-21T11:59:26.273818+0000 mgr.smithi069.gsebav (mgr.14180) 1562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:59:27.577 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:27 smithi118 bash[17975]: cluster 2024-01-21T11:59:26.275220+0000 mgr.smithi069.gsebav (mgr.14180) 1563 : cluster [DBG] pgmap v1004: 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 2024-01-21T11:59:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:28 smithi118 bash[17975]: cluster 2024-01-21T11:59:27.171667+0000 mon.smithi069 (mon.0) 1058 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:59:28.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:28 smithi118 bash[17975]: audit 2024-01-21T11:59:27.592881+0000 mon.smithi069 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:28.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:28 smithi069 bash[14120]: cluster 2024-01-21T11:59:27.171667+0000 mon.smithi069 (mon.0) 1058 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:59:28.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:28 smithi069 bash[14120]: audit 2024-01-21T11:59:27.592881+0000 mon.smithi069 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:29.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:29 smithi118 bash[17975]: cluster 2024-01-21T11:59:28.276527+0000 mgr.smithi069.gsebav (mgr.14180) 1564 : cluster [DBG] pgmap v1005: 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 2024-01-21T11:59:29.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:29 smithi069 bash[14120]: cluster 2024-01-21T11:59:28.276527+0000 mgr.smithi069.gsebav (mgr.14180) 1564 : cluster [DBG] pgmap v1005: 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 2024-01-21T11:59:30.145 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:30.145 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:31.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:31 smithi069 bash[14120]: audit 2024-01-21T11:59:30.134007+0000 mgr.smithi069.gsebav (mgr.14180) 1565 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:31.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:31 smithi069 bash[14120]: cluster 2024-01-21T11:59:30.277608+0000 mgr.smithi069.gsebav (mgr.14180) 1566 : cluster [DBG] pgmap v1006: 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 2024-01-21T11:59:31.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:31 smithi118 bash[17975]: audit 2024-01-21T11:59:30.134007+0000 mgr.smithi069.gsebav (mgr.14180) 1565 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:31.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:31 smithi118 bash[17975]: cluster 2024-01-21T11:59:30.277608+0000 mgr.smithi069.gsebav (mgr.14180) 1566 : cluster [DBG] pgmap v1006: 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 2024-01-21T11:59:32.024 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:33.501 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:33 smithi069 bash[14120]: cluster 2024-01-21T11:59:32.278716+0000 mgr.smithi069.gsebav (mgr.14180) 1567 : cluster [DBG] pgmap v1007: 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 2024-01-21T11:59:33.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:33 smithi118 bash[17975]: cluster 2024-01-21T11:59:32.278716+0000 mgr.smithi069.gsebav (mgr.14180) 1567 : cluster [DBG] pgmap v1007: 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 2024-01-21T11:59:35.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:34 smithi118 bash[17975]: cluster 2024-01-21T11:59:34.280124+0000 mgr.smithi069.gsebav (mgr.14180) 1568 : cluster [DBG] pgmap v1008: 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 2024-01-21T11:59:35.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:34 smithi069 bash[14120]: cluster 2024-01-21T11:59:34.280124+0000 mgr.smithi069.gsebav (mgr.14180) 1568 : cluster [DBG] pgmap v1008: 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 2024-01-21T11:59:35.295 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:35.295 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:35.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:35 smithi069 bash[14120]: audit 2024-01-21T11:59:35.284411+0000 mgr.smithi069.gsebav (mgr.14180) 1569 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:36.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:35 smithi118 bash[17975]: audit 2024-01-21T11:59:35.284411+0000 mgr.smithi069.gsebav (mgr.14180) 1569 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:36.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:37.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:36 smithi118 bash[17975]: cluster 2024-01-21T11:59:36.281224+0000 mgr.smithi069.gsebav (mgr.14180) 1570 : cluster [DBG] pgmap v1009: 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 2024-01-21T11:59:37.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:36 smithi069 bash[14120]: cluster 2024-01-21T11:59:36.281224+0000 mgr.smithi069.gsebav (mgr.14180) 1570 : cluster [DBG] pgmap v1009: 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 2024-01-21T11:59:37.146 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:39.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:39 smithi069 bash[14120]: cluster 2024-01-21T11:59:38.282471+0000 mgr.smithi069.gsebav (mgr.14180) 1571 : 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 2024-01-21T11:59:39.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:39 smithi118 bash[17975]: cluster 2024-01-21T11:59:38.282471+0000 mgr.smithi069.gsebav (mgr.14180) 1571 : 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 2024-01-21T11:59:40.367 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:40.367 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:41.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:41.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:41 smithi118 bash[17975]: audit 2024-01-21T11:59:40.170620+0000 mon.smithi069 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:41 smithi118 bash[17975]: cluster 2024-01-21T11:59:40.283389+0000 mgr.smithi069.gsebav (mgr.14180) 1572 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:41.574 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:41 smithi118 bash[17975]: audit 2024-01-21T11:59:40.355648+0000 mgr.smithi069.gsebav (mgr.14180) 1573 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:41 smithi069 bash[14120]: audit 2024-01-21T11:59:40.170620+0000 mon.smithi069 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T11:59:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:41 smithi069 bash[14120]: cluster 2024-01-21T11:59:40.283389+0000 mgr.smithi069.gsebav (mgr.14180) 1572 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:41.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:41 smithi069 bash[14120]: audit 2024-01-21T11:59:40.355648+0000 mgr.smithi069.gsebav (mgr.14180) 1573 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:42.187 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:43.593 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:43 smithi069 bash[14120]: cluster 2024-01-21T11:59:42.284411+0000 mgr.smithi069.gsebav (mgr.14180) 1574 : 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 2024-01-21T11:59:43.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:43 smithi118 bash[17975]: cluster 2024-01-21T11:59:42.284411+0000 mgr.smithi069.gsebav (mgr.14180) 1574 : 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 2024-01-21T11:59:45.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:44 smithi118 bash[17975]: cluster 2024-01-21T11:59:44.285775+0000 mgr.smithi069.gsebav (mgr.14180) 1575 : cluster [DBG] pgmap v1013: 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 2024-01-21T11:59:45.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:44 smithi069 bash[14120]: cluster 2024-01-21T11:59:44.285775+0000 mgr.smithi069.gsebav (mgr.14180) 1575 : cluster [DBG] pgmap v1013: 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 2024-01-21T11:59:45.327 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:45.327 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:45.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:45 smithi069 bash[14120]: audit 2024-01-21T11:59:45.321645+0000 mgr.smithi069.gsebav (mgr.14180) 1576 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:46.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:45 smithi118 bash[17975]: audit 2024-01-21T11:59:45.321645+0000 mgr.smithi069.gsebav (mgr.14180) 1576 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:46.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:47.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:46 smithi118 bash[17975]: cluster 2024-01-21T11:59:46.286816+0000 mgr.smithi069.gsebav (mgr.14180) 1577 : 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 2024-01-21T11:59:47.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:46 smithi069 bash[14120]: cluster 2024-01-21T11:59:46.286816+0000 mgr.smithi069.gsebav (mgr.14180) 1577 : 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 2024-01-21T11:59:47.128 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:49.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:49 smithi069 bash[14120]: cluster 2024-01-21T11:59:48.287609+0000 mgr.smithi069.gsebav (mgr.14180) 1578 : 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 2024-01-21T11:59:49.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:49 smithi118 bash[17975]: cluster 2024-01-21T11:59:48.287609+0000 mgr.smithi069.gsebav (mgr.14180) 1578 : 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 2024-01-21T11:59:50.357 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:50.357 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:51.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:51.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:51 smithi069 bash[14120]: cluster 2024-01-21T11:59:50.288515+0000 mgr.smithi069.gsebav (mgr.14180) 1579 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:51.597 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:51 smithi069 bash[14120]: audit 2024-01-21T11:59:50.347103+0000 mgr.smithi069.gsebav (mgr.14180) 1580 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:51 smithi118 bash[17975]: cluster 2024-01-21T11:59:50.288515+0000 mgr.smithi069.gsebav (mgr.14180) 1579 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:51.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:51 smithi118 bash[17975]: audit 2024-01-21T11:59:50.347103+0000 mgr.smithi069.gsebav (mgr.14180) 1580 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:52.136 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:53.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:53 smithi069 bash[14120]: cluster 2024-01-21T11:59:52.289531+0000 mgr.smithi069.gsebav (mgr.14180) 1581 : 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 2024-01-21T11:59:53.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:53 smithi118 bash[17975]: cluster 2024-01-21T11:59:52.289531+0000 mgr.smithi069.gsebav (mgr.14180) 1581 : 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 2024-01-21T11:59:55.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:54 smithi118 bash[17975]: cluster 2024-01-21T11:59:54.290850+0000 mgr.smithi069.gsebav (mgr.14180) 1582 : cluster [DBG] pgmap v1018: 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 2024-01-21T11:59:55.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:54 smithi069 bash[14120]: cluster 2024-01-21T11:59:54.290850+0000 mgr.smithi069.gsebav (mgr.14180) 1582 : cluster [DBG] pgmap v1018: 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 2024-01-21T11:59:55.323 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T11:59:55.324 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:55.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:55 smithi069 bash[14120]: audit 2024-01-21T11:59:55.318664+0000 mgr.smithi069.gsebav (mgr.14180) 1583 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:56.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:55 smithi118 bash[17975]: audit 2024-01-21T11:59:55.318664+0000 mgr.smithi069.gsebav (mgr.14180) 1583 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:56.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:57.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:56 smithi118 bash[17975]: cluster 2024-01-21T11:59:56.292010+0000 mgr.smithi069.gsebav (mgr.14180) 1584 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:57.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:56 smithi069 bash[14120]: cluster 2024-01-21T11:59:56.292010+0000 mgr.smithi069.gsebav (mgr.14180) 1584 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:57.225 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:59.735 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 11:59:59 smithi069 bash[14120]: cluster 2024-01-21T11:59:58.293033+0000 mgr.smithi069.gsebav (mgr.14180) 1585 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:59.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 11:59:59 smithi118 bash[17975]: cluster 2024-01-21T11:59:58.293033+0000 mgr.smithi069.gsebav (mgr.14180) 1585 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:00.133 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:00.133 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:00.596 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:00 smithi069 bash[14120]: cluster 2024-01-21T12:00:00.000121+0000 mon.smithi069 (mon.0) 1061 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T12:00:00.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:00 smithi118 bash[17975]: cluster 2024-01-21T12:00:00.000121+0000 mon.smithi069 (mon.0) 1061 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T12:00:01.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:01.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:01 smithi118 bash[17975]: audit 2024-01-21T12:00:00.123016+0000 mgr.smithi069.gsebav (mgr.14180) 1586 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:01.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:01 smithi118 bash[17975]: cluster 2024-01-21T12:00:00.293962+0000 mgr.smithi069.gsebav (mgr.14180) 1587 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:01 smithi069 bash[14120]: audit 2024-01-21T12:00:00.123016+0000 mgr.smithi069.gsebav (mgr.14180) 1586 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:01.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:01 smithi069 bash[14120]: cluster 2024-01-21T12:00:00.293962+0000 mgr.smithi069.gsebav (mgr.14180) 1587 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:02.006 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:03.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:03 smithi118 bash[17975]: cluster 2024-01-21T12:00:02.295058+0000 mgr.smithi069.gsebav (mgr.14180) 1588 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:03.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:03 smithi069 bash[14120]: cluster 2024-01-21T12:00:02.295058+0000 mgr.smithi069.gsebav (mgr.14180) 1588 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:05.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:04 smithi118 bash[17975]: cluster 2024-01-21T12:00:04.295926+0000 mgr.smithi069.gsebav (mgr.14180) 1589 : cluster [DBG] pgmap v1023: 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 2024-01-21T12:00:05.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:04 smithi069 bash[14120]: cluster 2024-01-21T12:00:04.295926+0000 mgr.smithi069.gsebav (mgr.14180) 1589 : cluster [DBG] pgmap v1023: 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 2024-01-21T12:00:05.197 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:05.197 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:06.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:06.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:05 smithi118 bash[17975]: audit 2024-01-21T12:00:05.192844+0000 mgr.smithi069.gsebav (mgr.14180) 1590 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:06.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:05 smithi069 bash[14120]: audit 2024-01-21T12:00:05.192844+0000 mgr.smithi069.gsebav (mgr.14180) 1590 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:07.009 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:07.021 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:06 smithi069 bash[14120]: cluster 2024-01-21T12:00:06.296943+0000 mgr.smithi069.gsebav (mgr.14180) 1591 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:07.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:06 smithi118 bash[17975]: cluster 2024-01-21T12:00:06.296943+0000 mgr.smithi069.gsebav (mgr.14180) 1591 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:09.732 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:09 smithi069 bash[14120]: cluster 2024-01-21T12:00:08.298325+0000 mgr.smithi069.gsebav (mgr.14180) 1592 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:09.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:09 smithi118 bash[17975]: cluster 2024-01-21T12:00:08.298325+0000 mgr.smithi069.gsebav (mgr.14180) 1592 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:10.129 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:10.130 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:10.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:11.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:11 smithi118 bash[17975]: audit 2024-01-21T12:00:10.124344+0000 mgr.smithi069.gsebav (mgr.14180) 1593 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:11.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:11 smithi118 bash[17975]: cluster 2024-01-21T12:00:10.298977+0000 mgr.smithi069.gsebav (mgr.14180) 1594 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:11 smithi069 bash[14120]: audit 2024-01-21T12:00:10.124344+0000 mgr.smithi069.gsebav (mgr.14180) 1593 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:11.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:11 smithi069 bash[14120]: cluster 2024-01-21T12:00:10.298977+0000 mgr.smithi069.gsebav (mgr.14180) 1594 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:11.979 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:13.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:13 smithi118 bash[17975]: cluster 2024-01-21T12:00:12.300063+0000 mgr.smithi069.gsebav (mgr.14180) 1595 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:13.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:13 smithi069 bash[14120]: cluster 2024-01-21T12:00:12.300063+0000 mgr.smithi069.gsebav (mgr.14180) 1595 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:15.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:14 smithi118 bash[17975]: cluster 2024-01-21T12:00:14.301315+0000 mgr.smithi069.gsebav (mgr.14180) 1596 : cluster [DBG] pgmap v1028: 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 2024-01-21T12:00:15.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:14 smithi069 bash[14120]: cluster 2024-01-21T12:00:14.301315+0000 mgr.smithi069.gsebav (mgr.14180) 1596 : cluster [DBG] pgmap v1028: 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 2024-01-21T12:00:15.138 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:15.138 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:15.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:16.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:15 smithi118 bash[17975]: audit 2024-01-21T12:00:15.129387+0000 mgr.smithi069.gsebav (mgr.14180) 1597 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:16.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:15 smithi069 bash[14120]: audit 2024-01-21T12:00:15.129387+0000 mgr.smithi069.gsebav (mgr.14180) 1597 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:16.960 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:17.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:16 smithi118 bash[17975]: cluster 2024-01-21T12:00:16.302377+0000 mgr.smithi069.gsebav (mgr.14180) 1598 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:17.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:16 smithi069 bash[14120]: cluster 2024-01-21T12:00:16.302377+0000 mgr.smithi069.gsebav (mgr.14180) 1598 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:19.816 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:19 smithi069 bash[14120]: cluster 2024-01-21T12:00:18.303328+0000 mgr.smithi069.gsebav (mgr.14180) 1599 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:19.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:19 smithi118 bash[17975]: cluster 2024-01-21T12:00:18.303328+0000 mgr.smithi069.gsebav (mgr.14180) 1599 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:20.237 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:20.237 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:21.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:21.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:21 smithi118 bash[17975]: audit 2024-01-21T12:00:20.228404+0000 mgr.smithi069.gsebav (mgr.14180) 1600 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:21.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:21 smithi118 bash[17975]: cluster 2024-01-21T12:00:20.304235+0000 mgr.smithi069.gsebav (mgr.14180) 1601 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:21 smithi069 bash[14120]: audit 2024-01-21T12:00:20.228404+0000 mgr.smithi069.gsebav (mgr.14180) 1600 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:21.846 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:21 smithi069 bash[14120]: cluster 2024-01-21T12:00:20.304235+0000 mgr.smithi069.gsebav (mgr.14180) 1601 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:22.053 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:23.494 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:23 smithi069 bash[14120]: cluster 2024-01-21T12:00:22.305358+0000 mgr.smithi069.gsebav (mgr.14180) 1602 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:23.823 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:23 smithi118 bash[17975]: cluster 2024-01-21T12:00:22.305358+0000 mgr.smithi069.gsebav (mgr.14180) 1602 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:25.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:24 smithi118 bash[17975]: cluster 2024-01-21T12:00:24.306692+0000 mgr.smithi069.gsebav (mgr.14180) 1603 : cluster [DBG] pgmap v1033: 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 2024-01-21T12:00:25.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:24 smithi069 bash[14120]: cluster 2024-01-21T12:00:24.306692+0000 mgr.smithi069.gsebav (mgr.14180) 1603 : cluster [DBG] pgmap v1033: 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 2024-01-21T12:00:25.156 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:25.156 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:25.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:26.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:25 smithi118 bash[17975]: audit 2024-01-21T12:00:25.145034+0000 mgr.smithi069.gsebav (mgr.14180) 1604 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:26.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:25 smithi069 bash[14120]: audit 2024-01-21T12:00:25.145034+0000 mgr.smithi069.gsebav (mgr.14180) 1604 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:26.993 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:27.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:26 smithi118 bash[17975]: audit 2024-01-21T12:00:26.278007+0000 mon.smithi069 (mon.0) 1062 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T12:00:27.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:26 smithi118 bash[17975]: cluster 2024-01-21T12:00:26.307630+0000 mgr.smithi069.gsebav (mgr.14180) 1605 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:27.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:26 smithi118 bash[17975]: audit 2024-01-21T12:00:26.556760+0000 mon.smithi069 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T12:00:27.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:26 smithi069 bash[14120]: audit 2024-01-21T12:00:26.278007+0000 mon.smithi069 (mon.0) 1062 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T12:00:27.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:26 smithi069 bash[14120]: cluster 2024-01-21T12:00:26.307630+0000 mgr.smithi069.gsebav (mgr.14180) 1605 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:27.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:26 smithi069 bash[14120]: audit 2024-01-21T12:00:26.556760+0000 mon.smithi069 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: audit 2024-01-21T12:00:26.821052+0000 mon.smithi069 (mon.0) 1064 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: audit 2024-01-21T12:00:26.822804+0000 mon.smithi069 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: audit 2024-01-21T12:00:26.830611+0000 mon.smithi069 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: cluster 2024-01-21T12:00:26.831354+0000 mgr.smithi069.gsebav (mgr.14180) 1606 : cluster [DBG] pgmap v1035: 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 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: audit 2024-01-21T12:00:26.837680+0000 mon.smithi069 (mon.0) 1067 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: audit 2024-01-21T12:00:26.849278+0000 mon.smithi069 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T12:00:28.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:27 smithi118 bash[17975]: cephadm 2024-01-21T12:00:26.853763+0000 mgr.smithi069.gsebav (mgr.14180) 1607 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.inigwp on smithi118 2024-01-21T12:00:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: audit 2024-01-21T12:00:26.821052+0000 mon.smithi069 (mon.0) 1064 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T12:00:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: audit 2024-01-21T12:00:26.822804+0000 mon.smithi069 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T12:00:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: audit 2024-01-21T12:00:26.830611+0000 mon.smithi069 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T12:00:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: cluster 2024-01-21T12:00:26.831354+0000 mgr.smithi069.gsebav (mgr.14180) 1606 : cluster [DBG] pgmap v1035: 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 2024-01-21T12:00:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: audit 2024-01-21T12:00:26.837680+0000 mon.smithi069 (mon.0) 1067 : audit [DBG] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T12:00:28.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: audit 2024-01-21T12:00:26.849278+0000 mon.smithi069 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' 2024-01-21T12:00:28.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:27 smithi069 bash[14120]: cephadm 2024-01-21T12:00:26.853763+0000 mgr.smithi069.gsebav (mgr.14180) 1607 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.inigwp on smithi118 2024-01-21T12:00:29.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:28 smithi069 bash[14120]: cluster 2024-01-21T12:00:27.828385+0000 mon.smithi069 (mon.0) 1069 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T12:00:29.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:28 smithi069 bash[14120]: cluster 2024-01-21T12:00:27.828442+0000 mon.smithi069 (mon.0) 1070 : cluster [INF] Cluster is now healthy 2024-01-21T12:00:29.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:28 smithi118 bash[17975]: cluster 2024-01-21T12:00:27.828385+0000 mon.smithi069 (mon.0) 1069 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T12:00:29.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:28 smithi118 bash[17975]: cluster 2024-01-21T12:00:27.828442+0000 mon.smithi069 (mon.0) 1070 : cluster [INF] Cluster is now healthy 2024-01-21T12:00:30.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:29 smithi118 bash[17975]: cluster 2024-01-21T12:00:28.832449+0000 mgr.smithi069.gsebav (mgr.14180) 1608 : cluster [DBG] pgmap v1036: 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 2024-01-21T12:00:30.096 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:29 smithi069 bash[14120]: cluster 2024-01-21T12:00:28.832449+0000 mgr.smithi069.gsebav (mgr.14180) 1608 : cluster [DBG] pgmap v1036: 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 2024-01-21T12:00:30.337 INFO:teuthology.orchestra.run.smithi069.stdout: 2024-01-21T12:00:30.337 INFO:teuthology.orchestra.run.smithi069.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:26:58.031431Z", "last_refresh": "2024-01-21T11:59:18.176102Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:26:49.144360Z", "last_refresh": "2024-01-21T11:59:16.243179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:26:53.184099Z", "last_refresh": "2024-01-21T11:59:18.176306Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:58:10.612185Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bqtgzi on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:22.479998Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.dycrji on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-dycrji\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.dycrji\nDeploy daemon haproxy.nfs.foo.smithi118.dycrji ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.266569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.bfvfga on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi069-bfvfga\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi069.bfvfga\nDeploy daemon haproxy.nfs.foo.smithi069.bfvfga ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:59:26.270314Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.igrzbh on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:26.273652Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.nbpkpm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.69/16"}, "status": {"created": "2024-01-21T11:35:11.757385Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.69/16"}}, {"events": ["2024-01-21T11:35:07.544707Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:35:07.540691Z", "last_refresh": "2024-01-21T11:59:16.245354Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:26:47.249171Z", "last_refresh": "2024-01-21T11:59:16.243576Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:28:31.547501Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi069:172.21.15.69=smithi069", "smithi118:172.21.15.118=smithi118"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:28:31.542750Z", "last_refresh": "2024-01-21T11:59:16.243869Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:35:11.756992Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:35:11.750820Z", "last_refresh": "2024-01-21T11:59:16.245599Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:26:55.488421Z", "last_refresh": "2024-01-21T11:59:16.244130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:29:08.076147Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:29:08.071580Z", "last_refresh": "2024-01-21T11:59:16.244378Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:26:51.120443Z", "last_refresh": "2024-01-21T11:59:18.176501Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:30.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: audit 2024-01-21T12:00:30.327535+0000 mgr.smithi069.gsebav (mgr.14180) 1609 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:30.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: cephadm 2024-01-21T12:00:30.641900+0000 mgr.smithi069.gsebav (mgr.14180) 1610 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:30.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T12:00:30.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:30.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.824 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.inigwp ... 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Traceback (most recent call last): 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: yield (conn, connr) 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: code, '\n'.join(err))) 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:30.825 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.inigwp ... 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: cephadm 2024-01-21T12:00:30.642186+0000 mgr.smithi069.gsebav (mgr.14180) 1611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: audit 2024-01-21T12:00:30.642648+0000 mon.smithi069 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.inigwp"}]: dispatch 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: cephadm 2024-01-21T12:00:30.643605+0000 mgr.smithi069.gsebav (mgr.14180) 1612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.inigwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:30.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stdout 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Deploy daemon haproxy.nfs.foo.smithi118.inigwp ... 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: stat: stderr See 'docker run --help'. 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:30.827 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:30 smithi118 bash[17975]: cephadm 2024-01-21T12:00:30.646059+0000 mgr.smithi069.gsebav (mgr.14180) 1613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.cfcyfb on smithi069 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: audit 2024-01-21T12:00:30.327535+0000 mgr.smithi069.gsebav (mgr.14180) 1609 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: cephadm 2024-01-21T12:00:30.641900+0000 mgr.smithi069.gsebav (mgr.14180) 1610 : 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.inigwp ... 2024-01-21T12:00:31.097 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Traceback (most recent call last): 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: yield (conn, connr) 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: code, '\n'.join(err))) 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: 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-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.098 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.inigwp ... 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: cephadm 2024-01-21T12:00:30.642186+0000 mgr.smithi069.gsebav (mgr.14180) 1611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: audit 2024-01-21T12:00:30.642648+0000 mon.smithi069 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.69:0/2320713668' entity='mgr.smithi069.gsebav' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.inigwp"}]: dispatch 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: cephadm 2024-01-21T12:00:30.643605+0000 mgr.smithi069.gsebav (mgr.14180) 1612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.inigwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi118-inigwp 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stdout 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi118.inigwp 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Deploy daemon haproxy.nfs.foo.smithi118.inigwp ... 2024-01-21T12:00:31.099 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:31.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T12:00:31.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T12:00:31.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: stat: stderr See 'docker run --help'. 2024-01-21T12:00:31.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:00:31.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:30 smithi069 bash[14120]: cephadm 2024-01-21T12:00:30.646059+0000 mgr.smithi069.gsebav (mgr.14180) 1613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.cfcyfb on smithi069 2024-01-21T12:00:31.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:31.194 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T12:00:31.463 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5dea49a9671d498985742f2cb2854bab Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T12:00:31.465 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T12:00:31.475 INFO:tasks.vip:Removing 10.0.15.69 (and any VIPs) on smithi069.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T12:00:31.475 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip addr del 10.0.15.69/16 dev enp3s0f1 2024-01-21T12:00:31.504 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip addr del 10.0.31.69/16 dev enp3s0f1 2024-01-21T12:00:31.561 INFO:teuthology.orchestra.run.smithi069.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T12:00:31.562 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T12:00:31.562 INFO:tasks.vip:Removing 10.0.15.118 (and any VIPs) on smithi118.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T12:00:31.563 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr del 10.0.15.118/16 dev enp3s0f1 2024-01-21T12:00:31.581 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr del 10.0.31.69/16 dev enp3s0f1 2024-01-21T12:00:31.639 INFO:teuthology.orchestra.run.smithi118.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T12:00:31.639 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T12:00:31.640 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T12:00:31.650 INFO:tasks.cephadm:Teardown begin 2024-01-21T12:00:31.650 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:00:31.666 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:00:31.699 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T12:00:31.699 DEBUG:teuthology.orchestra.run.smithi069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T12:00:31.721 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T12:00:31.751 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T12:00:31.752 INFO:tasks.cephadm.mon.smithi069:Stopping mon.smithi069... 2024-01-21T12:00:31.752 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069 2024-01-21T12:00:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:31 smithi069 systemd[1]: Stopping Ceph mon.smithi069 for bb17f6a2-b84f-11ee-95b0-87774f69a715... 2024-01-21T12:00:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:31 smithi069 bash[14120]: cluster 2024-01-21T12:00:30.832913+0000 mgr.smithi069.gsebav (mgr.14180) 1614 : cluster [DBG] pgmap v1037: 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 2024-01-21T12:00:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:31 smithi069 bash[116911]: Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-mon.smithi069 2024-01-21T12:00:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:31 smithi069 bash[14120]: debug 2024-01-21T12:00:31.963+0000 7ffb9155b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi069 -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 2024-01-21T12:00:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Jan 21 12:00:31 smithi069 bash[14120]: debug 2024-01-21T12:00:31.963+0000 7ffb9155b700 -1 mon.smithi069@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T12:00:32.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:31 smithi118 bash[17975]: cluster 2024-01-21T12:00:30.832913+0000 mgr.smithi069.gsebav (mgr.14180) 1614 : cluster [DBG] pgmap v1037: 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 2024-01-21T12:00:32.944 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi069.service' 2024-01-21T12:00:32.984 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:00:32.984 INFO:tasks.cephadm.mon.smithi069:Stopped mon.smithi069 2024-01-21T12:00:32.985 INFO:tasks.cephadm.mon.smithi118:Stopping mon.smithi118... 2024-01-21T12:00:32.985 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi118 2024-01-21T12:00:33.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:33 smithi118 systemd[1]: Stopping Ceph mon.smithi118 for bb17f6a2-b84f-11ee-95b0-87774f69a715... 2024-01-21T12:00:33.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:33 smithi118 bash[40033]: Error response from daemon: No such container: ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715-mon.smithi118 2024-01-21T12:00:33.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:33 smithi118 bash[17975]: debug 2024-01-21T12:00:33.193+0000 7f8cfaa2b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi118 -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 2024-01-21T12:00:33.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Jan 21 12:00:33 smithi118 bash[17975]: debug 2024-01-21T12:00:33.193+0000 7f8cfaa2b700 -1 mon.smithi118@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T12:00:34.183 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-bb17f6a2-b84f-11ee-95b0-87774f69a715@mon.smithi118.service' 2024-01-21T12:00:34.227 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:00:34.227 INFO:tasks.cephadm.mon.smithi118:Stopped mon.smithi118 2024-01-21T12:00:34.227 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T12:01:37.193 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T12:02:38.562 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:02:38.580 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:02:38.596 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T12:02:38.598 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/remote/ubuntu@smithi069.front.sepia.ceph.com/crash 2024-01-21T12:02:38.599 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/crash -- . 2024-01-21T12:02:38.636 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T12:02:38.636 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2024-01-21T12:02:38.638 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/remote/ubuntu@smithi118.front.sepia.ceph.com/crash 2024-01-21T12:02:38.639 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/crash -- . 2024-01-21T12:02:38.653 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T12:02:38.653 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2024-01-21T12:02:38.654 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T12:02:38.654 DEBUG:teuthology.orchestra.run.smithi069:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T12:02:38.692 INFO:teuthology.orchestra.run.smithi069.stderr:grep: /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T12:02:38.694 INFO:tasks.cephadm:Compressing logs... 2024-01-21T12:02:38.694 DEBUG:teuthology.orchestra.run.smithi069:> 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 -- 2024-01-21T12:02:38.740 DEBUG:teuthology.orchestra.run.smithi118:> 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 -- 2024-01-21T12:02:38.755 INFO:teuthology.orchestra.run.smithi069.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T12:02:38.755 INFO:teuthology.orchestra.run.smithi118.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T12:02:38.760 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T12:02:38.761 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi118.bwmnnz.log 2024-01-21T12:02:38.761 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mon.smithi118.log 2024-01-21T12:02:38.762 INFO:teuthology.orchestra.run.smithi118.stderr:gzip /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi118.bwmnnz.log: -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T12:02:38.762 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mon.smithi118.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T12:02:38.763 INFO:teuthology.orchestra.run.smithi118.stderr: 83.6% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi118.bwmnnz.log.gz 2024-01-21T12:02:38.763 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mgr.smithi118.cqikzl.log 2024-01-21T12:02:38.763 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T12:02:38.764 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T12:02:38.766 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mon.smithi069.log 2024-01-21T12:02:38.766 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T12:02:38.766 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mon.smithi069.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mgr.smithi069.gsebav.log 2024-01-21T12:02:38.766 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T12:02:38.766 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T12:02:38.767 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mgr.smithi118.cqikzl.log: /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T12:02:38.768 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mgr.smithi069.gsebav.log: /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T12:02:38.768 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi069.hklkez.log 2024-01-21T12:02:38.768 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T12:02:38.768 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-volume.log: /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi069.hklkez.log: 60.4%gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T12:02:38.769 INFO:teuthology.orchestra.run.smithi069.stderr: -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi069.hklkez.log.gz 2024-01-21T12:02:38.773 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T12:02:38.774 INFO:teuthology.orchestra.run.smithi118.stderr: 92.3% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T12:02:38.779 INFO:teuthology.orchestra.run.smithi118.stderr: 93.6% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mgr.smithi118.cqikzl.log.gz 2024-01-21T12:02:38.781 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 92.3% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T12:02:38.789 INFO:teuthology.orchestra.run.smithi069.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T12:02:39.085 INFO:teuthology.orchestra.run.smithi118.stderr: 92.6% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mon.smithi118.log.gz 2024-01-21T12:02:39.180 INFO:teuthology.orchestra.run.smithi069.stderr: 89.5% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mgr.smithi069.gsebav.log.gz 2024-01-21T12:02:39.224 INFO:teuthology.orchestra.run.smithi069.stderr: 93.0% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T12:02:39.238 INFO:teuthology.orchestra.run.smithi118.stderr: 93.0% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T12:02:39.247 INFO:teuthology.orchestra.run.smithi069.stderr: 92.9% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T12:02:39.398 INFO:teuthology.orchestra.run.smithi118.stderr: 92.8% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T12:02:39.404 INFO:teuthology.orchestra.run.smithi118.stderr: 92.9% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T12:02:39.454 INFO:teuthology.orchestra.run.smithi069.stderr: 93.1% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T12:02:39.505 INFO:teuthology.orchestra.run.smithi069.stderr: 93.5% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T12:02:39.524 INFO:teuthology.orchestra.run.smithi118.stderr: 92.8% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T12:02:39.527 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-21T12:02:39.527 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.780s 2024-01-21T12:02:39.527 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m2.791s 2024-01-21T12:02:39.527 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.107s 2024-01-21T12:02:39.780 INFO:teuthology.orchestra.run.smithi069.stderr: 90.0% -- replaced with /var/log/ceph/bb17f6a2-b84f-11ee-95b0-87774f69a715/ceph-mon.smithi069.log.gz 2024-01-21T12:02:39.782 INFO:teuthology.orchestra.run.smithi069.stderr: 2024-01-21T12:02:39.782 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m1.039s 2024-01-21T12:02:39.783 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m3.721s 2024-01-21T12:02:39.783 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.142s 2024-01-21T12:02:39.783 INFO:tasks.cephadm:Archiving logs... 2024-01-21T12:02:39.783 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/remote/ubuntu@smithi069.front.sepia.ceph.com/log 2024-01-21T12:02:39.784 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T12:02:40.373 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/remote/ubuntu@smithi118.front.sepia.ceph.com/log 2024-01-21T12:02:40.374 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T12:02:40.814 INFO:tasks.cephadm:Removing cluster... 2024-01-21T12:02:40.814 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 --force 2024-01-21T12:02:42.163 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bb17f6a2-b84f-11ee-95b0-87774f69a715 --force 2024-01-21T12:02:43.520 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T12:02:43.520 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T12:02:43.528 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T12:02:43.534 INFO:tasks.cephadm:Teardown complete 2024-01-21T12:02:43.534 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T12:02:43.545 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_1... 2024-01-21T12:02:43.545 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_1 2024-01-21T12:02:43.859 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T12:02:43.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:43.861 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_2... 2024-01-21T12:02:43.861 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_2 2024-01-21T12:02:44.147 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T12:02:44.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:44.149 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_3... 2024-01-21T12:02:44.149 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_3 2024-01-21T12:02:44.459 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T12:02:44.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:44.461 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_4... 2024-01-21T12:02:44.461 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_4 2024-01-21T12:02:44.751 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T12:02:44.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:44.753 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2024-01-21T12:02:44.753 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/scratch_devs 2024-01-21T12:02:44.768 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2024-01-21T12:02:44.768 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_1 2024-01-21T12:02:45.022 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T12:02:45.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:45.024 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2024-01-21T12:02:45.024 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_2 2024-01-21T12:02:45.341 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T12:02:45.343 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:45.343 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2024-01-21T12:02:45.344 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_3 2024-01-21T12:02:45.642 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T12:02:45.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:45.644 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2024-01-21T12:02:45.644 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_4 2024-01-21T12:02:45.937 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T12:02:45.939 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:45.940 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-21T12:02:45.940 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2024-01-21T12:02:45.956 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T12:02:45.967 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T12:02:45.967 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T12:02:45.970 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T12:02:45.989 INFO:teuthology.orchestra.run.smithi069.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T12:02:45.989 INFO:teuthology.orchestra.run.smithi069.stdout:============================================================================== 2024-01-21T12:02:45.989 INFO:teuthology.orchestra.run.smithi069.stdout:*hv01.front.sepi 44.4.53.2 2 u 95 128 377 0.106 -0.226 0.087 2024-01-21T12:02:45.989 INFO:teuthology.orchestra.run.smithi069.stdout:+hv02.front.sepi 63.231.80.2 3 u 41 128 377 0.077 0.728 0.057 2024-01-21T12:02:45.989 INFO:teuthology.orchestra.run.smithi069.stdout:+hv03.front.sepi 74.6.168.72 3 u 85 128 377 0.075 -1.171 0.086 2024-01-21T12:02:45.989 INFO:teuthology.orchestra.run.smithi069.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T12:02:46.019 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T12:02:46.020 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2024-01-21T12:02:46.020 INFO:teuthology.orchestra.run.smithi118.stdout:*hv01.front.sepi 44.4.53.2 2 u 27 64 377 0.060 0.007 0.099 2024-01-21T12:02:46.020 INFO:teuthology.orchestra.run.smithi118.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.076 0.914 0.033 2024-01-21T12:02:46.020 INFO:teuthology.orchestra.run.smithi118.stdout:+hv03.front.sepi 74.6.168.72 3 u 32 64 377 0.112 -0.816 0.040 2024-01-21T12:02:46.020 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T12:02:46.021 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T12:02:46.031 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T12:02:46.032 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T12:02:46.054 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T12:02:46.087 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T12:02:46.120 INFO:teuthology.task.internal:Duration was 2586.197503 seconds 2024-01-21T12:02:46.121 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T12:02:46.154 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T12:02:46.154 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T12:02:46.157 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T12:02:46.204 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T12:02:46.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2024-01-21T12:02:46.205 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T12:02:46.256 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-01-21T12:02:46.257 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T12:02:46.272 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T12:02:46.272 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T12:02:46.300 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T12:02:46.389 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T12:02:46.389 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T12:02:46.391 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T12:02:46.592 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T12:02:46.604 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T12:02:46.604 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T12:02:46.619 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T12:02:46.637 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T12:02:46.647 DEBUG:teuthology.orchestra.run.smithi069:> 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 2024-01-21T12:02:46.664 DEBUG:teuthology.orchestra.run.smithi118:> 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 2024-01-21T12:02:46.676 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2024-01-21T12:02:46.695 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-01-21T12:02:46.728 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T12:02:46.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:46.748 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T12:02:46.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:02:46.774 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T12:02:46.785 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T12:02:46.786 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/remote/smithi069 2024-01-21T12:02:46.787 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T12:02:46.828 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470/remote/smithi118 2024-01-21T12:02:46.829 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T12:02:46.855 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T12:02:46.855 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T12:02:46.864 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T12:02:46.899 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T12:02:46.911 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T12:02:46.911 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T12:02:46.938 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T12:02:46.938 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T12:02:46.940 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T12:02:46.946 INFO:teuthology.orchestra.run.smithi069.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 12:02 /home/ubuntu/cephtest 2024-01-21T12:02:46.948 INFO:teuthology.orchestra.run.smithi118.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 12:02 /home/ubuntu/cephtest 2024-01-21T12:02:46.950 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T12:02:46.971 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T12:02:47.039 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T12:02:47.067 DEBUG:teuthology.nuke:shortname: smithi069 2024-01-21T12:02:47.068 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T12:02:47.092 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470', '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': '2024-01-21 11:09:23.051446', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-21T12:02:47.095 DEBUG:teuthology.nuke:shortname: smithi118 2024-01-21T12:02:47.095 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T12:02:47.119 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524470', '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': '2024-01-21 11:09:23.053329', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-21T12:02:47.150 INFO:teuthology.orchestra.console.smithi069:Power off 2024-01-21T12:02:47.150 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T12:02:47.178 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2024-01-21T12:02:47.178 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:47.193 INFO:teuthology.orchestra.console.smithi118:Power off 2024-01-21T12:02:47.194 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T12:02:47.203 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-01-21T12:02:47.216 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2024-01-21T12:02:47.216 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:47.241 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-21T12:02:51.204 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:51.242 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:51.314 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2024-01-21T12:02:51.352 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-21T12:02:55.318 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:55.352 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:55.429 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2024-01-21T12:02:55.467 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-21T12:02:55.530 INFO:teuthology.orchestra.console.smithi069:Power off completed 2024-01-21T12:02:59.468 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:02:59.581 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2024-01-21T12:02:59.682 INFO:teuthology.orchestra.console.smithi118:Power off completed 2024-01-21T12:02:59.786 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: 2586.197502851486 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5dea49a9671d498985742f2cb2854bab status: fail success: false 2024-01-21T12:02:59.786 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T12:02:59.903 INFO:teuthology.run:FAIL